@charset "UTF-8";
@import url("https://use.typekit.net/wnn0kgs.css");
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.container.full-width {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0;
}
.container.full-width .row {
  margin-left: 2rem;
  margin-right: 2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.right {
  flex-direction: row-reverse;
}

.col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: border-box;
  flex: 1 1 0;
  max-width: calc(100% - 15px) !important;
}
.col img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 1 1 0;
    max-width: 100%;
  }
}
.show-xs-down {
  display: none;
}
@media (max-width: 576px) {
  .show-xs-down {
    display: block;
  }
}

.show-xs-up {
  display: none;
}
@media (min-width: 577px) {
  .show-xs-up {
    display: block;
  }
}

.hide-xs-down {
  display: block;
}
@media (max-width: 576px) {
  .hide-xs-down {
    display: none;
  }
}

.hide-xs-up {
  display: block;
}
@media (min-width: 577px) {
  .hide-xs-up {
    display: none;
  }
}

.show-sm-down {
  display: none;
}
@media (max-width: 768px) {
  .show-sm-down {
    display: block;
  }
}

.show-sm-up {
  display: none;
}
@media (min-width: 769px) {
  .show-sm-up {
    display: block;
  }
}

.hide-sm-down {
  display: block;
}
@media (max-width: 768px) {
  .hide-sm-down {
    display: none;
  }
}

.hide-sm-up {
  display: block;
}
@media (min-width: 769px) {
  .hide-sm-up {
    display: none;
  }
}

.show-md-down {
  display: none;
}
@media (max-width: 992px) {
  .show-md-down {
    display: block;
  }
}

.show-md-up {
  display: none;
}
@media (min-width: 993px) {
  .show-md-up {
    display: block;
  }
}

.hide-md-down {
  display: block;
}
@media (max-width: 992px) {
  .hide-md-down {
    display: none;
  }
}

.hide-md-up {
  display: block;
}
@media (min-width: 993px) {
  .hide-md-up {
    display: none;
  }
}

.show-lg-down {
  display: none;
}
@media (max-width: 1200px) {
  .show-lg-down {
    display: block;
  }
}

.show-lg-up {
  display: none;
}
@media (min-width: 1201px) {
  .show-lg-up {
    display: block;
  }
}

.hide-lg-down {
  display: block;
}
@media (max-width: 1200px) {
  .hide-lg-down {
    display: none;
  }
}

.hide-lg-up {
  display: block;
}
@media (min-width: 1201px) {
  .hide-lg-up {
    display: none;
  }
}

.show-xl-down {
  display: none;
}
@media (max-width: 1400px) {
  .show-xl-down {
    display: block;
  }
}

.show-xl-up {
  display: none;
}
@media (min-width: 1401px) {
  .show-xl-up {
    display: block;
  }
}

.hide-xl-down {
  display: block;
}
@media (max-width: 1400px) {
  .hide-xl-down {
    display: none;
  }
}

.hide-xl-up {
  display: block;
}
@media (min-width: 1401px) {
  .hide-xl-up {
    display: none;
  }
}

.site-main {
  padding: 0;
}

:root {
  --base-font-size: 16px;
  --line-height: 1.6;
  --heading-line-height: 1.2;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--base-font-size);
  line-height: var(--line-height);
  font-family: "ff-scala-sans-pro", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(72, 71, 66);
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; /* Space: top, right, bottom, left */
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em; /* Space: top, right, bottom, left */
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; /* Optional: prevents interference from nearby floats */
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main.site-main a:not(.btn):not(.site-title),
header a:not(.btn):not(.site-title),
footer a:not(.btn):not(.site-title) {
  color: rgb(0, 78, 127);
  position: relative;
  text-decoration: none;
}
main.site-main a:not(.btn):not(.site-title):hover,
header a:not(.btn):not(.site-title):hover,
footer a:not(.btn):not(.site-title):hover {
  text-decoration: none;
}
main.site-main a:not(.btn):not(.site-title)::after,
header a:not(.btn):not(.site-title)::after,
footer a:not(.btn):not(.site-title)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
main.site-main a:not(.btn):not(.site-title):hover::after, main.site-main a:not(.btn):not(.site-title):focus::after,
header a:not(.btn):not(.site-title):hover::after,
header a:not(.btn):not(.site-title):focus::after,
footer a:not(.btn):not(.site-title):hover::after,
footer a:not(.btn):not(.site-title):focus::after {
  transform: scaleX(1);
}

