@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden],
.loading {
  display: none !important;
}
#rs-builder .loading {
  display: block !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3.6*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.6*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(2.4*1rem);
  }
}
h4,
.h4 {
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h4,
  .h4 {
    font-size: calc(1.6*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus,
.button:focus,
a.button:focus {
  background: var(--button-bg-color-hover);
}
.outline {
  background: none;
  border: 2px solid var(--button-bg-color);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.text-alt h1,
.text-alt h2,
.text-alt h3,
.text-alt h4,
.text-alt h5 {
  color: var(--heading-color-alt);
}
.text-alt p,
.text-alt ul,
.text-alt ol,
.text-alt dl,
.text-alt li {
  color: var(--text-color-alt);
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 10px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
  margin: 5px 0 15px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  margin-bottom: 15px;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form button:focus {
  background: var(--button-bg-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form hr {
  margin: 20px 0;
  width: 100%;
  border: 0;
  height: 1px;
}
form .form-group:has(input[required]) label::after,
form .form-group.required label::after,
form .form-group:has(input[required="required"]) label::after {
  content: "*";
  color: var(--text-link-color-hover);
  margin-left: 5px;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  min-width: 300px;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--text-color);
  font-family: var(--text-font);
  background-color: var(--primary-bg-color);
}
body:has(.builder),
body:has(.rs-editor) {
  background-color: transparent;
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.4rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover,
.simple-text a:focus {
  background: var(--button-bg-color-hover);
}
.block.topbar {
  background: #000000;
  padding: 10px 0;
  border-bottom: 10px solid var(--button-bg-color);
  position: relative;
}
.block.topbar .skip-link a {
  transition: all 0s;
}
.block.topbar .skip-link a:focus {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
  z-index: 100;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.block.topbar .logo-wrapper,
.block.topbar .mobile-toggle,
.block.topbar nav {
  width: 100%;
  padding: 0 15px;
}
.block.topbar .logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.block.topbar .logo-wrapper a img {
  max-height: 150px;
}
.block.topbar .mobile nav {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 0;
  overflow: hidden;
}
.block.topbar .mobile .mobile-open {
  height: fit-content;
}
.block.topbar .desktop nav ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
.block.topbar nav * {
  font-size: 1.4rem;
  color: var(--text-color-alt);
  font-weight: 400;
}
.block.topbar nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.block.topbar nav a,
.block.topbar nav button {
  padding: 10px;
}
.block.topbar nav button {
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
}
.block.topbar nav button span::after {
  content: '';
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.block.topbar nav .dropdown {
  display: none;
}
.block.topbar li:has(a:hover),
.block.topbar li:focus-within {
  background-color: var(--secondary-bg-color);
}
.block.topbar li.expanded {
  background-color: var(--secondary-bg-color);
}
.block.topbar li.expanded button span::after {
  transform: rotate(180deg);
}
.block.topbar li.expanded .dropdown {
  display: block;
  position: absolute;
  background-color: var(--secondary-bg-color);
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 160px;
  z-index: 999;
}
.block.topbar li.expanded .dropdown ul {
  display: flex;
  flex-direction: column;
}
.block.topbar li.expanded .dropdown a {
  width: 100%;
  text-align: left;
}
.block.topbar .mobile li .dropdown {
  left: 12rem;
  top: 0;
  width: calc(100% - 12rem);
}
.block.topbar .mobile li button span::after {
  transform: rotate(-90deg);
}
.block.topbar .mobile li.expanded button span::after {
  transform: rotate(90deg);
}
.block.topbar .dropdown a:focus,
.block.topbar .dropdown a:hover {
  background-color: var(--button-bg-color-hover);
}
.block.topbar .mobile-toggle button {
  float: right;
  margin: unset;
  padding: 0;
  background-color: transparent;
  border: none;
  padding: 9px 10px;
}
.block.topbar .mobile-toggle button span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--button-text-color);
}
.block.topbar .mobile-toggle button span:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .block.topbar {
    padding: 10px 0 0;
    background: linear-gradient(90deg, #1a1a1b 0, #3f4041 50%, #1a1a1b);
  }
  .block.topbar nav ul li:hover .dropdown,
  .block.topbar nav ul li.expanded .dropdown {
    padding-top: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.175);
  }
}
@media only screen and (min-width: 1200px) {
  .block.topbar {
    padding: 0;
  }
  .block.topbar .inner {
    display: flex;
    flex-direction: row;
  }
  .block.topbar .logo-wrapper {
    width: 30%;
    margin: 10px 0;
    justify-content: flex-start;
  }
  .block.topbar .main-nav {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .block.topbar .desktop nav {
    height: 100%;
  }
  .block.topbar .desktop nav ul {
    height: 100%;
    justify-content: flex-end;
  }
  .block.topbar .desktop nav ul li {
    height: 100%;
    align-items: flex-end;
  }
  .block.topbar .desktop nav ul li a:not(.dropdown-link),
  .block.topbar .desktop nav ul li button {
    padding: 10px 10px 15px;
  }
}
.block.header {
  width: 100%;
  position: relative;
  min-height: 676px;
  background-color: #890e21;
}
.block.header .content {
  padding-bottom: 10px;
}
.block.header .content .left {
  margin-top: 60px;
  padding: 100px 15px;
  position: relative;
}
.block.header .content .left blockquote {
  position: relative;
  margin: unset;
  z-index: 1;
}
.block.header .content .left .reference * {
  font-size: 2.4rem;
  font-style: italic;
}
.block.header .content .left .promise {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-style: italic;
}
.block.header .content .left .verse,
.block.header .content .left .promise,
.block.header .content .left .reference {
  margin-bottom: 10px;
}
.block.header .content .left::before,
.block.header .content .left::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 2px 7px #000;
}
.block.header .content .left::before {
  background: var(--page-bg-color);
  transform: skew(0, 10deg);
}
.block.header .content .left::after {
  background: var(--secondary-bg-color);
  transform: skew(0, -10deg);
}
.block.header .content .right {
  margin-top: 100px;
}
.block.header .content .right .title,
.block.header .content .right .text-content {
  padding: 20px;
}
.block.header .content .right .title {
  margin-bottom: 20px;
  background: var(--secondary-bg-color);
}
.block.header .content .right .text-content {
  background: var(--page-bg-color);
}
.block.header .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block.header .background-overlay .background-image {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  overflow: hidden;
}
.block.header .background-overlay .background-image.active {
  opacity: 1;
  visibility: visible;
}
.block.header .background-overlay .background-image img {
  width: 100%;
  height: 100%;
  min-height: 816px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.header .content {
    top: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
  }
  .block.header .content .left {
    flex: 1;
  }
  .block.header .content .right {
    flex: 3;
    margin-left: 15px;
  }
  .block.header .content .right .title,
  .block.header .content .right .text-content {
    display: inline-block;
  }
  .block.header .content .right .text-content {
    margin-bottom: 10px;
  }
}
.block.header.builder .inner {
  background-color: #890e21;
}
.block.header.builder .background-overlay {
  position: relative;
  width: 500px;
  height: auto;
  margin: auto;
}
.block.header.builder .background-overlay .background-image {
  opacity: 1 !important;
  position: relative;
  visibility: visible !important;
  margin: 5px 0;
}
.block.header.builder .background-overlay .background-image img {
  min-height: unset;
}
.block.buttons {
  background-color: var(--secondary-bg-color);
}
.block.buttons .divider {
  content: "";
  height: 0;
  width: 0;
  border-top: 65px solid var(--primary-bg-color);
  border-right: 100vw solid transparent;
}
.block.buttons .divider.bottom {
  transform: rotate(180deg);
}
.block.buttons .inner {
  padding: 0 15px;
}
.block.buttons .card {
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.buttons .card .image {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.block.buttons .card .image img {
  border-radius: 50%;
  max-height: 181px;
  aspect-ratio: 1/1;
  max-width: 181px;
  object-fit: cover;
  box-shadow: 0 2px 7px #000000;
}
.block.buttons .card .title {
  margin: 20px 0;
}
.block.buttons .card .title h2,
.block.buttons .card .title h3,
.block.buttons .card .title h4,
.block.buttons .card .title h5 {
  line-height: 1.1;
  text-transform: capitalize;
}
.block.buttons .card .text-content {
  margin-bottom: 10px;
}
.block.buttons .card .button {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.block.buttons .card .button a {
  display: block;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff, #e6e6e6);
  border-radius: 3px;
  padding: 7px 14px;
  text-shadow: 0 1px 0 var(--text-color);
  color: var(--text-color);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .block.buttons .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block.buttons .cards .card {
    width: 25%;
  }
}
.block.buttons.builder .divider {
  border-right: clamp(1px, 90vw, 1400px) solid transparent;
}
.block.history {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.history .content {
  padding: 20px 15px 20px;
  position: relative;
}
.block.history .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.history .details {
  position: relative;
}
.block.history .title {
  margin: 0 0 20px;
}
.block.history .text-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.history .content {
    margin: 0 50px;
  }
}
.block.mission-statement {
  background-color: var(--secondary-bg-color);
}
.block.mission-statement .divider {
  content: "";
  height: 0;
  width: 0;
  border-top: 65px solid var(--primary-bg-color);
  border-right: 100vw solid transparent;
}
.block.mission-statement .divider.bottom {
  transform: rotate(180deg);
}
.block.mission-statement .content {
  padding: 20px 15px;
}
.block.mission-statement .title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.block.mission-statement blockquote {
  position: relative;
  margin: 0;
  padding: 10px 20px;
}
.block.mission-statement blockquote p {
  font-size: 1.8rem;
  text-align: center;
}
.block.mission-statement blockquote p::before {
  content: open-quote;
  font-family: Cabin, sans-serif;
  font-size: 7.2rem;
  line-height: 0.1rem;
  vertical-align: -2.5rem;
}
.block.mission-statement blockquote p::after {
  content: close-quote;
  font-family: Cabin, sans-serif;
  font-size: 7.2rem;
  line-height: 0.1rem;
  vertical-align: -3.5rem;
}
.block.mission-statement.builder .divider {
  border-right: clamp(1px, 90vw, 1400px) solid transparent;
}
.block.team {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.team .inner {
  display: flex;
  justify-content: center;
}
.block.team .content {
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
.block.team .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.team .title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.block.team .team-list {
  position: relative;
}
.block.team .collapsible {
  height: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 1px #dddddd;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  transition: all 350ms ease;
}
.block.team .collapsible p {
  margin-bottom: 10px;
}
.block.team .collapsible.transitioning {
  display: block;
  position: relative;
}
.block.team .collapsible.showing {
  display: block;
  height: auto;
}
.block.team .collapsible.collapsed {
  display: none;
}
.block.team .bio {
  padding: 15px;
}
.block.team ul {
  list-style: none;
}
.block.team li {
  margin-top: 5px;
  overflow-y: hidden;
}
.block.team li[data-collapsed="false"] button {
  border-radius: 5px 5px 0 0;
}
.block.team li[data-collapsed="false"] button::after {
  transform: translateY(-50%) rotate(0deg);
}
.block.team .accordion-item button {
  padding: 10px 30px 10px 15px;
  display: inline;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 4rem;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: var(--text-color);
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}
.block.team .accordion-item button::after {
  content: '';
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.block.team .accordion-item button:hover,
.block.team .accordion-item button:focus {
  color: var(--text-link-color);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.team .content {
    width: 80%;
  }
}
@media screen and (min-width: 1300px) {
  .block.team .content {
    width: 100%;
  }
}
.block.team.builder li {
  margin-top: 5px;
}
.block.team.builder li button {
  border-radius: 5px 5px 0 0;
}
.block.team.builder li button::after {
  transform: translateY(-50%) rotate(0deg);
}
.block.team.builder li .collapsible {
  height: auto;
}
.block.communities {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.communities .inner {
  display: flex;
  justify-content: center;
}
.block.communities .content {
  padding: 20px 15px 40px;
  position: relative;
  width: 100%;
}
.block.communities .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.communities .title,
.block.communities .list,
.block.communities .map {
  position: relative;
}
.block.communities .title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.block.communities .title h1 {
  line-height: 1;
}
.block.communities .heading button {
  padding: 10px 30px 10px 15px;
  display: inline;
  margin: 0;
  position: relative;
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: var(--text-color);
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
}
.block.communities .heading button::after {
  content: '';
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.block.communities .heading button:hover,
.block.communities .heading button:focus {
  color: var(--text-link-color);
  text-decoration: underline;
}
.block.communities ul {
  list-style: none;
}
.block.communities li {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.block.communities li .collapsible {
  height: 0;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 1px #dddddd;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  transition: all 0.35s ease;
}
.block.communities li .collapsible.transitioning {
  display: block;
}
.block.communities li .collapsible.showing {
  display: block;
  height: auto;
}
.block.communities li .collapsible.collapsed {
  display: none;
}
.block.communities li .wrapper {
  padding: 15px;
}
.block.communities li .links {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.block.communities li .links .button,
.block.communities li .links button {
  margin-top: 40px;
  position: relative;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #890e21;
  border-radius: 2px;
  box-shadow: 0 1px 0 #5b0a16;
  border: none;
}
.block.communities li .links .website .button,
.block.communities li .links .view-map .button,
.block.communities li .links .website button,
.block.communities li .links .view-map button {
  padding-right: 4ch;
  height: 4rem;
}
.block.communities li .links .website .button a,
.block.communities li .links .view-map .button a,
.block.communities li .links .website button a,
.block.communities li .links .view-map button a {
  display: flex;
  align-items: center;
}
.block.communities li .links .website .button::after,
.block.communities li .links .view-map .button::after,
.block.communities li .links .website button::after,
.block.communities li .links .view-map button::after {
  font-family: "FontAwesome";
  font-size: 1.4rem;
  position: absolute;
  right: 1.25ch;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.block.communities li .links .website a::after {
  content: '\f08e';
}
.block.communities li .links .view-map button::after {
  content: '\f041';
}
.block.communities li .list {
  margin-bottom: 20px;
}
.block.communities li .info {
  display: flex;
  flex-direction: column;
}
.block.communities li .info .image {
  margin-right: 15px;
}
.block.communities li .info img {
  height: 125px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: top;
}
.block.communities li .info a:hover,
.block.communities li .info a:focus {
  text-decoration: underline;
}
.block.communities li .info .details {
  width: calc(100% - 165px);
}
.block.communities li .info * {
  font-weight: 700;
}
.block.communities li[data-collapsed="false"] .heading button {
  border-radius: 5px 5px 0 0;
}
.block.communities li[data-collapsed="false"] .heading button::after {
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 768px) {
  .block.communities .content {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.communities .list {
    padding-right: 15px;
    width: 50%;
  }
  .block.communities .list li .info {
    flex-direction: row;
  }
  .block.communities .list li img {
    width: 150px;
    height: auto;
    max-height: 125px;
    object-fit: contain;
    object-position: top;
  }
  .block.communities #communities-map {
    width: 50%;
    padding-left: 15px;
    height: 600px;
    background-color: #dddddd;
    background-image: url("/samaritan/assets/img/map-assets/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 1300px) {
  .block.communities .content {
    width: 100%;
  }
}
.block.real-estate {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.real-estate label {
  color: var(--text-color-alt);
}
.block.real-estate .inner {
  display: flex;
  justify-content: center;
}
.block.real-estate .content {
  padding: 20px 15px 0;
  position: relative;
  width: 100%;
}
.block.real-estate .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.real-estate .title,
.block.real-estate .list,
.block.real-estate .contact-us {
  width: 100%;
  text-align: left;
  position: relative;
}
.block.real-estate .title {
  margin-bottom: 20px;
}
.block.real-estate .title h1 {
  line-height: 1;
}
.block.real-estate .heading button {
  padding: 10px 30px 10px 15px;
  display: inline;
  margin: 0;
  position: relative;
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: var(--text-color);
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
}
.block.real-estate .heading button::after {
  content: '';
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.block.real-estate .heading button:hover,
.block.real-estate .heading button:focus {
  color: var(--text-link-color);
  text-decoration: underline;
}
.block.real-estate .collapsible {
  height: 0;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 1px #dddddd;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  transition: all 0.35s ease;
}
.block.real-estate .collapsible.transitioning {
  display: block;
}
.block.real-estate .collapsible.showing {
  display: block;
  height: auto;
}
.block.real-estate .collapsible.collapsed {
  display: none;
}
.block.real-estate .wrapper {
  padding: 15px;
}
.block.real-estate .list {
  margin-bottom: 10px;
}
.block.real-estate ul {
  list-style: none;
}
.block.real-estate li {
  margin-top: 5px;
}
.block.real-estate li[data-collapsed="false"] button {
  border-radius: 5px 5px 0 0;
}
.block.real-estate li[data-collapsed="false"] button::after {
  transform: translateY(-50%) rotate(0deg);
}
.block.real-estate .info {
  display: flex;
  flex-direction: column;
}
.block.real-estate .info .image {
  max-width: 300px;
  max-height: 300px;
}
.block.real-estate .info .image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.block.real-estate .info a:hover,
.block.real-estate .info a:focus {
  text-decoration: underline;
}
.block.real-estate .info .details {
  width: 100%;
}
.block.real-estate .info .details p {
  margin-bottom: 10px;
}
.block.real-estate .contact-us {
  padding: 0 15px;
}
.block.real-estate .required-statement {
  margin-bottom: 10px;
  color: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.real-estate .info {
    flex-direction: row;
  }
  .block.real-estate .info .details {
    width: 66.6667%;
    padding-left: 30px;
  }
  .block.real-estate .content {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.real-estate .list {
    padding-right: 15px;
    width: 66.6667%;
  }
  .block.real-estate .list .image {
    width: 33.3333%;
  }
  .block.real-estate .list img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top;
  }
  .block.real-estate .contact-us {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1300px) {
  .block.real-estate .content {
    width: 100%;
  }
}
.block.development {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.development .inner {
  display: flex;
  justify-content: center;
}
.block.development .content {
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
.block.development .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.development .title,
.block.development .statement,
.block.development .details {
  position: relative;
}
.block.development .title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.block.development .title h1 {
  line-height: 1;
}
.block.development .statement,
.block.development .sub-title {
  margin-bottom: 10px;
}
.block.development .details {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
}
.block.development .details p {
  margin-bottom: 10px;
}
.block.development .details .detail-image {
  width: 100%;
}
.block.development .details .detail-image img {
  max-width: 100%;
  max-height: 125px;
}
.block.development .details .detail-text {
  width: 100%;
}
.block.development .details .detail-text a:hover,
.block.development .details .detail-text a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.development .content {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.development .details {
    flex-direction: row;
    gap: 30px;
  }
  .block.development .details .detail-image {
    flex: 1;
  }
  .block.development .details .detail-text {
    flex: 3;
  }
}
@media screen and (min-width: 1300px) {
  .block.development .content {
    width: 100%;
  }
}
.block.contact {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.contact label {
  color: var(--text-color-alt);
}
.block.contact .inner {
  display: flex;
  justify-content: center;
}
.block.contact .content {
  padding: 20px 15px 0;
  position: relative;
  width: 100%;
}
.block.contact .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.contact .title,
.block.contact .wrapper {
  position: relative;
}
.block.contact .title,
.block.contact .subtitle {
  width: 100%;
  text-align: left;
}
.block.contact .title {
  margin-bottom: 40px;
}
.block.contact .subtitle {
  margin-bottom: 20px;
}
.block.contact .contact-details {
  background-color: var(--secondary-bg-color);
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.block.contact .contact-details a {
  color: var(--text-color-alt);
}
.block.contact .contact-details .name h4 {
  font-size: 1.8rem;
}
.block.contact .contact-details .phone-numbers {
  margin-top: 15px;
}
.block.contact .contact-details .phone-numbers a {
  text-decoration: underline;
}
.block.contact .contact-details .phone-numbers a:hover,
.block.contact .contact-details .phone-numbers a:focus {
  opacity: 0.8;
}
.block.contact .contact-details .contact-email a:hover,
.block.contact .contact-details .contact-email a:focus {
  text-decoration: underline;
}
.block.contact .contact-details .contact-person,
.block.contact .contact-details .contact-email {
  margin-bottom: 10px;
}
.block.contact .required-statement {
  margin-bottom: 10px;
  color: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.contact .content {
    width: 80%;
  }
  .block.contact .content .wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .block.contact .content .wrapper .left {
    width: calc(41.6667% - 15px);
  }
  .block.contact .content .wrapper .right {
    width: calc(58.3333% - 15px);
  }
}
@media screen and (min-width: 1300px) {
  .block.contact .content {
    width: 100%;
  }
}
.block.sitemap {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
.block.sitemap .inner {
  display: flex;
  justify-content: center;
}
.block.sitemap .inner {
  display: flex;
  justify-content: center;
}
.block.sitemap .content {
  padding: 20px 15px 0;
  position: relative;
  width: 100%;
}
.block.sitemap .content::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.sitemap .title,
.block.sitemap .map-list {
  position: relative;
}
.block.sitemap .title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.block.sitemap nav {
  margin-bottom: 20px;
}
.block.sitemap nav * {
  font-size: 1.4rem;
}
.block.sitemap nav h1,
.block.sitemap nav h2,
.block.sitemap nav h3,
.block.sitemap nav h4,
.block.sitemap nav h5 {
  color: var(--text-color-alt);
  padding: 2px 0;
}
.block.sitemap nav a {
  padding: 2px 0;
  display: block;
  width: fit-content;
}
.block.sitemap nav a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.sitemap .content {
    width: 80%;
  }
}
@media screen and (min-width: 1300px) {
  .block.sitemap .content {
    width: 100%;
  }
}
article.text-content {
  padding: 20px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: fit-content;
  width: 100%;
}
article.text-content .inner {
  padding: 20px 15px 10px;
  position: relative;
}
article.text-content .inner::before {
  background-color: var(--page-bg-color);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
article.text-content .inner .text-wrapper {
  position: relative;
}
article.text-content .inner h1 {
  margin: 0 0 20px;
}
article.text-content .inner p,
article.text-content .inner li {
  color: var(--text-color-alt);
  margin-bottom: 10px;
}
article.text-content .inner h1,
article.text-content .inner h2,
article.text-content .inner h3,
article.text-content .inner h4,
article.text-content .inner h5 {
  color: var(--heading-color-alt);
}
article.text-content .inner br {
  line-height: 10px;
}
@media screen and (min-width: 768px) {
  article.text-content .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
.block.footer {
  padding: 80px 0;
  background-color: var(--primary-bg-color);
}
.block.footer .col {
  padding: 0 15px;
}
.block.footer p,
.block.footer a,
.block.footer li {
  font-size: 1.4rem;
}
.block.footer h2 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 15px;
}
.block.footer .contact-details,
.block.footer .footer-nav,
.block.footer .social-links,
.block.footer .accessibility {
  margin-bottom: 20px;
}
.block.footer .social-links img {
  height: 32px;
  width: 32px;
}
.block.footer .contact-details a {
  color: var(--text-color-alt);
}
.block.footer .contact-details:hover,
.block.footer .contact-details:focus {
  opacity: 0.8;
}
.block.footer .footer-nav a {
  color: var(--text-color-alt);
}
.block.footer .footer-nav a:hover,
.block.footer .footer-nav a:focus {
  text-decoration: underline;
}
.block.footer .accessibility {
  display: flex;
  flex: row;
}
.block.footer .accessibility .icon img {
  width: 20px;
  height: auto;
}
.block.footer .accessibility .icon:nth-child(2) {
  margin-left: 10px;
}
.block.footer .legal {
  color: var(--button-bg-color-hover);
}
.block.footer .bottom a {
  color: var(--text-link-color);
  font-weight: 600;
}
.block.footer .bottom a:hover,
.block.footer .bottom a:focus {
  color: var(--text-link-color-hover);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.footer .top,
  .block.footer .bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .contact-details,
  .block.footer .social-links {
    flex: 1;
  }
  .block.footer .footer-nav {
    flex: 2;
  }
  .block.footer .footer-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.footer .footer-nav ul li {
    width: 50%;
  }
  .block.footer .legal-acess {
    display: flex;
    flex-direction: row;
  }
  .block.footer .legal-acess .legal {
    margin-left: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
