@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Nunito:wght@400;500;600&display=swap");
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #222;
  position: relative;
  padding: 0;
  color: #FFF;
}
body.activeMobileMenu, body.activepopup {
  overflow: hidden;
}
body.colorscheme-White {
  background-color: #FFF;
}
body.colorscheme-Grey {
  background-color: #2B2B2B;
}
body.colorscheme-Avocado {
  background-color: #6B724F;
}
body.colorscheme-Pistachio {
  background-color: #E5ECC1;
}
body.colorscheme-DarkGrey {
  background-color: #202020;
}
body.colorscheme-Salmon {
  background-color: #ECC9C1;
}

.colorscheme-White .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #EEE, #E9E9E9 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-White .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}
.colorscheme-DarkGrey .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #2B2B2B, #202020 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-DarkGrey .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}
.colorscheme-Grey .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #222, #202020 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-Grey .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}
.colorscheme-Avocado .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #5A613E, #6B724F 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-Avocado .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}
.colorscheme-Pistachio .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #D7DFB3, #E3EABF 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-Pistachio .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}
.colorscheme-Salmon .diagonal-stripe-foot {
  right: calc(-16% + 10rem - 25vw);
  background: linear-gradient(-5deg, #E5B6AB, #E5B6AB 100%);
  position: absolute;
  bottom: 0;
  width: 65%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
@media (max-width: 900px) {
  .colorscheme-Salmon .diagonal-stripe-foot {
    right: calc(-16% + 2rem - 25vw);
  }
}

.colorscheme-White .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #EFEFEF, #F2F3F2 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-White .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}
.colorscheme-DarkGrey .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #2B2B2B, #202020 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-DarkGrey .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}
.colorscheme-Grey .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #3A3B33, #202020 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-Grey .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}
.colorscheme-Avocado .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #6E7452, #747A5B 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-Avocado .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}
.colorscheme-Pistachio .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #E3EABF, #D7DFB3 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-Pistachio .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}
.colorscheme-Salmon .diagonal-stripe-main {
  left: calc(67% + 9rem - 10vw);
  background: linear-gradient(-5deg, #ECC9C1, #E8BEB6 100%);
  position: absolute;
  top: 0;
  width: 98%;
  height: 100%;
  transform: skewX(-18deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .colorscheme-Salmon .diagonal-stripe-main {
    width: 114%;
    left: calc(67% + 11rem - 10vw);
  }
}

.reverse-colors path.needsReversing {
  fill: #6B724F;
}
.reverse-colors .siteFooter path.needsReversing {
  fill: #505050;
}

.diagonal-stripes__wrapper {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

dialog,
figure {
  padding: 0;
  margin: 0;
}

#main-content {
  position: relative;
  z-index: 10;
}

*:focus {
  outline: 2px solid #FAAD6F !important;
  border-radius: 6px;
  border: none !important;
  text-decoration: none !important;
}

hr {
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 35px 0;
}

.h-hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
  clip-path: inset(50%);
}

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skiptocontent {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-size: 1em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  outline: black solid 2px;
  -webkit-transition: none !important;
  transition: none !important;
}
.skiptocontent:focus {
  border-radius: 6px;
  background: #FC6E30;
  color: #FFF;
  -webkit-box-shadow: 0 0 2px 2px #000;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  display: inline-block;
  height: auto;
  padding: 9px 16px 7px;
  text-decoration: none;
  left: 30px;
  top: -67px;
  width: auto;
  z-index: 1000000;
}
.activeMobileMenu .skiptocontent {
  display: none;
}

.format-time {
  text-transform: lowercase;
}

time {
  margin: 0 0 1rem 0;
  display: inline-block;
  font-size: 15px;
  width: 100%;
}

time[title] {
  cursor: help;
}

.standardPage__liner {
  width: 65%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 900px) {
  .standardPage__liner {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.c-header,
#main-content,
#main-footer {
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  max-width: 1325px;
}
@media (max-width: 900px) {
  .c-header,
  #main-content,
  #main-footer {
    padding: 0 1rem;
  }
}

.element__content table {
  margin: 0 0 2rem 0;
}
.element__content table td, .element__content table th {
  padding: 5px 40px 5px 0;
  text-align: left;
}

body {
  font-family: "Nunito", sans-serif;
  color: #FFF;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 1.16em;
  line-height: 1.3;
  font-weight: 400;
}
body.reverse-colors {
  color: #545746;
}

.h6,
h6, .h5,
h5, .h4,
h4, .h3,
h3, .h2,
h2, .h1, .mobilenav__link,
h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  margin: 0 0 12px 0;
  font-optical-sizing: auto;
  font-style: normal;
}
.reverse-colors .h6,
.reverse-colors h6, .reverse-colors .h5,
.reverse-colors h5, .reverse-colors .h4,
.reverse-colors h4, .reverse-colors .h3,
.reverse-colors h3, .reverse-colors .h2,
.reverse-colors h2, .reverse-colors .h1, .reverse-colors .mobilenav__link,
.reverse-colors h1 {
  color: #6B724F;
}
.bodycopy .h6,
.bodycopy h6, .bodycopy .h5,
.bodycopy h5, .bodycopy .h4,
.bodycopy h4, .bodycopy .h3,
.bodycopy h3, .bodycopy .h2,
.bodycopy h2, .bodycopy .h1, .bodycopy .mobilenav__link,
.bodycopy h1 {
  margin-top: 4rem;
}
p + .h6,
p + h6, p + .h5,
p + h5, p + .h4,
p + h4, p + .h3,
p + h3, p + .h2,
p + h2, p + .h1, p + .mobilenav__link,
p + h1 {
  margin-top: 4rem;
}
.h6 em,
h6 em, .h5 em,
h5 em, .h4 em,
h4 em, .h3 em,
h3 em, .h2 em,
h2 em, .h1 em, .mobilenav__link em,
h1 em {
  font-style: normal;
  color: #FC6E30;
}
.statementelement .h6 em,
.statementelement h6 em, .statementelement .h5 em,
.statementelement h5 em, .statementelement .h4 em,
.statementelement h4 em, .statementelement .h3 em,
.statementelement h3 em, .statementelement .h2 em,
.statementelement h2 em, .statementelement .h1 em, .statementelement .mobilenav__link em,
.statementelement h1 em {
  color: #E5ECC1;
}
.h6 span,
h6 span, .h5 span,
h5 span, .h4 span,
h4 span, .h3 span,
h3 span, .h2 span,
h2 span, .h1 span, .mobilenav__link span,
h1 span {
  color: #E5ECC1;
}

.h1, .mobilenav__link,
h1 {
  margin: 0 0 2.8rem 0;
  font-family: "Bungee", sans-serif;
  font-size: 2.9rem;
  letter-spacing: -0.2px;
}
@media (max-width: 900px) {
  .h1, .mobilenav__link,
  h1 {
    margin: 0 0 2rem 0;
    font-size: 2.1rem;
  }
}
@media (max-width: 715px) {
  .h1, .mobilenav__link,
  h1 {
    font-size: 1.7rem;
  }
}

.h2,
h2 {
  margin: 0 0 2rem 0;
  font-size: 2.2rem;
}
@media (max-width: 900px) {
  .h2,
  h2 {
    margin: 0 0 1.6rem 0;
    font-size: 1.6rem;
  }
}

.h3,
h3 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.h4,
h4 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.h5,
h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.h6,
h6 {
  font-size: 1rem;
  margin-bottom: 3px;
}

.paragraph_statement {
  font-size: 1.84rem;
}
@media (max-width: 900px) {
  .paragraph_statement {
    font-size: 1.3rem;
  }
}

p {
  margin: 0 0 2rem;
}
p:last-child {
  margin: 0;
}
p em {
  font-style: normal;
  font-size: 1.84rem;
}
@media (max-width: 900px) {
  p em {
    font-size: 1.3rem;
  }
}

.caption-text {
  font-size: 0.8rem;
  color: #9E9E9E;
}
.reverse-colors .caption-text {
  color: #545746;
}

blockquote {
  font-family: "Bungee", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 2rem 10% 3rem;
  display: inline-block;
  box-sizing: border-box;
}
blockquote p {
  display: table;
  width: auto;
  margin: 0 auto !important;
}
@media (max-width: 900px) {
  blockquote {
    font-size: 1.5rem;
    padding: 1rem 0 2rem;
  }
}

em {
  font-style: italic;
}

a {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.reverse-colors a {
  color: #545746;
}

a {
  color: #FFF;
}

ul {
  margin: 0 0 20px 25px;
  padding: 0;
}
ul li {
  list-style-type: disc;
}

ol {
  margin: 0 0 20px 25px;
  padding: 0;
}

dl {
  margin: 0 0 20px 25px;
}

li {
  margin-bottom: 5px;
}

::selection,
::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none;
}

.element.dnadesign__elementaluserforms__model__elementform .form-element__form {
  width: 56%;
}
.element.dnadesign__elementaluserforms__model__elementform .btn-toolbar.Actions {
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .element.dnadesign__elementaluserforms__model__elementform .form-element__form {
    width: 100%;
  }
}

.recaptchav3.form-badge {
  font-size: 0.8rem;
  color: #9E9E9E;
}
.recaptchav3.form-badge a {
  color: #9E9E9E;
}
.reverse-colors .recaptchav3.form-badge {
  color: #545746;
}
.reverse-colors .recaptchav3.form-badge a {
  color: #9E9E9E;
}

#uff {
  color: #FFF;
  margin: 70px 0 75px;
  font-weight: bold;
}

input {
  font-family: "Nunito", sans-serif;
  border-radius: 5px;
  font-size: 1.4rem;
  border: 1px solid #666;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 30px;
}
input:focus {
  outline: 2px solid #555 !important;
}

textarea {
  font-family: "Nunito", sans-serif;
  border-radius: 5px;
  font-size: 1.4rem;
  border: 1px solid #666;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
}
textarea:focus {
  outline: 2px solid #555 !important;
}

.field.nocaptcha {
  margin: 1.5rem 0 2rem;
}

body fieldset,
body .userformsgroup {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 12px;
}

.error.message {
  color: red;
  margin: -28px 0 2rem 0;
  position: relative;
  display: block;
  font-size: 0.9em;
  padding: 10px 0 10px 40px;
}
.error.message:before {
  position: absolute;
  top: 5px;
  left: 1px;
  content: "!";
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid red;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  line-height: 1.7;
  font-weight: 900;
  font-size: 1.2rem;
}

.field.textarea .error.message {
  margin-top: 0;
}

input::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #888;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}

input:-ms-input-placeholder {
  color: #888;
}

.userform .btn-toolbar .action,
.button,
#MemberLoginForm_LoginForm_action_doLogin {
  display: inline-block;
  width: auto;
  padding: 9px 24px 7px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #000 !important;
  border-radius: 10px;
  background-color: #FFF;
  border: 2px solid #FFF;
  font-size: 0.94em;
  line-height: 1;
}
.reverse-colors .userform .btn-toolbar .action:hover,
.reverse-colors .button:hover,
.reverse-colors #MemberLoginForm_LoginForm_action_doLogin:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent;
}
.reverse-colors .userform .btn-toolbar .action--subdued:hover,
.reverse-colors .button--subdued:hover {
  color: #FFF !important;
  border: 2px solid #FC6E30 !important;
  background-color: transparent;
}
.userform .btn-toolbar .action--subdued, .userform .btn-toolbar .action:hover,
.button--subdued,
.button:hover,
#MemberLoginForm_LoginForm_action_doLogin:hover {
  color: #FFF !important;
  border: 2px solid #FFF !important;
  background-color: transparent;
}
.userform .btn-toolbar .action--subdued:hover,
.button--subdued:hover {
  color: #FFF !important;
  border: 2px solid #FC6E30 !important;
  background-color: transparent;
}
.userform .btn-toolbar .action:active, .userform .btn-toolbar .action:focus,
.button:active,
#MemberLoginForm_LoginForm_action_doLogin:active,
.button:focus,
#MemberLoginForm_LoginForm_action_doLogin:focus {
  outline: none;
  border: 2px solid #D5DBCB !important;
}
.userform .btn-toolbar .action.alt,
.button.alt,
.alt#MemberLoginForm_LoginForm_action_doLogin {
  background-color: #FC6E30;
  border: 2px solid #FC6E30;
  color: #FFF !important;
}
.userform .btn-toolbar .action.alt:hover,
.button.alt:hover,
.alt#MemberLoginForm_LoginForm_action_doLogin:hover {
  background-color: transparent;
}