/*
font-family: "ff-scala-sans-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ff-scala-sans-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: pt-serif, serif;
font-weight: 400;
font-style: normal;
*/
h1,
.h1 {
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  h1 br,
  .h1 br {
    display: none;
  }
}

h2,
.h2 {
  margin-bottom: 1.25rem;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.65625em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
@media (max-width: 992px) {
  h2 br,
  .h2 br {
    display: none;
  }
}

h3,
.h3 {
  margin-bottom: 1rem;
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 2.0625em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
@media (max-width: 992px) {
  h3 br,
  .h3 br {
    display: none;
  }
}

h4,
.h4 {
  margin-bottom: 0.75rem;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

h5,
.h5 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

h6 {
  margin-bottom: 0.5rem;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

p,
p a,
span,
article {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

em {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  font-style: italic;
}

strong {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

p a,
a {
  color: rgb(63, 65, 62);
  text-decoration: none;
}
p a:hover,
a:hover {
  color: rgb(0, 78, 127);
  text-decoration: underline;
}

ul,
ol {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

blockquote {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #ccc;
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

footer.site-footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
footer.site-footer .copyright img {
  width: 10rem;
  height: auto;
  margin: 0 0 1rem 0;
  position: relative;
  top: -0.75rem;
}
footer.site-footer .powered {
  display: flex;
  justify-content: flex-start;
  padding-top: 2rem;
  align-items: flex-start;
}
footer.site-footer .powered p {
  margin-right: 1.5rem;
  text-transform: uppercase;
}
footer.site-footer .powered .powered-by-image {
  width: 12rem;
  margin-top: -1rem;
}
footer.site-footer .powered .powered-by-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
footer.site-footer .links {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}
footer.site-footer .links.powered {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  footer.site-footer .links {
    justify-content: center;
    margin-left: 0.5rem;
  }
}
footer.site-footer .links nav.footer-nav ul#menu-footer {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  /* @include respond-max(md) {
      justify-content: flex-start;
  } */
}
footer.site-footer .links nav.footer-nav ul#menu-footer li {
  margin-left: 2.5rem;
  height: 2rem;
}
@media (max-width: 992px) {
  footer.site-footer .links nav.footer-nav ul#menu-footer li {
    margin-left: 0;
    margin-right: 2.5rem;
  }
}
footer.site-footer .links nav.footer-nav ul#menu-footer li a {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
}
footer.site-footer .links ul.social {
  list-style: none;
}
@media (max-width: 992px) {
  footer.site-footer .links ul.social {
    padding-left: 0;
  }
}
footer.site-footer .links ul.social li a {
  background-color: rgb(131, 131, 131);
  display: block;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
footer.site-footer .links ul.social li svg {
  fill: rgb(255, 255, 255);
}

header.site-header {
  background-color: rgb(255, 255, 255);
  min-height: 4.5rem;
}
header.site-header .container {
  padding-top: 1rem;
}
header.site-header .site-title {
  width: 10rem;
  height: 3rem;
  display: block;
}
header.site-header .site-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
header.site-header #nav-holder {
  display: flex;
  justify-content: flex-end;
  /* Hamburger Menu */
}
header.site-header #nav-holder .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 1.5rem 0 2rem;
  z-index: 1001;
  height: 2rem;
}
header.site-header #nav-holder .menu-toggle .hamburger {
  width: 1.75rem;
  height: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.site-header #nav-holder .menu-toggle .hamburger span {
  width: 1.75rem;
  height: 3px;
  border: 2px solid rgb(72, 71, 66);
  border-radius: 3px;
  transition: all 0.3s ease;
  margin: 0 0 5px 0;
}
header.site-header #nav-holder .menu-toggle.active .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
header.site-header #nav-holder .menu-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
}
header.site-header #nav-holder .menu-toggle.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
header.site-header nav.primary-nav ul#menu-primary {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
header.site-header nav.primary-nav ul#menu-primary li {
  margin-left: 2rem;
  padding-top: 0.25rem;
}
header.site-header nav.primary-nav ul#menu-primary li a {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: rgb(63, 65, 62);
}
header.site-header nav.primary-nav ul#menu-primary li a:hover {
  color: rgb(0, 78, 127);
  text-decoration: none;
}
header.site-header nav.primary-nav ul#menu-primary li.current_page_item a {
  color: rgb(0, 78, 127);
}
header.site-header.start-scroll {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: top 0.6s ease-out, opacity 1s ease 0.75s;
  opacity: 0;
  z-index: 99999;
  height: 3rem;
  min-height: 3rem;
  overflow: hidden;
}
header.site-header.start-scroll.scrolled {
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
}
header.site-header.start-scroll.scrolled .container {
  padding-top: 0.5rem;
}
header.site-header.start-scroll.scrolled .site-title {
  max-width: 8rem;
}
header.site-header.start-scroll.scrolled nav.primary-nav ul#menu-primary li a {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

