@media (min-width: 961px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-mobile {
    display: none !important;
  }
}
.fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reset {
  padding: 0;
  margin: 0;
  border: none;
}
:root {
  --colorRed: #c72630;
  --colorDarkRed: #861a20;
  --colorGray: #6e6e6e;
  --colorDarkGray: #444444;
  --colorLightGray: #9a9a9a;
}
:root {
  --title: "Hoefler Text", sans-serif;
  --text: "Montserrat", sans-serif;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 577px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 577px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible991 {
  display: none !important;
}
@media (max-width: 991px) {
  .visible991 {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .hidden991 {
    display: none !important;
  }
}
img,
svg,
picture,
object {
  position: relative;
  display: block;
  max-width: 100%;
}
.single-post.post-template-default h1 {
  font: 400 30px/36px "Hoefler Text";
}
@media (max-width: 577px) {
  .single-post.post-template-default h1 {
    font: 400 24px/26px "Hoefler Text";
  }
}
.single-post.post-template-default h2 {
  font: 400 28px/34px "Hoefler Text";
}
@media (max-width: 577px) {
  .single-post.post-template-default h2 {
    font: 400 22px/24px "Hoefler Text";
  }
}
.single-post.post-template-default h3 {
  font: 400 26px/30px "Montserrat Regular";
}
@media (max-width: 577px) {
  .single-post.post-template-default h3 {
    font: 400 20px/24px "Hoefler Text";
  }
}
.single-post.post-template-default h4 {
  font: 400 22px/28px "Montserrat Regular";
}
@media (max-width: 577px) {
  .single-post.post-template-default h4 {
    font: 400 18px/22px "Hoefler Text";
  }
}
.single-post.post-template-default h5 {
  font: 400 20px/26px "Montserrat Regular";
}
@media (max-width: 577px) {
  .single-post.post-template-default h5 {
    font: 400 16px/22px "Hoefler Text";
  }
}
.single-post.post-template-default h6 {
  font: 400 18px/24px "Montserrat Regular";
}
@media (max-width: 577px) {
  .single-post.post-template-default h6 {
    font: 400 16px/22px "Hoefler Text";
  }
}
.alignwide {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* see titan
h1,
h2 {
  font: 400 32px/38px var(--title);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
*/

@media (max-width: 991px) {
  h1 br,
  h2 br {
    display: none;
  }
}
h2 {
  color: #f5833e;
}
.wp-block-smarttouch-button {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  background: #f5833e;
  border-right: 0px solid rgba(0, 0, 0, 0);
  font: 300 22px/24px var(--wp--preset--font-family--montserrat);
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (max-width: 577px) {
  .wp-block-smarttouch-button {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
  }
  .wp-block-smarttouch-button .label {
    justify-content: center;
  }
}
.wp-block-smarttouch-button span {
  margin: 0 8px;
  transition: all 0.1s ease;
  z-index: 2;
  min-width: 32px;
}
.wp-block-smarttouch-button svg {
  display: block;
  width: 40px;
  height: 32px;
  color: inherit;
  transition: all 0.1s ease;
}
.wp-block-smarttouch-button:before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.25s ease;
  z-index: 1;
}
.wp-block-smarttouch-button:hover {
  background: #38803e;
  border-right: 0px solid #f5833e;
  color: #fff;
}
.wp-block-smarttouch-button:hover.orange {
  --color: #fc7936;
}
.wp-block-smarttouch-button:hover.green {
  --color: #7ac143;
}
.wp-block-smarttouch-button:hover.green2 {
  --color: #8cbe5f;
}
.wp-block-smarttouch-button.outline {
  border: 1px solid #fff;
}
.wp-block-smarttouch-button.solid {
  border: 1px solid var(--color);
}
.wp-block-smarttouch-button.solid:hover {
  color: var(--color);
}
.max-margin {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.noMargintop {
  margin-top: 0px !important;
}
.noMarginbottom {
  margin-bottom: 0px !important;
}
.noPaddingtop {
  padding-top: 0px !important;
}
.wordSpacesmall {
  word-spacing: 2px;
}
.wordSpacemedium {
  word-spacing: 5px;
}
.wp-container-5 .wp-block-separator {
  display: none;
}
.leftAlign {
  text-align: left !important;
  margin-top: 0px !important;
}
.stButton {
  border-radius: 0px;
}
.full-header {
  width: 100%;
  margin: 0 auto;
  padding: 0vw 3vw;
}

/* see titan
nav {
  border-top: 1px solid #f5833e;
  margin-top: 34px !important;
  width: 100%;
}
*/

nav ul {
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 0px !important;
}
@media (min-width: 1200px) {
  nav ul {
    gap: inherit !important;
  }
}
nav ul li .wp-block-navigation__submenu-icon {
  display: none !important;
}
@media (max-width: 577px) {
  nav ul li .wp-block-navigation__submenu-icon {
    display: block !important;
  }
}

/* see titan
nav ul li a {
  display: block !important;
  padding: 20px 5px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  color: #1c5649 !important;
  font: 500 1.1vw/1.5vw var(--wp--preset--font-family--montserrat) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav ul li a:hover {
  color: #fff !important;
  background: #1c5c39 !important;
}


@media (max-width: 599px) {
  nav ul li a {
    font: 500 14px/24px var(--wp--preset--font-family--montserrat) !important;
  }
}
@media (min-width: 1200px) {
  nav ul li a {
    font: 500 16px/18px var(--wp--preset--font-family--montserrat) !important;
  }
}
*/
@media (max-width: 599px) {
  nav {
    border: 0px;
    margin-top: 0px !important;
  }
}
.wp-block-navigation__submenu-container {
  border: 0px !important;
  z-index: 3 !important;
}
.wp-block-navigation__submenu-container li {
  border-bottom: solid 1px #f5833e;
}
.wp-block-navigation__submenu-container li a {
  padding: 10px 30px !important;
}
@media (min-width: 1200px) {
  .wp-block-navigation__submenu-container li a {
    font: 500 15px/18px var(--wp--preset--font-family--montserrat) !important;
  }
}
@media (max-width: 599px) {
  .wp-block-navigation__submenu-container li a {
    font: 500 13px/24px var(--wp--preset--font-family--montserrat) !important;
  }
}
.wp-block-navigation__submenu-container li:last-child {
  border: 0;
}
.is-menu-open.has-modal-open
  .wp-block-navigation__responsive-container-content
  ul.wp-block-navigation__container
  li
  a {
  padding: 5px 10px !important;
}
.is-menu-open.has-modal-open
  .wp-block-navigation__responsive-container-content
  ul.wp-block-navigation__container
  li
  ul.wp-block-navigation__submenu-container {
  margin: 0 !important;
  padding: 0 !important;
}
.is-menu-open.has-modal-open
  .wp-block-navigation__responsive-container-content
  ul.wp-block-navigation__container
  li
  ul.wp-block-navigation__submenu-container
  li {
  border: 0 !important;
}
body.logged-in header {
  top: 32px;
}
header {
  display: flex;
  align-items: flex-end;
  z-index: 99;
  border-bottom: solid 8px #4c3f3d;
  padding: 0;
  position: sticky;
  width: 100%;
  background: #fff;
  top: 0;
  min-height: 115px;
}
@media (max-width: 599px) {
  header .max-container {
    padding: 0px 15px;
  }
  header .wp-container-4 {
    align-items: center !important;
  }
}
.toprow {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
}
.toprow .is-layout-flex {
  margin-top: 0px;
}
.toprow .topright {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.toprow .topright .wp-block-image {
  margin: 0px;
}

/* see titan
.toprow .topright a {
  font-size: 16px;
  line-height: 24px;
  background: #f5833e;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
*/

@media (max-width: 577px) {
  .toprow .topright a {
    font-size: 12px;
    padding: 5px 5px;
    min-height: 35px;
  }
}

/* see titan
.toprow .topright .green a {
  background: #1c5649;
  display: inline-block;
  padding: 5px 15px;
  width: 55px;
  border-left: solid 1px #fff;
}
*/

@media (max-width: 577px) {
  .toprow .topright .green a {
    width: 36px;
    padding: 8px 8px;
  }
}
@media (max-width: 599px) {
  .toprow .topright {
    position: fixed;
  }
}
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container {
  min-width: 240px;
}
@media (max-width: 599px) {
  .wp-block-navigation-submenu span.wp-block-navigation-item__label {
    margin-left: 15px;
  }
}
.siteheader {
  display: grid;
  grid-template: auto auto/270px auto;
  justify-items: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px !important;
}
.siteheader,
.siteheader * {
  padding: 0;
  margin: 0;
  margin-block-start: 0 !important;
  gap: 0;
  box-sizing: border-box;
}
.siteheader .sitelogo {
  grid-row-start: span 2;
}
.siteheader nav {
  justify-self: end;
  margin: 0;
}
.siteheader .navbuttons {
  display: grid;
  grid-template: 32px / auto auto auto;
  background: #f5833e;
  justify-self: end;
}
.siteheader .navbuttons,
.siteheader .navbuttons * {
  height: 40px;
}
.siteheader .navbuttons * {
  display: block;
}
.siteheader .navbuttons a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 10px;
}
.siteheader .navbuttons a img {
  width: 32px;
  height: 32px;
}

/* see titan
.footer {
  background: #1c5649;
  padding: 40px 20px;
  max-width: 100% !important;
}
@media (max-width: 577px) {
  .footer {
    padding: 40px 20px 0px 20px;
  }
}
*/

.footer .disclaimer {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  text-align: center;
  flex-wrap: wrap;
  color: #fff;
  line-height: 1.2em;
  max-width: 1240px;
  gap: 0;
}
@media (max-width: 577px) {
  .footer .disclaimer {
    display: block;
  }
}
.footer .disclaimer ul {
  list-style: none;
}
@media (max-width: 577px) {
  .footer .disclaimer ul {
    margin-left: -50px;
  }
}
.footer .disclaimer ul li {
  color: #f2722f;
  text-align: left;
  font: 300 18px/34px var(--wp--preset--font-family--montserrat);
  display: inline;
}
.footer .disclaimer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .disclaimer ul li a:hover {
  color: #fff;
}
@media (max-width: 577px) {
  .footer .disclaimer ul li {
    font: 300 14px/26px var(--wp--preset--font-family--montserrat);
    margin-top: 5px;
    letter-spacing: 1px;
  }
}
.footer .disclaimer ul li:nth-child(6) {
  text-align: right;
}
.footer .disclaimer ul li:nth-child(7) {
  text-align: right;
}
.footer .disclaimer ul li:nth-child(8) {
  text-align: right;
}
.footer .disclaimer ul li:nth-child(9) {
  text-align: right;
}
.footer .disclaimer ul li:nth-child(10) {
  text-align: right;
}

/* see titan
.footer .disclaimer .brdbottom {
  border-left: solid 1px #ffb81b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 21%;
}
*/

@media (max-width: 577px) {
  .footer .disclaimer .brdbottom {
    display: block;
    width: 100%;
    border: 0px;
    padding: 15px 0px;
  }
}
@media (min-width: 578px) and (max-width: 767px) {
  .footer .disclaimer .brdbottom {
    display: block;
    width: 100%;
    border: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .disclaimer .brdbottom {
    display: flex;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .disclaimer .brdbottom {
    display: flex;
    width: 50%;
  }
}
.footer .disclaimer .brdbottom.botmenu {
  align-items: start;
  width: 35%;
}
.footer .disclaimer .brdbottom.botmenu nav {
  border: 0px;
  margin-top: 0px !important;
}
.footer .disclaimer .brdbottom.botmenu nav ul {
  display: inline-block;
  columns: 2;
  margin: 0px auto;
  max-width: 350px;
}
.footer
  .disclaimer
  .brdbottom.botmenu
  nav
  ul.wp-block-navigation__container
  li
  a {
  color: #fff !important;
  padding: 7px 0 !important;
  font: 500 16px/18px var(--wp--preset--font-family--montserrat) !important;
}
@media only screen and (max-width: 1080px) and (min-width: 990px) {
  .footer
    .disclaimer
    .brdbottom.botmenu
    nav
    ul.wp-block-navigation__container
    li
    a {
    font: 500 13px/18px var(--wp--preset--font-family--montserrat) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .footer .disclaimer .brdbottom.botmenu {
    width: 32%;
  }
  .footer .disclaimer .brdbottom.botmenu img {
    max-width: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .disclaimer .brdbottom.botmenu {
    width: 35%;
  }
  .footer .disclaimer .brdbottom.botmenu li {
    font: 600 14px/34px "Montserrat Light";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .disclaimer .brdbottom.botmenu {
    display: flex;
    width: 60%;
  }
}
@media (max-width: 577px) {
  .footer .disclaimer .brdbottom.botmenu {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 578px) and (max-width: 767px) {
  .footer .disclaimer .brdbottom.botmenu {
    display: flex;
    width: 100%;
  }
}
.footer .disclaimer .brdbottom.bdrnone {
  border: 0px;
  width: 22%;
}
@media (max-width: 767px) {
  .footer .disclaimer .brdbottom.bdrnone {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .disclaimer .brdbottom.bdrnone {
    width: 40%;
  }
  .footer .disclaimer .brdbottom.bdrnone img {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .disclaimer .brdbottom.bdrnone {
    width: 22%;
  }
}
.footer .disclaimer .brdbottom ul {
  margin: 0px;
}
.footer .disclaimer .brdbottom ul li ul.subnv {
  padding-left: 30px;
}
.footer .disclaimer .brdbottom ul.navone {
  padding-left: 0px;
}
.footer .disclaimer .brdbottom.thirdcol {
  width: 20%;
}
@media (max-width: 767px) {
  .footer .disclaimer .brdbottom.thirdcol {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .disclaimer .brdbottom.thirdcol {
    width: 40%;
    border: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .disclaimer .brdbottom.thirdcol {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .footer .disclaimer .brdbottom:first-child img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.footer .disclaimer img {
  filter: brightness(0) invert(100%);
}
@media (max-width: 577px) {
  .footer .disclaimer {
    grid-template: auto/1fr 1fr;
  }
  .footer .disclaimer div {
    order: 2;
    grid-column-start: span 2;
  }
  .footer .disclaimer img {
    order: 1;
  }
}
.footer .disclaimer .addbox {
  min-width: 157px;
  text-align: center;
}
.footer .disclaimer .addbox h3 {
  color: #fff;
  text-align: left;
  font: 300 18px/34px var(--wp--preset--font-family--montserrat);
  margin: 15px 0px 10px;
  text-align: center;
}
.footer .disclaimer .socialicon {
  display: grid;
  grid-template: auto/40px 40px;
  gap: 12px;
  justify-content: center;
}
.footer .disclaimer .lastbox {
  width: 21%;
}
@media (max-width: 767px) {
  .footer .disclaimer .lastbox {
    width: 100%;
  }
  .footer .disclaimer .lastbox img {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .disclaimer .lastbox {
    width: 60%;
  }
  .footer .disclaimer .lastbox img {
    max-width: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .disclaimer .lastbox {
    width: 21%;
  }
}
.footer .disclaimer .lastbox img {
  width: 600px;
}
@media (min-width: 1200px) {
  .footer .disclaimer {
    width: 1240px;
  }
}
.footerbottom {
  background: #1c5649;
  padding: 0px 15px 40px;
  margin-top: 0px !important;
  max-width: 100% !important;
}
.footerbottom .textfooter {
  max-width: 1140px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  padding-top: 40px;
}
.footerbottom .textfooter p {
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footerbottom .textfooter p a {
  color: #fff;
  text-decoration: none;
}
.footerbottom .textfooter p a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .footerbottom .textfooter p {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
@media (max-width: 577px) {
  .footerbottom .textfooter {
    line-height: 26px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .footerbottom .textfooter {
    padding-top: 0px;
  }
}
@media (max-width: 577px) {
  .footerbottom {
    padding-bottom: 60px;
  }
}
.wp-block-smarttouch-popup {
  min-width: 600px;
}
@media (max-width: 577px) {
  .wp-block-smarttouch-popup {
    min-width: inherit;
  }
}
.wp-block-smarttouch-popup h2 {
  background: #f5833e;
  font: 400 28px/32px var(--title);
  text-align: left;
  text-transform: uppercase;
  padding-right: 80px;
  position: relative;
}
.wp-block-smarttouch-popup h2:after {
  width: 66px !important;
  background-color: #3a813f !important;
}
@media (max-width: 577px) {
  .wp-block-smarttouch-popup h2 {
    font: 400 20px/26px var(--title);
  }
}
.wp-block-smarttouch-popup .wp-block-smarttouch-form {
  padding: 10px 30px 30px;
}
.wp-block-smarttouch-popup .stButton {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  background: #f5833e !important;
  border: 0px solid rgba(0, 0, 0, 0);
  font: 300 22px/1.2em var(--wp--preset--font-family--montserrat);
  letter-spacing: 0.05em;
  border-radius: 0px;
  transition: all 0.25s ease;
}
@media (max-width: 577px) {
  .wp-block-smarttouch-popup .stButton {
    font-size: 20px;
  }
}
.wp-block-smarttouch-popup .stButton:hover {
  background: #38803e !important;
}
.wp-block-smarttouch-popup .stField_1,
.wp-block-smarttouch-popup .stField_2,
.wp-block-smarttouch-popup .stField_7,
.wp-block-smarttouch-popup .stField_4 {
  grid-column: span 6;
}
@media (max-width: 577px) {
  .wp-block-smarttouch-popup .stField_1,
  .wp-block-smarttouch-popup .stField_2,
  .wp-block-smarttouch-popup .stField_7,
  .wp-block-smarttouch-popup .stField_4 {
    grid-column: span 12;
  }
}
.scrollToTop {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  height: 50px;
  padding: 0px;
  position: fixed;
  right: 0px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  outline: 0px;
  color: #000;
  overflow: hidden;
}
.scrollToTop .wp-block-button__link {
  background: url(/wp-content/themes/twentytwentytwo/images/up-arrow.svg) center
    center no-repeat rgba(0, 0, 0, 0) !important;
  background-size: 30px !important;
  text-indent: 100000px !important;
  max-width: 50px;
  max-height: 50px;
}
.scrollToTop svg {
  position: relative;
  top: 12px;
  left: 0px;
  width: 50px;
  height: 25px;
}
.scrollToTop:hover {
  background: rgba(114, 213, 74, 0.3);
  text-decoration: none;
  outline: 0px;
}
.scrollToTop:hover svg {
  color: #fff;
}
.scrollToTop:focus {
  outline: 0px;
}
.hideScroll {
  display: none;
}
.oranglink {
  color: #f2722f;
  text-align: center;
  font: 300 18px/38px var(--wp--preset--font-family--montserrat);
  background: url(/wp-content/uploads/2022/12/call-icon.png) 0px 7px no-repeat;
  padding-left: 42px;
  background-size: 34px;
  padding-bottom: 8px;
  display: inline-block;
}
.oranglink a {
  color: #fff;
  text-decoration: none;
}
.oranglink a:hover {
  color: #fff;
}
@media (max-width: 577px) {
  .oranglink {
    margin: 0px;
    background-size: 24px;
    padding-left: 32px;
  }
}

/* see titan
body {
  padding: 0;
  margin: 0;
  font: 400 16px/30px var(--wp--preset--font-family--montserrat);
  color: #45372b;
}
*/
main {
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 577px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
p sup {
  font-size: 10px;
}
[class*="ani-"] {
  position: relative;
}
.orange {
  color: #f5833e;
}
.wp-site-blocks {
  margin: 0;
  padding: 0;
}
.wp-block-columns.reverse-mobile {
  flex-direction: column-reverse;
}
.masthead-wrap {
  position: relative;
  margin-block-start: 0;
}

/* see titan
.masthead-wrap p {
  transform: inherit !important;
  background: inherit !important;
  padding: inherit !important;
  z-index: 5;
  position: absolute !important;
  left: 10vw !important;
  top: calc(50% - 140px) !important;
  opacity: 1;
  animation: slideInRight 2s ease forwards;
  animation-delay: 1s;
  min-height: 246px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: var(--title) !important;
  font-size: 4vw !important;
  line-height: 4vw !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 12px #000;
  max-width: inherit;
}
@media (max-width: 577px) {
  .masthead-wrap p {
    font: 400 26px/30px var(--title);
    min-height: 90px;
    top: calc(50% - 62px) !important;
  }
}
*/

.masthead-wrap h1.wp-block-query-title {
  transform: inherit !important;
  background: inherit !important;
  padding: inherit !important;
  z-index: 5;
  position: absolute !important;
  left: 10vw !important;
  top: calc(50% - 140px) !important;
  opacity: 1;
  animation: slideInRight 2s ease forwards;
  animation-delay: 1s;
  min-height: 246px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: var(--title) !important;
  font-size: 5vw !important;
  line-height: 5vw !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 12px #000;
  max-width: inherit;
}
@media (max-width: 577px) {
  .masthead-wrap h1.wp-block-query-title {
    font: 400 26px/30px var(--title);
    min-height: 90px;
    top: calc(50% - 62px) !important;
  }
}
.masthead-wrap .masthead {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: inherit;
}
.masthead-wrap .masthead .overlay {
  display: none;
}
.masthead-wrap .masthead .swiper .swiper-slide-active .overlay {
  display: none !important;
}
.masthead-wrap .masthead .swiper .swiper-slide-active:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.masthead-wrap .masthead .swiper:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: -39vw;
  top: 0;
  width: 39vw;
  height: 39vw;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background: #f5833e;
  animation: mastheadSun 2s ease forwards;
  animation-delay: 1s;
}
@keyframes mastheadSun {
  0% {
    left: -30vw;
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    left: -16vw;
    opacity: 1;
    transform: scale(1.01);
  }
}
.masthead-wrap .masthead .swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #fff;
  outline: none;
  border: 0;
  margin: 7px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.9);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .masthead-wrap .masthead .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: 4px;
  }
}
.masthead-wrap
  .masthead
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.masthead-wrap .masthead .swiper-button-prev {
  left: 7%;
  z-index: 99;
}
.masthead-wrap .masthead .swiper-button-next {
  right: 8%;
}
.masthead-wrap .masthead.homepg .swiper:before {
  content: "";
  left: 2vw !important;
  top: 20vw !important;
  width: 20vw !important;
  height: 20vw !important;
  border-radius: 100%;
}
@media (max-width: 577px) {
  .masthead-wrap .masthead.homepg .swiper:before {
    display: none !important;
  }
}
.masthead-wrap .masthead.homepg .overlay {
  z-index: 99;
  background: none;
  position: absolute !important;
  left: 12vw !important;
  top: auto !important;
  bottom: 20px !important;
  opacity: 1;
  -webkit-animation: slideInRight 2s ease forwards;
  animation: slideInRight 2s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 20vw;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%);
}
@media (max-width: 577px) {
  .masthead-wrap .masthead.homepg .overlay {
    display: none !important;
  }
}

/* see titan 

.masthead-wrap .masthead.homepg .overlay .html div h1 {
  font-family: "Hoefler Text" !important;
  font-size: 2.5vw !important;
  line-height: 2.5vw !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin: 0;
}
.masthead-wrap .masthead.homepg .overlay .html div h1 span {
  font-family: "Hoefler Text" !important;
  font-size: 2vw !important;
  line-height: 2.5vw !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin: 0;
  display: block;
}
.masthead-wrap .masthead.homepg .overlay .html div h1 sup {
  font-size: 0.25em !important;
  line-height: 0.25em !important;
  position: relative;
  top: -0.6em;
  left: 0.2em;
}

*/

/* see titan 
.masthead-wrap .masthead.homepg .overlay .html div a {
  background: #f5833e;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #1c5649;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  font: 500 1.2vw/1.5vw var(--wp--preset--font-family--montserrat) !important;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 577px) {
  .masthead-wrap .masthead.homepg .overlay .html div a {
    font: 500 10px/10px var(--wp--preset--font-family--montserrat) !important;
    padding: 10px 5px;
    width: 120px;
    margin-top: 8px;
  }
}
*/
.wordtitlespace .swiper-slide-active .overlay .caption .title {
  word-spacing: 15px !important;
}
#our-builders {
  padding-bottom: 40px;
}
.homeoverview .imgThm .lc {
  width: auto !important;
  padding: 0 !important;
}
.hide-section {
  display: none !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  opacity: 0 !important;
  border: 0 !important;
}
.cards-wrap {
  margin-block-start: 0 !important;
}
.homecontact .contactbgthm {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg.png") top
    right no-repeat !important;
  background-size: contain !important;
}
@media (min-width: 1200px) {
  .homecontact .contactbgthm {
    background: none !important;
  }
}
.homecontact .imgThm .lc {
  padding: 5vw 0 !important;
}
.image-content {
  display: flex;
  align-items: center;
}
@media (max-width: 577px) {
  .image-content {
    flex-direction: column !important;
  }
}
.image-content .imgThm {
  margin-block-start: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 40%;
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #edd895;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 578px) {
  .image-content .imgThm {
    max-width: 40%;
  }
}
.image-content .imgThm.nobg {
  background: none;
}
.image-content .imgThm .lc {
  width: calc(620px - 10vw);
  padding: 30px;
  background: no-repeat top right;
  background-size: contain;
}
.image-content .imgThm .lc .wp-block-smarttouch-image {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.image-content .imgThm .lc img {
  position: inherit;
  left: inherit;
  top: inherit;
  height: auto;
}
@media (max-width: 577px) {
  .image-content .imgThm .lc {
    width: auto;
  }
}
.image-content .imgThm .lc.green-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg.png") top
    right no-repeat;
  background-size: contain;
}
.image-content .imgThm .lc.orange-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg-orange-v2.png")
    top right no-repeat;
  background-size: contain;
}
.image-content .imgThm .lc.green-circle-before {
  width: 100%;
  position: relative;
}
.image-content .imgThm .lc.green-circle-before:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg.png") top
    right no-repeat;
  background-size: 60% 100%;
}
.image-content .imgThm .title {
  font: bold 20px/24px var(--title);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.image-content .imgThm .subtitle {
  font: normal 40px/48px var(--wp--preset--font-family--montserrat);
}
.image-content .imgThm.imgGallery {
  width: 100%;
}
.image-content .imgThm.imgGallery .lc {
  width: 100% !important;
  padding: 0 !important;
}
.image-content .content {
  margin-block-start: 0 !important;
  display: flex;
  flex: 0 0 60%;
}
@media (min-width: 578px) {
  .image-content .content {
    max-width: 60%;
  }
}
.image-content .content .rc {
  width: calc(620px + 10vw);
  padding: 30px;
}
@media (max-width: 577px) {
  .image-content .content .rc {
    width: auto;
    padding: 30px 20px;
  }
}
.image-content .content .rc h1 {
  color: #f5833e;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--montserrat);
}
.image-content .content .rc.align-right p {
  text-align: justify;
}
.image-content
  .content
  .rc.align-right
  .wp-block-smarttouch-buttons.justify-buttons-left {
  justify-content: flex-end;
}
@media (max-width: 577px) {
  .image-content .content .rc.align-right p {
    text-align: left;
  }
  .image-content
    .content
    .rc.align-right
    .wp-block-smarttouch-buttons.justify-buttons-left {
    justify-content: flex-start;
  }
}
@media (min-width: 578px) {
  .image-content.reverse {
    flex-direction: row-reverse;
  }
}
.image-content.reverse .content {
  justify-content: flex-end;
}
.image-content.reverse .imgThm {
  justify-content: flex-start;
}
.image-content.amenities-repeat {
  margin-block-start: 0;
  padding: 20px;
}
.image-content.amenities-repeat .imgThm {
  animation: slideInLeft;
  animation-duration: 1s;
}
.image-content.amenities-repeat .imgThm .lc {
  position: relative;
}
.image-content.amenities-repeat .imgThm .lc:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffb71b;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  border-radius: 100%;
}
.image-content.amenities-repeat .imgThm .lc.greenO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #85d763;
}
.image-content.amenities-repeat .imgThm .lc.greenO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.creamO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #edd895;
  left: auto;
  right: 0;
}
.image-content.amenities-repeat .imgThm .lc.creamO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.yellowO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #f9b31a;
}
.image-content.amenities-repeat .imgThm .lc.yellowO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.dgreenO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #45763c;
  left: auto;
  right: 0;
}
.image-content.amenities-repeat .imgThm .lc.dgreenO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.orangeO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #ed7c1f;
}
.image-content.amenities-repeat .imgThm .lc.orangeO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.brownO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #463628;
  left: auto;
  right: 0;
}
.image-content.amenities-repeat .imgThm .lc.brownO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.grayO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #809198;
}
.image-content.amenities-repeat .imgThm .lc.grayO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.image-content.amenities-repeat .imgThm .lc.dyellowO:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #ffb71b;
  left: auto;
  right: 0;
}
.image-content.amenities-repeat .imgThm .lc.dyellowO.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 577px) {
  .image-content.amenities-repeat .imgThm .lc {
    padding: 20px;
  }
}
.image-content.amenities-repeat .imgThm.green-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #85d763;
}
.image-content.amenities-repeat .imgThm.yellow-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #f9b31a;
}
.image-content.amenities-repeat .imgThm.dgreen-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #45763c;
}
.image-content.amenities-repeat .imgThm.orange-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #ed7c1f;
}
.image-content.amenities-repeat .imgThm.brown-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #463628;
}
.image-content.amenities-repeat .imgThm.gray-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #809198;
}
.image-content.amenities-repeat .content {
  animation: slideInRight;
  animation-duration: 1s;
}
.image-content.amenities-repeat .content .wp-block-smarttouch-button {
  background: rgba(0, 0, 0, 0);
  border: solid 1px #45372b;
  color: #45372b;
}
.image-content.amenities-repeat .content .wp-block-smarttouch-button:hover {
  background: #38803e;
  color: #fff;
}
.image-content.amenities-repeat:nth-child(even) {
  flex-direction: row-reverse;
  background: url("/wp-content/themes/twentytwentytwo/images/bg-white.jpg") left
    top;
}
.image-content.amenities-repeat:nth-child(even) .content {
  justify-content: flex-end;
  animation: slideInLeft;
  animation-duration: 1s;
}
.image-content.amenities-repeat:nth-child(even) .imgThm {
  justify-content: flex-start;
  animation: slideInRight;
  animation-duration: 1s;
}
.image-content.amenities-pg .imgThm .lc {
  width: 100% !important;
}