/* File: app.css or any relevant CSS file */
.custom-highlight {
  background-color: yellow;
  font-weight: bold;
}

.custom-callout {
  color: #ff6600;
  border-left: 5px solid #ff6600;
  padding-left: 10px;
}

hr {
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 55px 0;
}

.left.ss-htmleditorfield-file.image {
  float: left;
  width: 40%;
  margin: 0 17px 10px 0;
  height: auto;
}

.captionImage.left {
  float: left;
  width: 40% !important;
  margin: 0 17px 10px 0;
}
.captionImage.left .left.ss-htmleditorfield-file.image {
  float: none;
  width: 100%;
  margin: 0 0 0 0;
}

.right.ss-htmleditorfield-file.image {
  float: right;
  width: 40%;
  margin: 0 0 10px 17px;
  height: auto;
}

.captionImage.right {
  float: right;
  width: 40% !important;
  margin: 0 0 10px 17px;
}
.captionImage.right .right.ss-htmleditorfield-file.image {
  float: none;
  width: 100%;
  margin: 0 0 0 0;
}

.captionImage .caption {
  font-size: 0.8rem;
  opacity: 0.56;
}

@media (max-width: 715px) {
  .left.ss-htmleditorfield-file.image,
  .right.ss-htmleditorfield-file.image {
    float: none;
    width: 100%;
    margin: 0 0 8px 0;
  }
}
.js--lazy-image {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: ease;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-timing-function: ease;
}
.js--lazy-image.loaded {
  opacity: 1;
}