nav#mobileNav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(72, 71, 66);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 1rem 0;
  z-index: 999999;
  max-width: 768px;
}
nav#mobileNav.active {
  transform: translateX(0);
}
nav#mobileNav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#mobileNav ul.menu li.menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
nav#mobileNav ul.menu li.menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
nav#mobileNav ul.menu li.menu-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
nav#mobileNav ul.menu li.menu-item > a span,
nav#mobileNav ul.menu li.menu-item > a .sub-menu-toggle {
  position: relative;
  z-index: 1;
}
nav#mobileNav ul.menu li.menu-item > a:hover::before {
  width: 100%;
}
nav#mobileNav ul.menu li.menu-item.active > .sub-menu {
  max-height: 500px;
}
nav#mobileNav ul.menu li.menu-item.active > a .sub-menu-toggle {
  transform: rotate(180deg);
}
nav#mobileNav ul.menu {
  /* Sub-menu Toggle Arrow */
}
nav#mobileNav ul.menu .sub-menu-toggle {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: transform 0.3s ease;
}
nav#mobileNav ul.menu .sub-menu-toggle::before {
  content: "▼";
  font-size: 12px;
  color: #fff;
}
nav#mobileNav {
  /* Sub-menu */
}
nav#mobileNav .sub-menu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  background: #1f1f1f;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
}
nav#mobileNav .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
nav#mobileNav .sub-menu li:last-child {
  border-bottom: none;
}
nav#mobileNav .sub-menu {
  /* Sub-menu links with left-to-right sweep */
}
nav#mobileNav .sub-menu a {
  display: block;
  padding: 14px 30px 14px 50px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
nav#mobileNav .sub-menu a:hover {
  color: #fff;
  padding-left: 55px;
}
nav#mobileNav .sub-menu a:hover::after {
  opacity: 1;
}
nav#mobileNav .sub-menu a:hover::before {
  width: 100%;
}
nav#mobileNav .sub-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
nav#mobileNav .sub-menu a::after {
  content: "›";
  position: absolute;
  left: 35px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  color: #fff;
}