/* see titan
.cards-wrap {
  background: url("/wp-content/themes/twentytwentytwo/images/card-bg.jpg") left
    top no-repeat;
  background-size: cover;
  margin-top: 40px !important;
}
*/

.cards-wrap .wp-block-smarttouch-gallery {
  padding: 60px 0;
}
.cards-wrap .wp-block-smarttouch-gallery .media {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  margin: 10px;
}
.cards-wrap .wp-block-smarttouch-gallery .media:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay .html {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay .html div {
  opacity: 0;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay .caption {
  position: relative;
  margin-top: -50px;
  transition: all 0.5s ease;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay .caption .title div {
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--montserrat);
}
.cards-wrap .wp-block-smarttouch-gallery .overlay .caption .title div:after {
  content: "";
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  background: no-repeat center center url("images/icon-plus.svg");
  z-index: 10;
  opacity: 1;
  margin-top: 40px;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay:hover {
  cursor: auto;
  padding: 0;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay:hover .caption {
  opacity: 0;
  pointer-events: none;
  margin-top: -100px;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay:hover .html {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  background: #f5833e;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.cards-wrap .wp-block-smarttouch-gallery .overlay:hover .html div {
  opacity: 1;
}

/* see titan
.cards-wrap .wp-block-smarttouch-gallery .overlay:hover .html h1 {
  text-align: center;
  position: relative;
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--montserrat);
}
*/

.cards-wrap .wp-block-smarttouch-gallery .overlay:hover .html p {
  color: #fff;
  font: 300 18px/24px var(--wp--preset--font-family--montserrat);
  text-align: center;
}
.cards-wrap .wp-block-smarttouch-gallery figure {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media (max-width: 577px) {
  .cards-wrap .wp-block-smarttouch-gallery figure {
    margin: 20px 0;
  }
}
.cards-wrap .wp-block-smarttouch-gallery figure h1 {
  color: #fff;
  font-size: 34px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 767px) {
  .cards-wrap .wp-block-smarttouch-gallery .media-wrapper {
    grid-template-columns: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-wrap .wp-block-smarttouch-gallery .media-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.headingPrice code {
  font: 400 30px/36px var(--title);
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .headingPrice code {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .headingPrice code br {
    display: none;
  }
}

/* see titan
.hgallery-wrap {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern-02.png")
    left top no-repeat #423426;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 0;
}
*/

.hgallery-wrap h1 {
  color: #ffb71a;
  margin-bottom: 30px;
  font: 400 40px/42px var(--title);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .hgallery-wrap h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
.hgallery-wrap .wp-block-smarttouch-gallery .media img {
  cursor: pointer;
  transition: all 0.5s ease;
}
.hgallery-wrap .wp-block-smarttouch-gallery .media img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .hgallery-wrap .media-wrapper {
    grid-template-columns: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hgallery-wrap .media-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.hcontact-wrap h1 {
  font: 400 30px/36px var(--title);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f5833e;
}
.hcontact-wrap .wp-block-smarttouch-form input {
  width: 100%;
  border: 0;
  background: #d3d3d3;
  font: 400 18px/24px var(--wp--preset--font-family--montserrat);
  padding: 10px 20px;
}
.hcontact-wrap .stFields {
  justify-content: center;
}
.hcontact-wrap .stField {
  padding: 10px;
  grid-column: span 6;
}
@media (max-width: 767px) {
  .hcontact-wrap .stField {
    grid-column: span 12 !important;
  }
}
.hcontact-wrap .stSubmit {
  grid-column: span 12;
  flex-direction: column;
  align-items: center;
}
.hcontact-wrap .stSubmit .stDisclaimer {
  display: none;
}
.hcontact-wrap .stButton {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  background: #f5833e !important;
  border: 0 solid rgba(0, 0, 0, 0);
  font: 300 22px/1.2em var(--wp--preset--font-family--montserrat);
  letter-spacing: 0.05em;
  border-radius: 0;
  transition: all 0.25s ease;
}
@media (max-width: 577px) {
  .hcontact-wrap .stButton {
    font-size: 20px;
  }
}
.hcontact-wrap .stButton:hover {
  background: #38803e !important;
}
.contact-wrap {
  padding: 0;
  margin: 60px 0 !important;
}
.contact-wrap .row-content {
  padding-right: 30px;
  padding-left: 30px;
}
.contact-wrap .row-content h1 {
  font: 400 30px/1.1em var(--title);
  margin-bottom: 2px;
}
@media (max-width: 577px) {
  .contact-wrap .row-content h1 {
    font-size: 28px;
    line-height: 26px;
  }
}
.contact-wrap .row-content h2 {
  font: 400 28px/1.1em var(--title);
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 577px) {
  .contact-wrap .row-content h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.contact-wrap .row-content .wp-block-social-links {
  margin: 10px auto;
  max-width: 125px;
}
.contact-wrap .row-content .wp-block-social-links svg {
  width: 50px !important;
  height: 50px !important;
}
@media (max-width: 577px) {
  .contact-wrap .row-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-wrap .stButton {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  background: #f5833e !important;
  border: 0 solid rgba(0, 0, 0, 0);
  font: 300 22px/1.2em var(--wp--preset--font-family--montserrat);
  letter-spacing: 0.05em;
  border-radius: 0;
  transition: all 0.25s ease;
}
@media (max-width: 577px) {
  .contact-wrap .stButton {
    font-size: 20px;
  }
}
.contact-wrap .stButton:hover {
  background: #38803e !important;
}
.contactbuilders .builders-home {
  margin: 0 10px;
  transition: all 0.5s ease;
}
.contactbuilders .builders-home .home {
  box-shadow: 5px 5px 20px #3a3a3a;
}
.contactbuilders .builders-home .phonetext {
  text-align: center;
  font: 600 22px/1.1em var(--wp--preset--font-family--montserrat);
  color: #fff;
  margin-top: 0;
  letter-spacing: 3px;
}
.contactbuilders .builders-home .phonetext a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 782px) and (max-width: 970px) {
  .contactbuilders .builders-home .phonetext {
    font: 600 12px/1.1em var(--wp--preset--font-family--montserrat);
  }
}
.contactbuilders .builders-home h3 {
  font: 600 20px/1.1em var(--wp--preset--font-family--montserrat);
  color: #493728;
  letter-spacing: 1px;
  margin-bottom: -15px;
}
.contactbuilders .builders-home:hover {
  transform: scale(1.1);
}
.gray-wrap {
  background: #f3f4f4;
  padding: 60px 0;
}
.gray-wrap .builder-green {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern-02.png")
    left top no-repeat #f1f1f1;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 50px;
}
@media (max-width: 577px) {
  .gray-wrap .builder-green {
    padding: 30px;
  }
}
.gray-wrap .builder-green .builders-home {
  margin: 0 10px;
  transition: all 0.5s ease;
}
.gray-wrap .builder-green .builders-home .home {
  box-shadow: 5px 5px 20px #3a3a3a;
}
.gray-wrap .builder-green .builders-home .phonetext {
  text-align: center;
  font: 600 22px/1.1em var(--wp--preset--font-family--montserrat);
  color: #fff;
  margin-top: 0;
  letter-spacing: 3px;
}
.gray-wrap .builder-green .builders-home .phonetext a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 782px) and (max-width: 970px) {
  .gray-wrap .builder-green .builders-home .phonetext {
    font: 600 12px/1.1em var(--wp--preset--font-family--montserrat);
  }
}
.gray-wrap .builder-green .builders-home h3 {
  font: 600 20px/1.1em var(--wp--preset--font-family--montserrat);
  color: #493728;
  letter-spacing: 1px;
  margin-bottom: -15px;
}
.gray-wrap .builder-green .builders-home:hover {
  transform: scale(1.1);
}
.mgallery-wrap {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern-02.png")
    left top no-repeat #423426;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 0;
}
.mgallery-wrap .wp-block-smarttouch-gallery .media img {
  transition: all 0.5s ease;
}
.mgallery-wrap .wp-block-smarttouch-gallery .media img:hover {
  transform: scale(1.1);
}
.mgallery-wrap .buttontop {
  margin-top: 45px;
}
.twobox-wrap .twobox-pic {
  width: 100%;
  justify-content: center;
  box-shadow: 0 5px 20px #929292;
}
.houston {
  margin: auto;
  padding: 50px 0;
  margin-block-start: inherit !important;
}
.houston .houston-hr {
  position: relative;
  max-width: 1000px !important;
}
.houston .houston-hr .heading {
  font: 500 16px/26px var(--wp--preset--font-family--montserrat);
  color: #666;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .houston .houston-hr .heading:before,
  .houston .houston-hr .heading:after {
    width: 8vw !important;
  }
}
.houston .houston-hr .heading::before {
  content: "";
  display: block;
  width: 28%;
  height: 1px;
  background: #90dd77;
  left: 0;
  top: 3%;
  position: absolute;
}
.houston .houston-hr .heading::after {
  content: "";
  display: block;
  width: 28%;
  height: 1px;
  background: #90dd77;
  right: 0;
  top: 3%;
  position: absolute;
}
.houston .houston-hr p {
  margin: 0;
  padding: 5px 0;
  font: 500 12px/14px var(--wp--preset--font-family--montserrat);
  letter-spacing: 1px;
  color: #666;
}
.list-box {
  display: flex;
}
.list-box .houston-list {
  width: 33%;
  padding: 30px 10px;
}
.list-box .houston-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-box .houston-list ul li {
  font: 500 12px/14px var(--wp--preset--font-family--montserrat);
  letter-spacing: 1px;
  color: #666;
  padding: 5px 0;
}
.list-box .houston-list ul li p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .list-box .houston-list {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .list-box {
    display: block;
  }
}
.locationgray {
  background: #f4f4f4;
}
.locationgray .mapColum {
  width: calc(100% + 60px);
}
.locationgray .mapColum h1 {
  font: 400 30px/36px var(--title);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .locationgray .mapColum h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .locationgray .mapColum h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .locationgray .mapColum {
    width: calc(100% + 0px);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lmap {
  gap: 10px;
}
.lmap .wp-block-smarttouch-accordian-row {
  background: #fff;
}
.lmap .wp-block-smarttouch-accordian-row .has-icon {
  background: #fff !important;
  grid-template: 1fr/41px 1fr 40px !important;
}
.lmap .wp-block-smarttouch-accordian-row .has-icon .icon {
  padding: 0;
}
.lmap .wp-block-smarttouch-accordian-row .has-icon .icon img {
  width: 41px;
  height: 41px;
}
.lmap .wp-block-smarttouch-accordian-row .has-icon .text {
  font: 400 19px/20px var(--title);
  text-transform: uppercase;
}
.lmap .greentext .text {
  color: #8cbe5f;
}
.lmap .orangetext .text {
  color: #f5833e;
}
.lmap .browntext .text {
  color: #45372b;
}
.lmap .collapse {
  position: relative;
}
.lmap .collapse svg {
  display: none !important;
}
.lmap .collapse:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 38px;
  cursor: pointer;
  z-index: 1;
}
.lmap .expand {
  position: relative;
}
.lmap .expand svg {
  display: none !important;
}
.lmap .expand:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 38px;
  cursor: pointer;
  z-index: 1;
}
.lmap .greentext .expand:after {
  color: #8cbe5f;
}
.lmap .greentext .collapse:after {
  color: #8cbe5f;
}
.lmap .orangetext .expand:after {
  color: #f5833e;
}
.lmap .orangetext .collapse:after {
  color: #f5833e;
}
.lmap .browntext .expand:after {
  color: #45372b;
}
.lmap .browntext .collapse:after {
  color: #45372b;
}
.lmap .content .blocks {
  padding-left: 65px !important;
}
.lmap .content .blocks p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: -14px;
  color: #45372b;
  position: relative;
}
.lmap .content .blocks p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  right: 0;
  transition: all 0.25s ease;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}
.lmap .content .blocks .greenone:before {
  content: "1";
  background: #72d54a;
}
.lmap .content .blocks .greentwo:before {
  content: "2";
  background: #72d54a;
}
.lmap .content .blocks .greenthree:before {
  content: "3";
  background: #72d54a;
}
.lmap .content .blocks .greenfour:before {
  content: "4";
  background: #72d54a;
}
.lmap .content .blocks .greenfive:before {
  content: "5";
  background: #72d54a;
}
.lmap .content .blocks .greensix:before {
  content: "6";
  background: #72d54a;
}
.lmap .content .blocks .greenseven:before {
  content: "7";
  background: #72d54a;
}
.lmap .content .blocks .greeneight:before {
  content: "8";
  background: #72d54a;
}
.lmap .content .blocks .greennine:before {
  content: "9";
  background: #72d54a;
}
.lmap .content .blocks .greenten:before {
  content: "10";
  background: #72d54a;
}
.lmap .content .blocks .orangone:before {
  content: "1";
  background: #f5833e;
}
.lmap .content .blocks .orangtwo:before {
  content: "2";
  background: #f5833e;
}
.lmap .content .blocks .orangthree:before {
  content: "3";
  background: #f5833e;
}
.lmap .content .blocks .orangfour:before {
  content: "4";
  background: #f5833e;
}
.lmap .content .blocks .orangfive:before {
  content: "5";
  background: #f5833e;
}
.lmap .content .blocks .orangsix:before {
  content: "6";
  background: #f5833e;
}
.lmap .content .blocks .orangseven:before {
  content: "7";
  background: #f5833e;
}
.lmap .content .blocks .orangeight:before {
  content: "8";
  background: #f5833e;
}
.lmap .content .blocks .orangnine:before {
  content: "9";
  background: #f5833e;
}
.lmap .content .blocks .orangten:before {
  content: "10";
  background: #f5833e;
}
.lmap .content .blocks .brownone:before {
  content: "1";
  background: #60504d;
}
.lmap .content .blocks .browntwo:before {
  content: "2";
  background: #60504d;
}
.lmap .content .blocks .brownthree:before {
  content: "3";
  background: #60504d;
}
.lmap .content .blocks .brownfour:before {
  content: "4";
  background: #60504d;
}
.lmap .content .blocks .brownfive:before {
  content: "5";
  background: #60504d;
}
.lmap .content .blocks .brownsix:before {
  content: "6";
  background: #60504d;
}
.lmap .content .blocks .brownseven:before {
  content: "7";
  background: #60504d;
}
.lmap .content .blocks .browneight:before {
  content: "8";
  background: #60504d;
}
.lmap .content .blocks .brownnine:before {
  content: "9";
  background: #60504d;
}
.lmap .content .blocks .brownten:before {
  content: "10";
  background: #60504d;
}
.buildermap p {
  font-size: 15px;
  line-height: 18px;
  color: #45372b;
}
.buildermap .valenca {
  background: url("/wp-content/uploads/2022/10/valencia-icon.png") no-repeat;
  padding: 3px 0 3px 50px;
}
@media (max-width: 577px) {
  .buildermap .valenca {
    padding: 12px 0 12px 50px;
  }
}
.buildermap .pomoa {
  background: url("/wp-content/uploads/2022/10/pomona-icon.png") no-repeat;
  padding: 3px 0 3px 50px;
}
@media (max-width: 577px) {
  .buildermap .pomoa {
    padding: 12px 0 12px 50px;
  }
}
.buildermap .citycentr {
  background: url("/wp-content/uploads/2022/10/citycenter-icon.png") no-repeat;
  padding: 3px 0 3px 50px;
}
@media (max-width: 577px) {
  .buildermap .citycentr {
    padding: 12px 0 12px 50px;
  }
}
.builderdist .downtown {
  background: url("/wp-content/themes/twentytwentytwo/images/bulding-icon.png")
    no-repeat;
  padding: 8px 0 12px 50px !important;
}
.builderdist .beach {
  background: url("/wp-content/themes/twentytwentytwo/images/beach-icon.png")
    no-repeat;
  padding: 8px 0 12px 50px !important;
}
.builderdist .airport {
  background: url("/wp-content/themes/twentytwentytwo/images/airport-icon.png")
    no-repeat;
  padding: 8px 0 12px 50px !important;
}
.builderdist .medical {
  background: url("/wp-content/uploads/2022/10/medical.png") no-repeat;
  padding: 8px 0 12px 50px !important;
}
.builderdist .university {
  background: url("/wp-content/uploads/2022/10/education.png") no-repeat;
  padding: 8px 0 12px 50px !important;
}
.graybgbox {
  background: #f3f4f4;
  padding: 60px 0;
}
.graybgbox .subhead {
  padding: 0 0 15px;
}
/*
.school-wrap {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern-02.png")
    left top no-repeat #357a3b;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
*/
@media (max-width: 991px) {
  .school-wrap {
    padding: 20px 10px;
  }
}
@media (max-width: 577px) {
  .school-wrap {
    padding: 20px 15px;
  }
}
.school-wrap .subtitle {
  display: grid;
  grid-template: auto/1fr 3fr;
  gap: 0;
  margin: 0 auto;
}
@media (max-width: 577px) {
  .school-wrap .subtitle {
    grid-template: auto/1fr;
  }
}

/* see titan
.school-wrap .subtitle div {
  display: grid;
  grid-template: auto/1fr;
  align-items: start;
  gap: 15px;
  margin: 0;
}
*/

/* see titan
.school-wrap .subtitle div h2 {
  font: 400 20px/1.1em var(--wp--preset--font-family--montserrat);
  padding-top: 12px;
  padding-left: 60px;
  background-size: 50px 50px;
  min-height: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  .school-wrap .subtitle div h2 {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .school-wrap .subtitle div h2 {
    grid-template: auto/35px 0.5fr 1fr;
    align-items: start;
    font-size: 18px;
  }
}
.school-wrap .subtitle div h2 span {
  font: 400 20px/1.1em var(--wp--preset--font-family--montserrat);
}
@media (max-width: 991px) {
  .school-wrap .subtitle div h2 span {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .school-wrap .subtitle div h2 span {
    font-size: 18px;
  }
}
.school-wrap .subtitle div h2 img {
  width: 50px;
}
*/

.school-wrap .subtitle div .grades {
  background: url("/wp-content/uploads/2023/03/grade-icon-white.svg") no-repeat;
  background-size: 50px;
  height: 50px;
}
.school-wrap .subtitle div .students {
  background: url("/wp-content/uploads/2022/09/student-icon.svg") no-repeat;
  background-size: 50px;
  height: 50px;
}
.school-wrap .subtitle div .teachers {
  background: url("/wp-content/uploads/2022/09/teacher-icon.svg") no-repeat;
  background-size: 50px;
  height: 50px;
}

/* see titan
.school-wrap .subtitle div .programs {
  background: url("/wp-content/uploads/2023/03/program-icon-white.svg")
    no-repeat;
  background-size: 50px;
}
*/
.school-wrap .subtitle div .last {
  grid-template: auto/50px 0.7fr 0.5fr;
}
@media (max-width: 577px) {
  .school-wrap .subtitle div .last {
    grid-template: auto/35px 2.4fr 0.3fr;
  }
}
.school-wrap .subtitle h1 {
  color: #493728;
  font: 400 30px/1.1em var(--title);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 577px) {
  .school-wrap .subtitle h1 {
    font-size: 28px;
  }
}
.school-wrap .singlerow {
  grid-template: auto/1fr;
  margin-top: 10px;
}
.school-wrap .singlerow h2 {
  grid-template: auto/50px 0.1fr 1.5fr !important;
}
@media (max-width: 577px) {
  .school-wrap .singlerow h2 {
    grid-template: auto/35px 0.1fr 1.5fr !important;
  }
}
.school-wraporang {
  background-color: #ffb819;
}
.school-wrapblue {
  background-color: #bbd2dc;
}
.school-row .image-content {
  display: flex;
  align-items: center;
}
@media (max-width: 577px) {
  .school-row .image-content {
    flex-direction: column !important;
  }
}
.school-row .image-content .imgThm {
  margin-block-start: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 50%;
  background: none;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 578px) {
  .school-row .image-content .imgThm {
    max-width: 50%;
  }
}
.school-row .image-content .imgThm.nobg {
  background: none;
}
.school-row .image-content .imgThm .lc {
  width: calc(620px - 1.7vw);
  padding: 0;
  background: no-repeat top right;
  background-size: contain;
}
.school-row .image-content .imgThm .lc .wp-block-smarttouch-image {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.school-row .image-content .imgThm .lc .wp-block-smarttouch-image img {
  position: inherit;
  left: inherit;
  top: inherit;
  height: auto;
}
@media (max-width: 577px) {
  .school-row .image-content .imgThm .lc {
    width: auto;
  }
}
.school-row .image-content .imgThm .lc.green-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg.png") top
    right no-repeat;
  background-size: contain;
}
.school-row .image-content .imgThm .lc.orange-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg-orange.png")
    top right no-repeat;
  background-size: contain;
}
.school-row .image-content .imgThm .title {
  font: bold 20px/24px var(--title);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.school-row .image-content .imgThm .subtitle {
  font: normal 40px/48px var(--wp--preset--font-family--montserrat);
}
.school-row .image-content .content {
  margin-block-start: 0 !important;
  display: flex;
  flex: 0 0 50%;
}
@media (min-width: 578px) {
  .school-row .image-content .content {
    max-width: 50%;
  }
}
.school-row .image-content .content .rc {
  width: calc(620px + 0vw);
  padding: 30px;
}
@media (max-width: 577px) {
  .school-row .image-content .content .rc {
    width: auto;
    padding: 30px 20px;
  }
}
.school-row .image-content .content .rc h1 {
  color: #45372b;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: bold;
}
@media (min-width: 578px) {
  .school-row .image-content.reverse {
    flex-direction: row-reverse;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.school-row .image-content.reverse .content {
  justify-content: flex-end;
}
.school-row .image-content.reverse .imgThm {
  justify-content: flex-start;
}
.school-row .image-content.amenities-repeat {
  margin-block-start: 0;
}
.school-row .image-content.amenities-repeat .imgThm {
  animation: slideInLeft;
  animation-duration: 1s;
}
.school-row .image-content.amenities-repeat .imgThm.green-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #85d763;
}
.school-row .image-content.amenities-repeat .imgThm.yellow-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #f9b31a;
}
.school-row .image-content.amenities-repeat .imgThm.dgreen-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #45763c;
}
.school-row .image-content.amenities-repeat .imgThm.orange-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #ed7c1f;
}
.school-row .image-content.amenities-repeat .imgThm.brown-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #463628;
}
.school-row .image-content.amenities-repeat .imgThm.gray-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #809198;
}
.school-row .image-content.amenities-repeat .content {
  animation: slideInRight;
  animation-duration: 1s;
}
.school-row
  .image-content.amenities-repeat
  .content
  .wp-block-smarttouch-button {
  background: #f5833e;
  border: solid 0 #45372b;
  color: #fff;
}
.school-row
  .image-content.amenities-repeat
  .content
  .wp-block-smarttouch-button:hover {
  background: #38803e;
  color: #fff;
}
.school-row .image-content.amenities-repeat:nth-child(even) {
  flex-direction: row-reverse;
  background: none;
}
.school-row .image-content.amenities-repeat:nth-child(even) .content {
  justify-content: flex-end;
  animation: slideInLeft;
  animation-duration: 1s;
}
.school-row .image-content.amenities-repeat:nth-child(even) .imgThm {
  justify-content: flex-start;
  animation: slideInRight;
  animation-duration: 1s;
}
.norc {
  padding-top: 0 !important;
}
.gallerytab .tab-labels {
  width: 100%;
  height: auto;
  border: 0;
  width: 100%;
  height: auto;
  border-radius: 3px;
  padding: 20px 0 0 !important;
  background-color: #fff;
  color: #2f4f4f;
  clear: both;
  border: 0 !important;
  border-bottom: solid 2px #f5833e !important;
  display: flex;
  align-content: center;
  justify-content: center;
}
.gallerytab .tab-panels {
  border: 0;
  margin-top: 20px;
}
.gallerytab .tab-labels .tab-label {
  margin: 0 5px;
  padding: 10px 5px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 10px 10px 0 0;
  flex: 0 1 25%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  color: #f5833e;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gallerytab .tab-labels .tab-label {
    flex: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallerytab .tab-labels .tab-label {
    font-size: 18px;
  }
}
.gallerytab .tab-labels .tab-label:hover {
  cursor: pointer;
}

/* see titan
.gallerytab .tab-labels .tab-label.is-active {
  background-color: #f5833e !important;
  color: #fff !important;
  background-image: url("/wp-content/themes/twentytwentytwo/images/gallerytab-bg.jpg");
}
*/
.gallerytab .media {
  cursor: pointer;
}
.gallerytab .media img {
  transition: all 0.5s ease;
}
.gallerytab .media:hover img {
  transform: scale(1.1);
}

/* see titan
.brownbox {
  background: #483729;
  padding-left: 0;
}
*/
@media (max-width: 577px) {
  .brownbox {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.brownbox img {
  width: 100%;
}
.brownbox .followus {
  text-align: center;
}

/* see titan
.brownbox .followus p {
  color: #fff;
  border-bottom: solid 1px #f5833e;
  display: inline-block;
  margin: 0 auto;
  padding: 0 50px 15px;
}
*/
.brownbox .followus ul {
  margin-top: 15px;
  font-size: 40px;
}
.popup-photo-gallery {
  width: 100% !important;
  max-width: 800px !important;
}
.popup-photo-gallery .swiper .swiper-slide {
  height: 0;
}
.popup-photo-gallery .swiper .swiper-slide.swiper-slide-active {
  height: auto;
}
.popup-photo-gallery .swiper .swiper-slide img {
  width: 100% !important;
}
.popup-photo-gallery .swiper-button-next,
.popup-photo-gallery .swiper-button-prev {
  color: #f5833e !important;
}
.privacytext h1 {
  color: #493728;
  font: 400 30px/1.1em var(--title);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 577px) {
  .privacytext h1 {
    font-size: 28px;
  }
}
.privacytext h3 {
  color: #493728;
  font: 400 26px/1.1em var(--title);
  text-align: left;
  letter-spacing: 0.05em;
  padding-top: 10px;
  margin-bottom: -5px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 577px) {
  .privacytext h3 {
    font-size: 24px;
  }
}
.privacytext h3:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 30px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  background: #6fd54c;
}
.privacytext a {
  text-decoration: none;
}
.privacytext a:hover {
  color: #f2722f;
}
.newsCircles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap !important;
  align-items: start;
}
.newsCircles .wp-block-column {
  max-width: 280px !important;
  min-width: 280px !important;
  margin: 0 auto;
}
.newsCircles .newsCatList {
  max-width: 280px;
  min-width: 280px;
  margin: 0 auto;
}
.newsCircles .newsCatList p {
  text-align: center;
}
.circle-cta {
  font: 400 24px/30px var(--wp--preset--font-family--montserrat);
  color: #fff;
  text-transform: uppercase;
  background: #f17f20;
  background-size: cover !important;
  background-blend-mode: multiply;
  height: 280px;
  width: 280px;
  max-width: 280px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.circle-cta:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.circle-cta.homesBg {
  background: url("/wp-content/themes/twentytwentytwo/images/homes-img.jpg")
    center center no-repeat #684e07;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  align-items: start;
  line-height: 250px;
}
.circle-cta.amenitiesBg {
  background: url("/wp-content/themes/twentytwentytwo/images/amenities-img.jpg")
    center center no-repeat #684e07;
  background-size: cover;
  background-blend-mode: multiply;
  align-items: start;
  line-height: 250px;
}
.circle-cta.resourcesBg {
  background: url("/wp-content/themes/twentytwentytwo/images/resources-img.jpg")
    center center no-repeat #684e07;
  background-size: cover;
  background-blend-mode: multiply;
  align-items: start;
  line-height: 250px;
}
.circle-cta:hover {
  transform: scale(0.9);
}
.circle-cta a {
  color: #fff;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-cta a span {
  position: relative;
  margin-top: -16px;
}
.circle-cta a span:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/themes/twentytwentytwo/images/right-circle-arrow.svg")
    top right no-repeat;
  position: absolute;
  top: 32px;
  left: calc(50% - 25px);
}

/* see titan
.newsTitle {
  font: 700 30px/36px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  border-bottom: solid 1px #83ca9d;
  padding-bottom: 10px;
  text-transform: uppercase;
}
*/

.newsWrap ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch !important;
}
.newsWrap ul li {
  max-width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.newsWrap ul li figure {
  padding: 0;
  margin-top: 0 !important;
  height: 240px;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 767px) {
  .newsWrap ul li figure {
    height: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsWrap ul li figure {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsWrap ul li figure {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .newsWrap ul li {
    max-width: inherit;
  }
}
.newsWrap ul li .wp-block-post-terms {
  width: 100%;
}
.newsWrap ul li .wp-block-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.newsWrap ul li .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin: 0;
  width: 100%;
}
.newsWrap .wp-block-post-title {
  font: 400 24px/30px var(--title);
  color: #1e4406;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.newsWrap .wp-block-post-author__content {
  display: flex;
  margin-top: 10px;
}
.newsWrap .wp-block-post-author__content p {
  font: 700 16px/20px var(--wp--preset--font-family--montserrat);
  color: #18ab18;
  text-decoration: none;
  text-transform: uppercase;
}
.newsWrap .wp-block-post-author__content .wp-block-post-author__byline {
  width: inherit;
  margin-right: 6px;
}
.newsWrap .wp-block-post-date {
  margin-top: 10px;
}
.newsWrap .wp-block-post-date a {
  font: 700 16px/20px var(--wp--preset--font-family--montserrat);
  color: #18ab18;
  text-decoration: none;
  letter-spacing: 1px;
}
.newsWrap .taxonomy-post_tag {
  margin-top: 10px;
}
.newsWrap .taxonomy-post_tag a {
  font: 700 17px/20px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  text-decoration: none;
  letter-spacing: 1px;
}
.newsWrap .wp-block-post-excerpt__more-text a {
  padding: 14px 30px;
  background: #f5833e;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font: 22px/24px var(--wp--preset--font-family--montserrat);
  transition: all 0.5s ease;
  margin-top: 20px;
}
.newsWrap .wp-block-post-excerpt__more-text a:hover {
  background: #38803e;
}
.newsWrap .wp-block-post-template.is-flex-container {
  justify-content: center;
}
.viewBtn p {
  font: 500 30px/36px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  transition: all 0.5s ease;
  cursor: pointer;
  border-top: solid 1px #959595;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  opacity: 1 !important;
}
.viewBtn p:hover {
  color: #38803e;
}
.viewBtn p:after {
  content: "";
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  width: 26px;
  height: 26px;
  background: no-repeat center center url("images/down-arrow.svg");
  z-index: 10;
  opacity: 1;
  margin-left: 15px;
  top: 20px;
}
.form-image {
  display: flex;
  align-items: stretch;
  margin-top: 70px !important;
}
@media (max-width: 577px) {
  .form-image {
    flex-direction: column !important;
  }
}
.form-image .imgThm {
  margin-block-start: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 50%;
  background: url("/wp-content/themes/twentytwentytwo/images/form-img.jpg")
    center center no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 578px) {
  .form-image .imgThm {
    max-width: 50%;
  }
}
.form-image .imgThm.nobg {
  background: none;
}
.form-image .imgThm .lc {
  width: calc(620px - 0vw);
  padding: 30px;
  background: no-repeat top right;
  background-size: contain;
  min-height: 350px;
}
.form-image .imgThm .lc img {
  position: inherit;
  left: inherit;
  top: inherit;
  height: auto;
}
@media (max-width: 577px) {
  .form-image .imgThm .lc {
    width: auto;
  }
}

/* see titan
.form-image .content {
  margin-block-start: 0 !important;
  display: flex;
  flex: 0 0 50%;
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #f6dd8b;
}
*/
@media (min-width: 578px) {
  .form-image .content {
    max-width: 50%;
  }
}
.form-image .content .rc {
  width: calc(500px + 0vw);
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 577px) {
  .form-image .content .rc {
    width: 100%;
  }
}
.form-image .content .rc h1 {
  color: #4f3e1b;
  text-transform: uppercase;
  font: 700 22px/26px var(--wp--preset--font-family--montserrat);
  letter-spacing: 2px;
  border-bottom: solid 1px #83ca9d;
  padding: 10px 0;
}
.form-image .content .rc input,
.form-image .content .rc select,
.form-image .content .rc textarea,
.form-image .content .rc .stSelect:before {
  border: 0;
  background-color: #fcf9d8;
}
.form-image .content .rc label {
  font: 500 16px/20px var(--wp--preset--font-family--montserrat);
  color: #4f3e1b;
  text-transform: uppercase;
}
.form-image .content .rc .stSubmit .stDisclaimer {
  display: none;
}

/* see titan
.form-image .content .rc .stSubmit .stButton {
  border-radius: 0;
  width: 100%;
  font: 500 18px/22px var(--wp--preset--font-family--montserrat);
}
*/

.form-image .content .rc .stSubmit .stButton:hover {
  background: #38803e;
}
@media (min-width: 578px) {
  .form-image.reverse {
    flex-direction: row-reverse;
  }
}
.form-image.reverse .content {
  justify-content: flex-end;
}
.form-image.reverse .imgThm {
  justify-content: flex-start;
}
.newsDetail {
  justify-content: space-between;
  margin: 60px auto !important;
}
.newsDetail .newscolswrap {
  max-width: 1240px;
}
.newsHeading {
  font: 500 20px/24px var(--wp--preset--font-family--montserrat) !important;
  color: #f5833e;
  border-bottom: solid 1px #959595;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.newsCol70 {
  padding: 0 25px !important;
}
@media (max-width: 781px) {
  .newsCol70 {
    padding: 0 !important;
  }
}
.newsCol70 .wp-block-post-title {
  font: 400 38px/44px var(--title);
  color: #1e4406;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0 15px !important;
  padding: 0 !important;
}
.newsCol70 .newsInfo {
  display: flex;
  margin-bottom: 15px;
}
.newsCol70 .newsInfo .wp-block-post-author {
  margin: 0 !important;
}
@media (max-width: 577px) {
  .newsCol70 .newsInfo .wp-block-post-author {
    width: 100%;
    margin-top: 7px !important;
  }
}
.newsCol70 .newsInfo .wp-block-post-author__content {
  display: flex;
  margin-top: 0;
}
.newsCol70 .newsInfo .wp-block-post-author__content p {
  font: 700 16px/20px var(--wp--preset--font-family--montserrat);
  color: #18ab18;
  text-decoration: none;
  text-transform: uppercase;
}
.newsCol70
  .newsInfo
  .wp-block-post-author__content
  .wp-block-post-author__byline {
  width: inherit;
  margin-right: 6px;
}
.newsCol70
  .newsInfo
  .wp-block-post-author__content
  .wp-block-post-author__name {
  display: none;
}
.newsCol70 .newsInfo .wp-block-post-date {
  margin: 0 6px 0 0;
  font: 700 16px/20px var(--wp--preset--font-family--montserrat);
  color: #18ab18;
  text-decoration: none;
  letter-spacing: 1px;
}
@media (max-width: 577px) {
  .newsCol70 .newsInfo .wp-block-post-date {
    width: 100%;
  }
}
@media (max-width: 577px) {
  .newsCol70 .newsInfo {
    flex-wrap: wrap;
  }
}
.newsCol70 .taxonomy-post_tag {
  margin-top: 10px;
}
.newsCol70 .taxonomy-post_tag a {
  font: 700 17px/20px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  text-decoration: none;
  letter-spacing: 1px;
}
.newsCol70 .newsNxtPrv {
  margin-bottom: 20px !important;
  display: flex;
  justify-content: space-between;
}
.newsCol70 .newsNxtPrv .post-navigation-link-previous {
  margin: 0;
  position: relative;
  padding-left: 40px;
}
.newsCol70 .newsNxtPrv .post-navigation-link-previous a {
  font: 500 18px/22px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  text-decoration: none;
}
.newsCol70 .newsNxtPrv .post-navigation-link-previous a:before {
  content: "";
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background: no-repeat center center url("images/left-circle-arrow.svg");
  z-index: 10;
  opacity: 1;
  left: 0;
  top: 0;
}
.newsCol70 .newsNxtPrv .post-navigation-link-previous a:hover {
  color: #38803e;
}
.newsCol70 .newsNxtPrv .post-navigation-link-next {
  margin: 0;
  position: relative;
  padding-right: 40px;
}
.newsCol70 .newsNxtPrv .post-navigation-link-next a {
  font: 500 18px/22px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  text-decoration: none;
}
.newsCol70 .newsNxtPrv .post-navigation-link-next a:after {
  content: "";
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background: no-repeat center center url("images/right-circle-arrow.svg");
  z-index: 10;
  opacity: 1;
  right: 0;
  top: 0;
}
.newsCol70 .newsNxtPrv .post-navigation-link-next a:hover {
  color: #38803e;
}
.newsCol30 {
  padding: 0 25px !important;
}
@media (max-width: 781px) {
  .newsCol30 {
    padding: 0 !important;
  }
}
.newsCol30 .wp-block-post-title {
  font: 400 16px/20px var(--title) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.newsCol30 .wp-block-post-title a {
  text-decoration: none;
  color: #1e4406;
}
.newsCol30 .eventsListing .wp-block-post-date {
  background: #f2f2f2;
  font: 500 18px/22px var(--wp--preset--font-family--montserrat);
  color: #1e4406;
  text-transform: uppercase;
  padding: 10px;
}
.newsCol30 .eventsListing p {
  font: 400 14px/22px var(--wp--preset--font-family--montserrat) !important;
  margin: 0;
  padding: 0 10px;
}
.newsCol30 .eventsListing h2 {
  margin: 5px 0 0 !important;
  padding: 0 10px !important;
}
.newsCol30 .eventsListing h2 a {
  font: 500 18px/22px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  text-transform: uppercase;
}
.graybgwrap {
  background: #f3f4f4;
  padding: 30px 0;
}
.aboutrow .image-content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutrow .image-content {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 765px) and (min-width: 500px) {
  .aboutrow .image-content {
    flex-direction: column !important;
  }
}
@media (max-width: 577px) {
  .aboutrow .image-content {
    flex-direction: column !important;
  }
}
.aboutrow .image-content .imgThm {
  margin-block-start: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 45%;
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #edd895;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1180px) and (min-width: 1151px) {
  .aboutrow .image-content .imgThm {
    max-width: 42% !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 1100px) {
  .aboutrow .image-content .imgThm {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 990px) {
  .aboutrow .image-content .imgThm {
    max-width: 35% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutrow .image-content .imgThm {
    max-width: 84% !important;
    max-width: 70% !important;
  }
}
@media only screen and (max-width: 765px) and (min-width: 650px) {
  .aboutrow .image-content .imgThm {
    max-width: 70% !important;
  }
}
@media (min-width: 578px) {
  .aboutrow .image-content .imgThm {
    max-width: 45%;
  }
}
.aboutrow .image-content .imgThm.nobg {
  background: none;
}
.aboutrow .image-content .imgThm .lc {
  width: calc(620px - 7vw);
  padding: 0;
  background: no-repeat top right;
  background-size: contain;
}
.aboutrow .image-content .imgThm .lc .wp-block-smarttouch-image {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.aboutrow .image-content .imgThm .lc .noshadow {
  box-shadow: none !important;
}
.aboutrow .image-content .imgThm .lc img {
  position: inherit;
  left: inherit;
  top: inherit;
  height: auto;
}
@media (max-width: 577px) {
  .aboutrow .image-content .imgThm .lc {
    width: auto;
  }
}
.aboutrow .image-content .imgThm .lc.green-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg.png") top
    right no-repeat;
  background-size: contain;
}
.aboutrow .image-content .imgThm .lc.orange-circle {
  background: url("/wp-content/themes/twentytwentytwo/images/circle-bg-orange.png")
    top right no-repeat;
  background-size: contain;
}
.aboutrow .image-content .imgThm .title {
  font: bold 20px/24px var(--title);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.aboutrow .image-content .imgThm .subtitle {
  font: normal 40px/48px var(--wp--preset--font-family--montserrat);
}
.aboutrow .image-content .content {
  margin-block-start: 0 !important;
  display: flex;
  flex: 0 0 55%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutrow .image-content .content {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 765px) and (min-width: 500px) {
  .aboutrow .image-content .content {
    max-width: 100% !important;
  }
}
@media (min-width: 578px) {
  .aboutrow .image-content .content {
    max-width: 55%;
  }
}
.aboutrow .image-content .content .rc {
  width: calc(620px + 4vw);
  padding: 0 30px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutrow .image-content .content .rc {
    width: 100% !important;
    padding: 10px 30px 30px !important;
  }
}
@media only screen and (max-width: 765px) and (min-width: 500px) {
  .aboutrow .image-content .content .rc {
    width: 100% !important;
    padding: 10px 30px 30px !important;
  }
}
@media (max-width: 577px) {
  .aboutrow .image-content .content .rc {
    width: auto;
    padding: 0 20px 20px;
  }
}
.aboutrow .image-content .content .rc h1 {
  color: #493728;
  text-transform: uppercase;
  font-family: var(--title);
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .aboutrow .image-content .content .rc h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .aboutrow .image-content .content .rc h1 br {
    display: none;
  }
}
.aboutrow .image-content .content .rc .wp-block-smarttouch-button {
  padding: 10px;
  font: 400 16px/24px var(--wp--preset--font-family--montserrat);
}
.aboutrow .image-content .content.customCont .rc {
  padding: 0 40px 0 0;
}
@media (max-width: 577px) {
  .aboutrow .image-content .content.customCont .rc {
    padding: 0;
  }
}
@media (min-width: 578px) {
  .aboutrow .image-content.reverse {
    flex-direction: row-reverse;
  }
}
.aboutrow .image-content.reverse .content {
  justify-content: flex-start;
}
.aboutrow .image-content.reverse .imgThm {
  justify-content: center;
}
.aboutrow .image-content.about-repeat .imgThm {
  animation: slideInLeft;
  animation-duration: 1s;
}
.aboutrow .image-content.about-repeat .imgThm .lc {
  position: relative;
}
.aboutrow .image-content.about-repeat .imgThm .lc:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffb71b;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  border-radius: 100%;
}
.aboutrow .image-content.about-repeat .imgThm .lc.dgreen2O:before {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-delay: 250ms;
  background: #1c5649;
}
.aboutrow .image-content.about-repeat .imgThm .lc.dgreen2O.is-visible:before {
  opacity: 1;
  transform: scale(1);
}
.aboutrow .image-content.about-repeat .imgThm .lc.noBefore:before {
  display: none;
}
.aboutrow .image-content.about-repeat .imgThm.green-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #1c5649;
}
.aboutrow .image-content.about-repeat .imgThm.white-bg {
  background: none;
}
.aboutrow .image-content.about-repeat .imgThm.yellow-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #f9b31a;
}
.aboutrow .image-content.about-repeat .imgThm.dgreen-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #45763c;
}
.aboutrow .image-content.about-repeat .imgThm.orange-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #ed7c1f;
}
.aboutrow .image-content.about-repeat .imgThm.brown-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #463628;
}
.aboutrow .image-content.about-repeat .imgThm.gray-bg {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern.png") left
    top repeat #809198;
}
.aboutrow .image-content.about-repeat .content {
  animation: slideInRight;
  animation-duration: 1s;
}
.aboutrow .image-content.about-repeat:nth-child(even) {
  flex-direction: row-reverse;
  background: #f3f5f4;
}
.aboutrow .image-content.about-repeat:nth-child(even) .content {
  justify-content: flex-end;
  animation: slideInLeft;
  animation-duration: 1s;
}
.aboutrow .image-content.about-repeat:nth-child(even) .imgThm {
  justify-content: flex-start;
  animation: slideInRight;
  animation-duration: 1s;
}
.aboutrow .alignTop {
  align-items: flex-start;
}
.aboutrow .alignTop .texTop {
  padding-top: 0 !important;
}
@media (max-width: 577px) {
  .aboutrow .alignTop .texTop {
    padding: 30px !important;
  }
}
.aboutmap .wp-block-columns {
  gap: 0;
}
@media (max-width: 991px) {
  .aboutmap .wp-block-columns {
    display: block;
  }
}
.aboutmap .brownbox {
  background: #1c5649;
  padding: 35px 60px;
  text-align: center;
  cursor: inherit;
}
@media (max-width: 577px) {
  .aboutmap .brownbox {
    padding: 35px 20px;
  }
}
.aboutmap .brownbox h4 {
  font: 400 36px/40px var(--wp--preset--font-family--montserrat);
  color: #f5833e;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 35px !important;
  margin-right: 50px;
  display: inline-block;
}
@media only screen and (max-width: 1230px) and (min-width: 990px) {
  .aboutmap .brownbox h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 990px) {
  .aboutmap .brownbox h4 {
    font-size: 24px;
  }
}
@media (max-width: 577px) {
  .aboutmap .brownbox h4 {
    font-size: 28px;
    margin-right: inherit;
  }
}
.aboutmap .brownbox h4:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 5%;
  bottom: -13px;
  width: 90%;
  height: 1px;
  background: #fff;
}
@media (max-width: 577px) {
  .aboutmap .brownbox h4:after {
    width: 100%;
    left: 0;
  }
}
.aboutmap .brownbox ol {
  list-style: none;
  counter-reset: steps;
  margin: 0 auto;
  padding: 0;
  columns: 2;
  max-width: 550px;
}
@media (max-width: 577px) {
  .aboutmap .brownbox ol {
    columns: 2;
    max-width: 100%;
  }
}
.aboutmap .brownbox ol li {
  counter-increment: steps;
  padding-left: 25px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #fff;
  padding-left: 48px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1230px) and (min-width: 990px) {
  .aboutmap .brownbox ol li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 991px) {
  .aboutmap .brownbox ol li {
    margin-bottom: 8px;
  }
}
@media (max-width: 577px) {
  .aboutmap .brownbox ol li {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding-left: 32px;
    margin-bottom: 10px;
  }
}
.aboutmap .brownbox ol li::before {
  content: counter(steps);
  margin-right: 10px;
  background: #f5833e;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 577px) {
  .aboutmap .brownbox ol li::before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 24px;
  }
}
.aboutmap .brownbox ol li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.aboutmap .brownbox ol li a:hover {
  color: #f5833e;
}
.aboutmap .brownbox .rightText {
  margin-left: 20px;
}
@media (max-width: 577px) {
  .aboutmap .brownbox .rightText {
    margin-left: 15px;
  }
}
.aboutmap .brownbox .wp-block-smarttouch-button {
  font-size: 18px;
  padding: 10px;
}
@media only screen and (max-width: 1230px) and (min-width: 990px) {
  .aboutmap .brownbox .wp-block-smarttouch-button {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .greenCenter
    .wp-block-smarttouch-gallery
    > div:not(.is-type-slideshow)
    .media-wrapper.cols3 {
    grid-template-columns: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .greenCenter
    .wp-block-smarttouch-gallery
    > div:not(.is-type-slideshow)
    .media-wrapper
    > .media {
    flex: 1 0 25%;
    max-width: 31.1%;
  }
}
.whitelink {
  font: 600 18px/38px var(--wp--preset--font-family--montserrat);
  background: url("/wp-content/themes/twentytwentytwo/images/call-icon-white.png")
    0 7px no-repeat;
  padding-left: 42px;
  background-size: 34px;
  padding-bottom: 8px;
  width: 160px;
  margin: 0 auto;
}
.whitelink a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.masthead-video {
  position: relative;
}
.masthead-video .video__wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 42.25vw;
}
.masthead-video .video__wrapper figure {
  margin: 0;
  max-width: 100%;
}
.masthead-video .video__wrapper iframe {
  position: absolute;
  left: 50%;
  top: 65%;
  border: 0;
  margin: 0;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -73%);
  z-index: 2;
}
.masthead-video .video__wrapper:before {
  display: none !important;
}
.masthead-video:after {
  content: "";
  z-index: 2;
  display: block;
  background: url("/wp-content/themes/twentytwentytwo/images/masthead-slider-border.jpg")
    left top repeat-x;
  height: 35px;
  bottom: 35px;
  left: 0;
}
.masthead-video .wp-block-smarttouch-iframe {
  position: relative;
  border: 0;
}
.masthead-video .wp-block-smarttouch-iframe iframe {
  position: absolute;
  left: 50%;
  top: 0;
  border: 0;
  margin: 0;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -35%);
  z-index: 2;
  overflow: hidden;
}
.schoolGrade h2 {
  font: 400 20px/1.3em var(--wp--preset--font-family--montserrat);
  padding-top: 12px;
  padding-left: 60px;
  background-size: 50px 50px;
  min-height: 50px;
}
@media (max-width: 991px) {
  .schoolGrade h2 {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .schoolGrade h2 {
    grid-template: auto/35px 0.5fr 1fr;
    align-items: start;
    font-size: 18px;
  }
}
.schoolGrade h2 span {
  font: 400 20px/1.1em var(--wp--preset--font-family--montserrat);
}
@media (max-width: 991px) {
  .schoolGrade h2 span {
    font-size: 14px;
  }
}
@media (max-width: 577px) {
  .schoolGrade h2 span {
    font-size: 18px;
  }
}
.schoolGrade h2 img {
  width: 50px;
}
.schoolGrade h2.grades {
  background: url("/wp-content/uploads/2022/09/grade-icon.svg") no-repeat;
  background-size: 50px;
  height: 50px;
}
.schoolGrade h2.programs {
  background: url("/wp-content/uploads/2022/09/program-icon.svg") no-repeat;
  background-size: 50px;
}
#ctarow {
  overflow: hidden;
  background: #372a25;
  padding: 50px 15px !important;
  margin: 0 auto !important;
}
#ctarow .cols {
  display: grid;
  grid-template: auto/25% auto 25%;
  gap: 15px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ctarow .cols {
    padding: 0 20px;
  }
}
#ctarow .cols h2 {
  color: #72d54a;
  font: 500 66px/1em var(--wp--preset--font-family--montserrat);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199px) {
  #ctarow .cols h2 {
    font: 500 40px/1em var(--wp--preset--font-family--montserrat);
  }
}
#ctarow .cols p {
  color: #fff;
  font: 400 20px/1.5em var(--wp--preset--font-family--montserrat);
  text-align: center;
}
@media (max-width: 577px) {
  #ctarow .cols p {
    font: 400 16px/1.5em var(--wp--preset--font-family--montserrat);
    margin-top: 20px;
    padding: 20px;
  }
}
#ctarow .cols .image img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  #ctarow .cols {
    grid-template: auto/1fr;
  }
  #ctarow .cols .ctacircle {
    order: 2;
    display: grid;
    grid-template: auto/50% auto;
  }
  #ctarow .cols .content {
    order: 1;
  }
}
#ctarow .cols .ctacircle .cta {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  border-radius: 50%;
  background-size: cover;
  color: #fff;
  font: 600 30px/1em var(--wp--preset--font-family--montserrat);
}
@media (max-width: 1199px) {
  #ctarow .cols .ctacircle .cta {
    width: 230px;
    height: 230px;
  }
}
#ctarow .cols .ctacircle .cta:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(229, 159, 35, 0.7);
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1199px) {
  #ctarow .cols .ctacircle .cta:before {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 950px) and (min-width: 550px) {
  #ctarow .cols .ctacircle .cta:before {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 577px) {
  #ctarow .cols .ctacircle .cta:before {
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) and (min-width: 550px) {
  #ctarow .cols .ctacircle .cta {
    width: 180px;
    height: 180px;
    font: 600 22px/1em var(--wp--preset--font-family--montserrat);
  }
}
@media only screen and (max-width: 950px) and (min-width: 550px) {
  #ctarow .cols .ctacircle .cta {
    width: 180px;
    height: 180px;
    font: 600 22px/1em var(--wp--preset--font-family--montserrat);
  }
}
@media (max-width: 577px) {
  #ctarow .cols .ctacircle .cta {
    width: 175px;
    height: 175px;
    font: 600 20px/1em var(--wp--preset--font-family--montserrat);
  }
  #ctarow .cols .ctacircle .cta:before {
    width: 175px;
    height: 175px;
  }
}
#ctarow .cols .ctacircle .cta .ctabox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button {
  background: none;
  font: 400 30px/1em var(--wp--preset--font-family--montserrat);
  padding: inherit;
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button span {
  position: relative;
  padding-bottom: 40px;
}
#ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2023/02/ctaarro.svg") top center
    no-repeat;
  bottom: 0;
  left: calc(50% - 20px);
}
@media (min-width: 768px) and (max-width: 991px) {
  #ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button {
    font: 400 22px/1em var(--wp--preset--font-family--montserrat);
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 578px) and (max-width: 767px) {
  #ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button {
    font: 400 22px/1em var(--wp--preset--font-family--montserrat);
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 577px) {
  #ctarow .cols .ctacircle .cta .ctabox .wp-block-smarttouch-button {
    font: 400 20px/1em var(--wp--preset--font-family--montserrat);
    width: 175px;
    height: 175px;
  }
}
#ctarow .cols .ctacircle .cta:hover {
  transform: scale(1.1);
  z-index: 2;
}
#ctarow .cols .ctacircle .contectmore {
  background: url("/wp-content/uploads/2023/02/dogpic.jpg") 55% 20%;
  position: relative;
}
#ctarow .cols .ctacircle .contectmore:before {
  background: rgba(231, 127, 32, 0.6);
  left: 0;
}
#ctarow .cols .ctacircle .joincta {
  background: url("/wp-content/uploads/2023/02/perryhome.jpg") top center;
  position: relative;
}