.sys-grid {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  margin: 0;
}
.sys-grid__column1 {
  width: 36%;
}
.sys-grid__column2 {
  width: 56%;
}
.sys-grid .featuredImage {
  width: 100%;
}
.sys-grid__img img {
  width: 100%;
}
.sys-grid.sys-grid--nogap {
  gap: 0;
}
.sys-grid.sys-grid--nogap .sys-grid__column1 {
  width: 40%;
}
.sys-grid.sys-grid--nogap .sys-grid__column2 {
  width: 60%;
}
.sys-grid.sys-grid--narrow {
  justify-content: left;
}
.sys-grid.sys-grid--narrow .sys-grid__column1 {
  width: 36%;
}
.sys-grid.sys-grid--narrow .sys-grid__column2 {
  width: 36%;
}
.sys-grid.sys-grid--reverse .sys-grid__column1 {
  width: 56%;
}
.sys-grid.sys-grid--reverse .sys-grid__column2 {
  width: 36%;
}
.sys-grid.sys-grid--reverse.sys-grid--nogap {
  gap: 0;
}
.sys-grid.sys-grid--reverse.sys-grid--nogap .sys-grid__column1 {
  width: 56%;
}
.sys-grid.sys-grid--reverse.sys-grid--nogap .sys-grid__column2 {
  width: 44%;
}
@media (max-width: 900px) {
  .sys-grid {
    flex-direction: column-reverse;
  }
  .sys-grid--mobile-reverse-cols {
    flex-direction: column;
  }
  .sys-grid__column1 {
    width: 100%;
  }
  .sys-grid__column2 {
    width: 100%;
  }
  .sys-grid.sys-grid--narrow .sys-grid__column1, .sys-grid.sys-grid--reverse.sys-grid--nogap .sys-grid__column1, .sys-grid.sys-grid--reverse .sys-grid__column1 {
    width: 100%;
  }
  .sys-grid.sys-grid--narrow .sys-grid__column2, .sys-grid.sys-grid--reverse.sys-grid--nogap .sys-grid__column2, .sys-grid.sys-grid--reverse .sys-grid__column2 {
    width: 100%;
  }
}