/* Overlay */
.nav-overlay {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-modal.active {
  display: flex;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  z-index: 10;
}
.modal-close:hover {
  transform: scale(1.2);
}

.modal-video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1460px) {
  section.alternating-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  section.alternating-content .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.alternating-content .row .col.content {
  order: -1;
}
section.alternating-content .row picture img {
  border-radius: 2.5rem;
  overflow: hidden;
}
section.alternating-content .row.left .alternating-content-text {
  padding-left: 0;
}
@media (max-width: 992px) {
  section.alternating-content .row .col.image {
    order: -1;
  }
  section.alternating-content .row .alternating-content-text {
    padding: 1.5rem 0;
  }
}
@media (max-width: 992px) {
  section.alternating-content .row .col-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.alternating-content .alternating-content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
section.alternating-content .alternating-content-text .content-text p {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
section.alternating-content .alternating-content-text h2 {
  text-transform: uppercase;
  font-size: 1.65625rem;
}
section.alternating-content {
  /* Viewport Animation Styles */
}
section.alternating-content .alternating-content-image,
section.alternating-content .alternating-content-text {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
section.alternating-content .alternating-content-text {
  transform: translateY(30px);
}
section.alternating-content .alternating-content-image.visible,
section.alternating-content .alternating-content-text.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Stacked layout: image full width, then headline ~25% + content ~75% */
section.alternating-content.stacked > .container {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #dfdfde;
}
section.alternating-content.stacked .row-image {
  margin-bottom: 3rem;
}
section.alternating-content.stacked .row-image .col.image {
  padding-left: 0;
  padding-right: 0;
}
section.alternating-content.stacked .row-image .alternating-content-image {
  width: 100%;
}
section.alternating-content.stacked .row-image .alternating-content-image picture,
section.alternating-content.stacked .row-image .alternating-content-image .video-container {
  width: 100%;
}
section.alternating-content.stacked .row-image .alternating-content-image picture img,
section.alternating-content.stacked .row-image .alternating-content-image picture video,
section.alternating-content.stacked .row-image .alternating-content-image .video-container img,
section.alternating-content.stacked .row-image .alternating-content-image .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
section.alternating-content.stacked .row-image picture img {
  border-radius: 2.5rem;
  overflow: hidden;
}
section.alternating-content.stacked .row-text .headline-col {
  /* Extra left indent in addition to grid gutter */
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.alternating-content.stacked .row-text .headline-col h2 {
  text-transform: uppercase;
  font-size: 1.65625rem;
}
section.alternating-content.stacked .row-text .content-col .alternating-content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
section.alternating-content.stacked .row-text .content-col .alternating-content-text .content-text p {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
section.alternating-content.stacked {
  /* Mobile: 100% width, order Image → Headline → Content */
}
@media (max-width: 992px) {
  section.alternating-content.stacked .container {
    display: flex;
    flex-direction: column;
  }
  section.alternating-content.stacked .row-image {
    order: 1;
  }
  section.alternating-content.stacked .row-image .col.image {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  section.alternating-content.stacked .row-text {
    order: 2;
    flex-direction: column;
  }
  section.alternating-content.stacked .row-text .headline-col {
    order: 1;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 1.5rem;
  }
  section.alternating-content.stacked .row-text .content-col {
    order: 2;
  }
  section.alternating-content.stacked .row-text .content-col .alternating-content-text {
    padding: 1.5rem 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
section.alternating-content.stacked {
  /* Viewport animation: stacked elements (headline not animated so it always shows) */
}
section.alternating-content.stacked .row-image .alternating-content-image,
section.alternating-content.stacked .content-col .alternating-content-text {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
section.alternating-content.stacked .content-col .alternating-content-text {
  transform: translateY(30px);
}
section.alternating-content.stacked .row-image .alternating-content-image.visible,
section.alternating-content.stacked .content-col .alternating-content-text.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Stacked + reverse: text first, then image on desktop; mobile stays image then text */
section.alternating-content.stacked.reverse > .container {
  display: flex;
  flex-direction: column-reverse;
}
section.alternating-content.stacked.reverse .row-text {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  section.alternating-content.stacked.reverse > .container {
    flex-direction: column;
  }
}

section.callout .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.callout .wysiwyg-content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
section.callout .wysiwyg-content h2 {
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 1.6125em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: inline-block;
}
section.callout .wysiwyg-content h2 img {
  padding-top: 0.25rem;
}
@media (max-width: 576px) {
  section.callout .wysiwyg-content h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0.5rem;
  }
}

.cards-section .bg {
  padding: 6rem 0;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .cards-section .bg {
    background-size: auto 90%;
  }
}
.cards-section .cards-header-inner {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}
.cards-section .cards-header-inner h2 {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-top: 2rem;
}
.cards-section .cards-header-inner .intro {
  opacity: 0.9;
}
.cards-section .cards-header-inner .intro h2 + br {
  display: none !important;
}
.cards-section .content-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cards-section .cards-row {
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
}
.cards-section .cards-row .col {
  flex: 0 1 35rem;
  padding: 1rem;
}
.cards-section .card-column {
  margin-bottom: 2rem;
  display: flex;
}
.cards-section article.card {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.75rem 2.25rem;
  border-radius: 2.5rem;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: cover;
}
.cards-section article.card .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 2.5rem;
  opacity: 1;
}
.cards-section article.card .title {
  margin-bottom: 1.25rem;
}
.cards-section article.card .body {
  margin-bottom: 2rem;
}
.cards-section article.card .body p {
  margin-bottom: 0.75rem;
}
.cards-section article.card .body h5 {
  margin-top: 2.5rem;
}
.cards-section article.card .body ul,
.cards-section article.card .body ol {
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 0.75rem;
}
.cards-section article.card .body ul li,
.cards-section article.card .body ol li {
  margin-bottom: 0.35rem;
}
.cards-section article.card .card-cta {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cards-section {
    padding: 4rem 0;
  }
  .cards-section .cards-header-inner {
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }
  .cards-section .card {
    padding: 2rem 1.75rem;
    border-radius: 1.5rem;
  }
}

section.columns-section {
  padding-top: 6.875rem;
}
section.columns-section .row {
  justify-content: center;
}
@media (max-width: 992px) {
  section.columns-section .row .col-4 {
    flex-wrap: wrap;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
section.columns-section .icon-holder {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2.5rem auto;
}
section.columns-section .icon-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.columns-section h3.headline {
  font-size: 2.78125rem;
  margin-bottom: 2.125rem;
}
@media (max-width: 992px) {
  section.columns-section h3.headline {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  section.columns-section h3.headline {
    font-size: 1.8rem;
  }
}
section.columns-section h2.title {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.columns-section h2.title {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
section.columns-section .intro {
  font-size: 1.25rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 992px) {
  section.columns-section .intro br {
    display: none;
  }
}
@media (max-width: 768px) {
  section.columns-section .body {
    padding-bottom: 1.5rem;
  }
  section.columns-section .body br {
    display: none;
  }
}
section.columns-section .cta-inner {
  max-width: 42rem !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid rgb(156, 156, 154);
}
section.columns-section.grid .columns-row {
  background-color: rgb(255, 255, 255);
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 2.5rem;
}
@media (max-width: 992px) {
  section.columns-section.grid .columns-row {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) {
  padding: 10%;
  justify-content: space-evenly;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column {
  border-top: 1px solid #dfdfde;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(odd) {
  border-right: 1px solid #dfdfde;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1), section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) {
  border-top: 0;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) article {
  position: relative;
  top: -3rem;
}
@media (max-width: 768px) {
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-of-type(2) article {
    margin-top: 2rem;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-last-of-type(1) article, section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-last-of-type(2) article {
  position: relative;
  top: 3rem;
}
@media (max-width: 768px) {
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(odd) {
    padding-right: 1rem;
  }
  section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column:nth-child(even) {
    padding-left: 1rem;
  }
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column article.column {
  text-align: center;
}
section.columns-section.grid .row:not(.columns-header):not(.cta-row) .grid-column article.column img {
  margin: 0 auto;
}
section.columns-section.grid .row.cta-row .cta-inner {
  padding: 3.125rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  section.columns-section.grid .row.cta-row .cta-inner {
    padding: 3.125rem 0;
  }
}
section.columns-section.border-top {
  padding-top: 4rem;
}
section.columns-section.border-top h3.headline {
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-top: 1px solid rgb(156, 156, 154);
  display: inline-block;
  margin: 0 auto;
}

section.content-area {
  padding-top: 6rem;
}
section.content-area h2 {
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 2.0625em;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
section.content-area p {
  font-size: 1.2rem;
  line-height: 1.4;
}
section.content-area p strong {
  font-size: 1.4rem;
  line-height: 1.2;
}
section.content-area .wysiwyg-content img {
  width: calc(100vw - 3rem);
  max-width: 32rem !important;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  section.content-area .wysiwyg-content br {
    display: none;
  }
}
section.content-area.full-top-border {
  border-top: 1px solid rgb(156, 156, 154);
  padding-top: 8rem;
}
section.content-area.full-bottom-border {
  padding-bottom: 8rem;
  border-bottom: 1px solid rgb(156, 156, 154);
}

section.forms {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
section.forms .intro,
section.forms .intro p {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
section.forms .gform_wrapper {
  max-width: 36.75rem;
  margin: 2.75rem auto 0 auto;
}
section.forms .gform_wrapper .gform-footer {
  display: flex;
  justify-content: center;
}

section.hero {
  padding-top: 8rem;
  padding-bottom: 6.35rem;
  aspect-ratio: 15/8;
}
@media (max-width: 768px) {
  section.hero .row.header {
    margin: 0;
  }
}
@media (max-width: 768px) {
  section.hero .header-inner {
    max-width: calc(100vw - 1rem) !important;
    margin: 0 auto !important;
  }
  section.hero .header-inner h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.hero .header-inner {
    margin: 0 !important;
  }
  section.hero .header-inner h1 {
    font-size: 1.5rem;
    max-width: 95vw !important;
    margin: 0 auto 1.5rem auto !important;
  }
  section.hero .header-inner .intro br {
    display: none;
  }
}
section.hero .intro,
section.hero .intro p {
  font-size: 1.2em;
}
section.hero .cta {
  padding-top: 2rem;
}
section.hero.content-border-bottom .header-inner:after {
  content: "";
  display: block;
  width: 35rem;
  margin: 0 auto;
  height: 2px;
  background-color: rgba(156, 156, 154, 0.4);
  margin-top: 6rem;
}
section.hero.lg h5.eyebrow {
  font-size: 1.65625rem;
}
section.hero.lg h1 {
  font-size: 2.323125rem;
}

section.team_members .header {
  padding-top: 7.5rem;
}
section.team_members .header h5 {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.65625rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
section.team_members .header h1 {
  font-size: 2.323125rem;
}
section.team_members .header .intro {
  font-size: 1.301875rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  section.team_members .header .intro br {
    display: none;
  }
}
section.team_members .header .intro:after {
  content: "";
  display: block;
  width: 35rem;
  margin: 0 auto;
  height: 2px;
  background-color: rgba(156, 156, 154, 0.4);
  margin-top: 6rem;
}
section.team_members .team-members-row {
  padding-top: 7.5rem;
}
section.team_members .team-member-card {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10rem;
}
section.team_members .team-member-card .team-member-card-image {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
  box-shadow: 3px 3px 0 0 #dadada;
  -webkit-box-shadow: 3px 3px 0 0 #dadada;
  -moz-box-shadow: 3px 3px 0 0 #dadada;
}
section.team_members .team-member-card .team-member-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
section.team_members .team-member-card h3 {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 1.65625rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
section.team_members .team-member-card p.team-member-card-title {
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 1.5225rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
section.team_members .team-member-card p.team-member-card-bio {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

section.video .row {
  border-top: 2px solid rgb(156, 156, 154);
  border-bottom: 2px solid rgb(156, 156, 154);
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  section.video .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section.video .row .col-5 .content {
    padding: 0;
  }
  section.video .row .col-5 .content .intro br {
    display: none;
  }
  section.video .row .col-7 {
    order: -1;
  }
  section.video .row .col-7 .poster {
    padding: 0 0 1.5rem 0;
  }
}
section.video .content {
  height: 100%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.video .poster {
  padding-right: 2rem;
}
section.video .poster img {
  width: 100%;
  height: auto;
  border-radius: 2.25rem;
  overflow: hidden;
}
section.video .intro {
  font-size: 1.25rem !important;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.75rem;
  border-radius: 999px;
  border: 1px solid rgb(63, 65, 62);
  background: rgb(63, 65, 62);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1.291875em;
  line-height: 1.291875em;
  letter-spacing: 0;
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 992px) {
  .button {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1em;
    padding: 0.9rem 1.5rem;
    text-align: center;
  }
}
.button:hover {
  background: rgba(63, 65, 62, 0.8);
  color: rgb(255, 255, 255);
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.button.alt {
  background-color: rgb(235, 235, 235);
  color: rgb(63, 65, 62) !important;
}

.gform_wrapper .gform_fields {
  row-gap: 0.75rem !important;
  grid-row-gap: 0.75rem !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  background-color: #dfdfde !important;
  color: rgb(63, 65, 62) !important;
  font-size: 2rem !important;
  text-align: center !important;
  padding: 1.5rem 1rem 2rem 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper input[type=email]::-moz-placeholder,
.gform_wrapper input[type=tel]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: rgb(63, 65, 62) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: rgb(63, 65, 62) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgb(63, 65, 62) !important;
  font-size: 2rem !important;
  text-align: center !important;
  opacity: 1 !important;
}
.gform_wrapper select {
  background-color: #dfdfde !important;
  color: rgb(63, 65, 62) !important;
  font-size: 14px !important;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="%23666" d="M0,0 l6,8 6,-8"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.gform_wrapper select option[disabled],
.gform_wrapper select option:first-child {
  color: #000000 !important;
  font-style: italic !important;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.9rem 2.75rem !important;
  border-radius: 999px !important;
  border: 1px solid rgb(63, 65, 62) !important;
  background: rgb(63, 65, 62) !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: 0.8rem !important;
  text-decoration: none !important;
  transition: background 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out !important;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300 !important;
  font-size: 1.291875em !important;
  line-height: 1.291875em !important;
  letter-spacing: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover {
  background: rgba(63, 65, 62, 0.8) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none !important;
  color: rgb(255, 255, 255) !important;
}

main.site-main {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
main.site-main .basic-content {
  padding: 3rem 0.5rem 4rem 0.5rem;
}/*# sourceMappingURL=style.css.map */