/* see titan
.whitepaternbox {
  background: url("/wp-content/themes/twentytwentytwo/images/pattern-02.png")
    left top no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 80px 0;
}
*/

@media (max-width: 577px) {
  .whitepaternbox {
    padding: 50px 0;
  }
}
@media (max-width: 577px) {
  .homeformRt {
    margin-right: 0;
    max-width: 100% !important;
  }
}
.contactLftbox {
  text-align: center;
}
.contactLftbox .whitelink {
  width: 170px;
  margin: 0 auto;
}
.aboutrow .image-content.about-repeat.abouttwo .imgThm.white-bg {
  max-width: 40%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutrow .image-content.abouttwo .content .rc {
    padding: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 765px) and (min-width: 500px) {
  .aboutrow .image-content.abouttwo .content .rc {
    padding: 20px 0 0 !important;
  }
}
.aboutrow .image-content.about-repeat.abouttwo .content {
  max-width: 60%;
}
@media only screen and (max-width: 1099px) and (min-width: 990px) {
  .aboutrow .image-content.about-repeat.abouttwo .content {
    max-width: 65%;
  }
}
@media only screen and (max-width: 985px) and (min-width: 500px) {
  .aboutrow
    .wp-block-smarttouch-buttons.justify-buttons-left.buttons-direction-vertical {
    align-items: center;
  }
}
@media (max-width: 577px) {
  .aboutrow .image-content.about-repeat.abouttwo .content {
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .aboutrow .image-content.abouttwo .content .rc {
    padding: 20px 0 0 !important;
  }
}
@media only screen and (min-width: 3000px) {
  .aboutmap .brownbox {
    display: block !important;
    justify-content: inherit !important;
    align-content: inherit !important;
    flex-wrap: inherit !important;
    padding-top: 18vh;
  }
}
@media only screen and (min-width: 1900px) {
  .aboutrow .image-content.abouttwo .content .rc {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
  .aboutmap .brownbox {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .aboutmap .brownbox h4 {
    margin-bottom: 6vh !important;
    margin-right: 30px;
  }
  .aboutmap .brownbox h4:after {
    bottom: -2vh;
  }
  .aboutmap .brownbox ol li {
    margin-bottom: 5vh;
  }
}
@media only screen and (max-width: 2600px) and (min-width: 2550px) {
  .aboutmap .brownbox {
    display: block !important;
    justify-content: inherit !important;
    align-content: inherit !important;
    flex-wrap: inherit !important;
    padding-top: 8vh;
  }
  .aboutmap .brownbox h4 {
    margin-bottom: 5vh !important;
    margin-right: 30px;
  }
  .aboutmap .brownbox h4:after {
    bottom: -2vh;
  }
  .aboutmap .brownbox ol li {
    margin-bottom: 4vh;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1060px) {
  .aboutmap .brownbox {
    padding: 20px 60px;
  }
  .aboutmap .brownbox h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .aboutmap .brownbox ol li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .aboutmap .brownbox .wp-block-smarttouch-button {
    font-size: 15px;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  nav ul li .wp-block-navigation__submenu-icon {
    display: block !important;
  }
  .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
    align-items: baseline;
    position: relative;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    align-items: baseline !important;
    min-width: 220px;
  }
  @-moz-document url-prefix() {
    .wp-block-navigation__responsive-container.is-menu-open
      .wp-block-navigation__responsive-container-content
      .wp-block-navigation-item,
    .wp-block-navigation__responsive-container.is-menu-open
      .wp-block-navigation__responsive-container-content
      .wp-block-navigation__container,
    .wp-block-navigation__responsive-container.is-menu-open
      .wp-block-navigation__responsive-container-content
      .wp-block-page-list {
      min-width: 200px;
    }
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    display: none;
    min-width: 220px;
  }
  @-moz-document url-prefix() {
    .wp-block-navigation__responsive-container.is-menu-open
      .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
      min-width: 200px;
    }
  }
  .wp-block-navigation .wp-block-navigation__submenu-icon {
    height: 1.2em;
    width: 1.2em;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .wp-block-navigation:not(.has-background)
    .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .wp-block-navigation__responsive-close {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1c5649;
    left: 140px;
    width: calc(100% - 140px);
    top: 0;
    padding-top: 55px;
    padding-right: 20px;
    animation: mobanimation 1s ease forwards;
  }
  @keyframes mobanimation {
    0% {
      right: -30vw;
      opacity: 1;
    }
    100% {
      right: -2vw;
      opacity: 1;
    }
  }
  .is-menu-open.has-modal-open
    .wp-block-navigation__responsive-container-content
    ul.wp-block-navigation__container
    li
    a {
    color: #fff !important;
  }
  .wp-block-navigation__responsive-container
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container
    li.has-child
    > button[aria-expanded="true"] {
    transform: rotate(180deg);
  }
  .wp-block-navigation__responsive-container-open {
    border: solid 1px #1c5649;
    border-radius: 5px;
    margin-bottom: 10px !important;
  }
  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    height: 32px;
    width: 32px;
  }
}
.newsCircles {
  max-width: 1015px !important;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .newsCircles .swiper-slide {
    width: 280px !important;
  }
}
@media (min-width: 578px) and (max-width: 767px) {
  .newsCircles {
    max-width: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsCircles {
    max-width: 650px !important;
  }
}
.newsCircles .mySwiper {
  padding-left: 20px;
  padding-right: 20px;
}
.newsCircles .swiper-wrapper {
  padding-top: 20px;
}
.newsCircles .swiper-button-next,
.newsCircles .swiper-button-prev {
  top: 30%;
  color: #f5833e;
}
.newsCircles .swiper-button-prev,
.newsCircles .swiper-rtl .swiper-button-next {
  left: -35px;
  z-index: 95;
}
@media (min-width: 1200px) {
  .newsCircles .swiper-button-prev,
  .newsCircles .swiper-rtl .swiper-button-next {
    left: -65px;
  }
}
.newsCircles .swiper-button-next,
.newsCircles .swiper-rtl .swiper-button-prev {
  right: -35px;
  z-index: 95;
}
@media (min-width: 1200px) {
  .newsCircles .swiper-button-next,
  .newsCircles .swiper-rtl .swiper-button-prev {
    right: -65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsCircles .swiper-button-prev,
  .newsCircles .swiper-rtl .swiper-button-next {
    left: 5px;
  }
  .newsCircles .swiper-button-next,
  .newsCircles .swiper-rtl .swiper-button-prev {
    right: 5px;
  }
}
@media (max-width: 599px) {
  .newsCircles {
    max-width: 300px !important;
    padding: inherit;
  }
  .newsCircles .mySwiper {
    padding-left: inherit;
    padding-right: inherit;
  }
  .newsCircles .swiper-wrapper {
    padding-left: inherit;
    padding-right: inherit;
    padding-top: inherit;
  }
}
.video-banner {
  position: relative;
  max-width: 100% !important;
}

/* see titan
.video-banner p {
  transform: inherit !important;
  background: inherit !important;
  padding: inherit !important;
  z-index: 5;
  position: absolute !important;
  left: 10vw !important;
  top: calc(50% - 140px) !important;
  opacity: 1;
  animation: slideInRight 2s ease forwards;
  animation-delay: 1s;
  min-height: 246px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: var(--title) !important;
  font-size: 4vw !important;
  line-height: 4vw !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 12px #000;
  max-width: inherit;
}
@media (max-width: 577px) {
  .video-banner p {
    font: 400 26px/30px var(--title);
    min-height: 90px;
    top: calc(50% - 62px) !important;
  }
}
*/

.video-banner .wp-block-smarttouch-iframe {
  position: relative;
  padding-bottom: 36.33%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 0;
  margin-block-start: 0;
}
.video-banner .wp-block-smarttouch-iframe iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 0;
  margin: 0;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
}
.video-banner .wp-block-smarttouch-iframe:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: -39vw;
  top: 0;
  width: 34vw;
  height: 39vw;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background: #f5833e;
  animation: mastheadSun 2s ease forwards;
  animation-delay: 1s;
}
@keyframes mastheadSun {
  0% {
    left: -30vw;
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    left: -16vw;
    opacity: 1;
    transform: scale(1.01);
  }
}
.wp-block-smarttouch-gallery > div.click-to-expand img {
  transition: all 0.5s ease;
  cursor: pointer;
}
.wp-block-smarttouch-gallery > div.click-to-expand .media:hover img {
  transform: scale(1.1);
}
.wp-block-smarttouch-popup {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.wp-block-post-featured-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
html * {
  -webkit-text-size-adjust: none;
}

/* See titan 
body {
  background: #f7f6f5;
}
*/

body header,
body footer {
  margin: 0 !important;
}
.wp-block-post-content {
  max-width: 100%;
  overflow: hidden;
}
.masthead-banner {
  margin: -35px 0 0 0 !important;
  padding: 20px;
  background: url(/wp-content/themes/twentytwentytwo/images/masthead-slider-border.jpg);
}
.alternating-content {
  display: grid;
  gap: 60px;
}
.alternating-content h2 {
  color: #f5833e;
  text-transform: uppercase;
  font-family: "Montserrat Regular";
  font-size: 32px;
}
.alternating-content .wp-block-smarttouch-image {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.alternating-content > div {
  display: grid;
  grid-template: auto/2fr 3fr;
  gap: 60px;
  padding: 0 160px;
}

/* see titan
.alternating-content > div:nth-child(even) {
  background: no-repeat center center
    url(/wp-content/themes/twentytwentytwo/images/bg-white.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 578px) {
  .alternating-content > div:nth-child(odd) {
    grid-template: auto/3fr 2fr;
  }
  .alternating-content > div:nth-child(odd) .wp-block-smarttouch-image {
    order: 2;
  }
}
*/

@media (max-width: 577px) {
  .alternating-content > div {
    padding: 0 20px;
    grid-template: auto/1fr !important;
    gap: 20px;
  }
}
.masthead:after,
.masthead-video:after {
  content: "";
  z-index: 2;
  display: block;
  background: url("/wp-content/themes/twentytwentytwo/images/masthead-slider-border.jpg")
    left top repeat-x;
  height: 35px;
  bottom: 35px;
  left: 0;
}
@media (min-width: 578px) {
  .stForm .stField_1,
  .stForm .stField_2,
  .stForm .stField_7,
  .stForm .stField_4 {
    grid-column: span 6;
  }
}