.mobilenavButton__open {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 18px;
  border: none;
  background: rgba(65, 65, 65, 0.9411764706);
  border-radius: 4px;
  z-index: 10000;
  padding: 8px 15px 12px 15px;
}
.activeMobileMenu .mobilenavButton__open {
  display: none;
}
.mobilenavButton__open:hover {
  outline: 2px solid rgba(255, 255, 255, 0.3);
}
.mobilenavButton__open svg {
  position: relative;
  top: 5px;
  margin: 0;
}
@media (max-width: 715px) {
  .mobilenavButton__open {
    display: block;
  }
}

.mobilenavButton__close {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 18px;
  border: none;
  background: rgba(65, 65, 65, 0.9411764706);
  border-radius: 4px;
  z-index: 10000;
  padding: 8px 12px 12px 13px;
}
.activeMobileMenu .mobilenavButton__close {
  display: block;
}
.mobilenavButton__close:hover {
  outline: 2px solid rgba(255, 255, 255, 0.3);
}
.mobilenavButton__close svg {
  position: relative;
  top: 5px;
  margin: 0;
}
.mobilenav {
  background: #545746;
  border-left: 20px solid #888C76;
  color: #FFF;
  display: none;
  position: relative;
  z-index: -3;
  width: 0;
  height: 0;
  right: -9000px;
}
.mobilenav__active {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  max-width: 790px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  overflow: auto;
}
.mobilenav h2, .mobilenav h3, .mobilenav h4, .mobilenav h5, .mobilenav h6, .mobilenav a, .mobilenav span {
  color: #FFF;
  font-size: 1.4rem;
}
.mobilenav h2.active, .mobilenav h3.active, .mobilenav h4.active, .mobilenav h5.active, .mobilenav h6.active, .mobilenav a.active, .mobilenav span.active {
  color: #FC6E30;
}
.mobilenav__statement {
  margin: 22px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #FFF;
}
.mobilenav__statement p {
  font-size: 1.1rem;
}
.mobilenav__mainmenu {
  margin: 0 0 2rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobilenav__group {
  padding: 0;
  margin: 0;
  position: relative;
}
.mobilenav__item {
  list-style-type: none;
  cursor: pointer;
  margin: 0 0 1.2rem 0;
  display: block;
  user-select: none;
}
.mobilenav__item .hasChildren {
  display: block;
  margin: 0 0 1.2rem 0;
}
.mobilenav__item a {
  text-decoration: none;
}
.mobilenav__item.active a {
  color: #FC6E30;
}
.mobilenav__item.menu-double-gap {
  margin-bottom: 3rem;
}
.mobilenav__link {
  text-decoration: none;
}
.mobilenav__link:hover {
  text-decoration: underline;
}
@media (max-width: 715px) {
  .mobilenav__liner {
    padding: 69px 22px 22px 22px;
  }
}

.main-navigation {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu-item {
  display: inline-block;
  position: relative;
}
.main-navigation .menu-item .button, .main-navigation .menu-item #MemberLoginForm_LoginForm_action_doLogin {
  margin-left: 9px;
}
.main-navigation .menu-item:hover > .menu-link {
  color: #FC6E30;
}
.main-navigation .menu-item:hover > .menu-link.hasChildren {
  color: #FFF;
  background-color: #545746;
  border-left: 11px solid #888C76;
}
.main-navigation .menu-item:hover > .submenu {
  display: block;
}
.main-navigation .menu-link {
  display: block;
  text-decoration: none;
  padding: 10px 20px 16px;
}
.main-navigation .menu-link.hasChildren {
  cursor: default;
  border-left: 11px solid transparent;
  padding-left: 14px;
}
.main-navigation .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 20px 0 10px;
  background-color: #545746;
  border-left: 11px solid #888C76;
}
.main-navigation .submenu .submenu-item {
  display: block;
  white-space: nowrap;
}
.main-navigation .submenu .submenu-item.active .submenu-link, .main-navigation .submenu .submenu-item:hover > .submenu-link {
  color: #FC6E30;
}
.main-navigation .submenu .submenu-item .submenu-link {
  color: #FFF;
  text-decoration: none;
  padding: 8px 32px 6px 13px;
  display: block;
}
@media (max-width: 715px) {
  .main-navigation {
    display: none;
  }
}

.element {
  scroll-behavior: smooth;
}
.element *:focus {
  outline: 2px solid #F8994C !important;
  border-radius: 6px;
  border: none !important;
  text-decoration: none !important;
}
.element__wrapper {
  padding: 5rem 0 5rem;
}
.ErrorPage .element__inner {
  width: 92%;
  margin: 0 auto;
}
.element__content p:last-child {
  margin-bottom: 20px;
}
.element__subtitle {
  display: inline-block;
  margin: 0.6rem 0 1.6rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 900px) {
  .element__wrapper {
    padding: 3rem 0 3rem;
  }
  .element__title {
    font-size: 1.5rem;
  }
}

.c-header {
  min-height: 165px;
  padding-top: 70px;
}
.c-header__liner {
  position: relative;
}
@media (max-width: 900px) {
  .c-header {
    min-height: 65px;
    padding-top: 40px;
  }
}

.brand {
  transition-property: all;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.15s;
  -moz-transition-delay: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.15s;
  -o-transition-delay: 0s;
  -o-transition-timing-function: ease;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -24px;
  padding: 8px 7px 4px 9px;
  border-radius: 5px;
}
.brandH1 {
  margin: 0;
  font-size: 1rem;
}
.brand:hover {
  outline: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 900px) {
  .brand {
    left: -40px;
    scale: 0.68;
  }
}

.siteFooter {
  color: #FFF;
}
.reverse-colors .siteFooter {
  color: #545746;
}
.siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6, .siteFooter a {
  color: #FFF;
}
.reverse-colors .siteFooter h2, .reverse-colors .siteFooter h3, .reverse-colors .siteFooter h4, .reverse-colors .siteFooter h5, .reverse-colors .siteFooter h6, .reverse-colors .siteFooter a {
  color: #545746;
}
.siteFooter__liner {
  position: relative;
  max-width: 1325px;
  padding-top: 4rem;
}
.colorscheme-DarkGrey .siteFooter__liner {
  border-top: 1px solid #3D4030;
}
.siteFooter .foot-head {
  display: inline-block;
  margin: 0 0 3rem 0;
  width: 100%;
}
.siteFooter .colGroup {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin: 0 0 4rem 0;
}
.siteFooter .column1 {
  width: 50%;
}
.siteFooter .column2 {
  width: 50%;
}
.siteFooter .button, .siteFooter #MemberLoginForm_LoginForm_action_doLogin {
  margin: 0 0 2rem 0;
}
.siteFooter .foot {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2rem;
}
.siteFooter .legals ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.siteFooter .legals ul li {
  list-style-type: none;
}
.siteFooter .legals ul li a {
  text-decoration: none;
  padding: 10px 0;
  margin: 0 2rem 0 0;
}
.siteFooter .legals ul li a:hover {
  color: #FC6E30;
}
.siteFooter .services-nav ul {
  margin: 0;
}
.siteFooter .services-nav ul li {
  list-style-type: none;
}
.siteFooter .services-nav ul li a {
  text-decoration: none;
  font-size: 1.6rem;
}
.siteFooter .services-nav ul li a:hover, .siteFooter .services-nav ul li a.current {
  color: #FC6E30;
}
@media (max-width: 900px) {
  .siteFooter .colGroup {
    display: block;
    margin: 0 0 4rem 0;
  }
  .siteFooter .column1,
  .siteFooter .column2 {
    width: 100%;
  }
  .siteFooter .foot {
    display: block;
  }
  .siteFooter .legals ul {
    display: block;
  }
  .siteFooter .legals ul li a {
    padding: 10px 0;
    margin: 0 0 0 0;
  }
}

.gdpr-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 76px;
  right: 16px;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #212121;
  border: 1px solid #333;
}
.gdpr-popup a {
  color: #FFF;
}
@media (max-width: 900px) {
  .gdpr-popup {
    bottom: 10px;
  }
}

.security {
  text-align: left;
}
.security input.text {
  width: 100%;
}
.security input {
  display: inline-block;
  width: auto;
}
.security label {
  display: inline-block;
}
.security legend,
.security label {
  margin: 0 0 5px 0;
}
.security #ForgotPassword,
.security .field.checkbox {
  display: none;
}
.security__group {
  margin: 5rem auto 0 auto;
  width: 50vw;
  padding: 3rem 7rem;
  border-radius: 14px;
}
.security__title {
  margin: 0 0 2rem;
}
@media (max-width: 715px) {
  .security__group {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 1rem;
    min-width: 90vw;
    border-radius: 4px;
  }
}

.service-header .element__wrapper {
  padding-top: 7rem;
}
.service-header .sys-grid__img {
  position: relative;
  top: -6%;
}
.service-header .sys-grid__img img {
  width: 100%;
  height: auto;
  clip-path: polygon(26.5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-header .service-blurb {
  width: 95%;
}
@media (max-width: 1224px) {
  .service-header .sys-grid__img {
    top: 0;
  }
}
@media (max-width: 900px) {
  .service-header .element__wrapper {
    padding-top: 4rem;
  }
  .service-header .service-blurb {
    width: 100%;
  }
  .service-header .sys-grid__img {
    margin-top: 2rem;
  }
  .service-header .sys-grid__img img {
    width: 100%;
    height: auto;
    clip-path: none;
  }
}

.heroelement .element__wrapper {
  padding-top: 7rem;
}
.heroelement .element__wrapper .element__inner {
  max-width: 1100px;
}
@media (max-width: 900px) {
  .heroelement .element__wrapper {
    padding-top: 4rem;
  }
}

.statementelement .mainheading .h6, .statementelement .mainheading h6, .statementelement .mainheading .h5, .statementelement .mainheading h5, .statementelement .mainheading .h4, .statementelement .mainheading h4, .statementelement .mainheading .h3, .statementelement .mainheading h3, .statementelement .mainheading .h2, .statementelement .mainheading h2, .statementelement .mainheading .h1, .statementelement .mainheading .mobilenav__link, .statementelement .mainheading h1 {
  margin-bottom: 1rem;
}
.statementelement .blurb p:last-child {
  margin: 0 0 2rem;
}
.statementelement .button, .statementelement #MemberLoginForm_LoginForm_action_doLogin {
  margin: 0 0 2rem;
}
.statementelement .sys-grid__img img {
  width: 60%;
}
@media (max-width: 900px) {
  .statementelement .sys-grid__img {
    display: none;
  }
}

.vimeo__wrapper {
  margin: 0;
  padding: 0 0 56.45%;
  position: relative;
}
.vimeo__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
}
.sixpackelement .colGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 2rem 0 0 0;
}
.sixpackelement .colGroup__item {
  position: relative;
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  box-sizing: border-box;
  background-color: #333;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sixpackelement .colGroup__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 16px solid #FC6E30;
  border-bottom: 30px solid transparent;
}
.sixpackelement .colGroup__item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  width: 100%;
}
.sixpackelement .colGroup__item a:hover {
  outline: 1px solid #666;
}
.sixpackelement .colGroup__item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sixpackelement .colGroup__item__text {
  flex-grow: 1;
  padding: 0 18px 0 25px;
}
.sixpackelement .colGroup__item__image {
  width: 90px;
  height: auto;
  object-fit: cover;
}
.sixpackelement .colGroup__item__image-placeholder {
  width: 120px;
  height: 80px;
  background-color: #555;
}
.sixpackelement .colGroup__item__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media (max-width: 900px) {
  .sixpackelement .colGroup {
    display: block;
  }
  .sixpackelement .colGroup__item {
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
}

.logogridelement .element__wrapper {
  padding-top: 0;
}
.logogridelement .clientBlock__group {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 3vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 -2vw;
}
.logogridelement .clientBlock__item {
  text-align: center;
}
.logogridelement .clientBlock__link img {
  width: 100%;
  border-radius: 4px;
  opacity: 0.96;
}
.logogridelement .clientBlock__link img:hover {
  outline: 1px solid #F8994C;
}
@media (max-width: 800px) {
  .logogridelement .element__wrapper {
    padding-top: 3rem;
  }
  .logogridelement .clientBlock__group {
    grid-template-columns: 1fr 1fr;
  }
}

.serviceelement .sys-grid__column2 {
  display: flex;
  align-items: center;
}
.serviceelement .sys-grid__img {
  width: 50%;
}
.colorscheme-White .serviceelement .sys-grid__img img {
  filter: brightness(0.6) contrast(1.5) saturate(1.3) grayscale(0.2) sepia(0.3) hue-rotate(45deg);
}
@media (max-width: 900px) {
  .serviceelement .sys-grid__img {
    display: none;
  }
}

.testimonialelement .sys-grid__img {
  position: relative;
  top: -6%;
}
.testimonialelement .sys-grid__img img {
  width: 100%;
  height: auto;
  clip-path: polygon(16.2% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.testimonialelement .sys-grid__img--reverse {
  position: relative;
  top: 2%;
}
.testimonialelement .sys-grid__img--reverse img {
  width: 100%;
  height: auto;
  clip-path: polygon(0% 0%, 100% 0%, 67.8% 100%, 0% 100%);
}
.testimonialelement .testimonial-heading {
  margin-bottom: 0;
}
.testimonialelement .testimonial-name {
  color: #FC6E30;
}
.testimonialelement .testimonial-blurb {
  width: 95%;
}
@media (max-width: 1224px) {
  .testimonialelement .sys-grid__img {
    top: 0;
  }
}
@media (max-width: 900px) {
  .testimonialelement .testimonial-blurb {
    width: 100%;
  }
  .testimonialelement .sys-grid__img {
    margin-top: 2rem;
  }
  .testimonialelement .sys-grid__img img {
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .testimonialelement .sys-grid__img--reverse {
    margin-top: 2rem;
  }
  .testimonialelement .sys-grid__img--reverse img {
    width: 100%;
    height: auto;
    clip-path: none;
  }
}

.gallerySlideShow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2.5rem 0 0 0;
}
.gallerySlideShow__item {
  display: none;
  position: relative;
}
.gallerySlideShow__item.active {
  display: block;
}
.gallerySlideShow__item .galleyFigure {
  margin: 0;
  padding: 0;
  height: 25vw;
  max-height: 340px;
}
.gallerySlideShow__item .galleyFigure img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.gallerySlideShow__caption {
  position: absolute;
  top: 4rem;
  left: 115%;
  width: 40%;
  font-size: 1rem;
  max-width: 770px;
  margin: 0;
  padding: 1rem 0 1rem 0;
}
.gallerySlideShow__controls {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  .gallerySlideShow__item .galleyFigure {
    height: 55vw;
    max-height: 1340px;
  }
  .gallerySlideShow__caption {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
  }
}

.carousel-nav {
  display: flex;
  gap: 20px;
}

.buttonCarousel {
  background-color: #E8773D; /* Orange color from your image */
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.buttonCarousel:hover {
  background-color: #D16B34; /* Slightly darker orange on hover */
}

.buttonCarousel::before {
  content: "‹"; /* Unicode Left arrow */
  font-size: 33px;
  color: white;
  font-weight: bold;
  position: relative;
  top: 1px;
  left: -0.5px;
}

.nextServiceBtn::before {
  content: "›"; /* Unicode Right arrow */
  left: 0.5px;
}

.contentsliderelement,
.servicessliderelement {
  position: relative;
}
.contentsliderelement h2,
.servicessliderelement h2 {
  margin-bottom: 1rem;
}
.contentsliderelement__controls,
.servicessliderelement__controls {
  position: absolute;
  top: 4.5rem;
  right: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  .contentsliderelement__controls,
  .servicessliderelement__controls {
    top: 2.5rem;
  }
}

.services-slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 1rem;
  margin: 0 -1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.services-slider::-webkit-scrollbar {
  display: none;
}
.services-slider .service-card {
  position: relative;
  min-width: 28%;
  flex: 1 1 30%;
  max-width: 30%;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.2666666667));
  color: #fff;
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.services-slider .service-card:hover {
  transform: scale(1.05);
}
.services-slider .service-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.services-slider .service-card__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 20px;
}
.services-slider .service-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.services-slider .service-card__blurb, .services-slider .service-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  color: #ccc;
}
.services-slider .service-card__image-placeholder {
  width: 100%;
  height: 250px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .services-slider .service-card {
    min-width: 88%;
    flex: 1 1 80%;
    max-width: 90%;
  }
  .services-slider .service-card__image {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}

.imageelement .element__inner {
  margin: 0 auto;
}
.imageelement .element__inner img {
  width: 100%;
}
.paragraph_monster h2, .paragraph_monster p, .paragraph_monster strong, .paragraph_monster em {
  font-size: 4rem;
}
@media (max-width: 900px) {
  .paragraph_monster h2, .paragraph_monster p, .paragraph_monster strong, .paragraph_monster em {
    font-size: 2rem;
  }
}
.paragraph_monster strong {
  font-size: 6rem;
  color: #FC6E30;
}
@media (max-width: 900px) {
  .paragraph_monster strong {
    font-size: 3rem;
  }
}

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