@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button,
a.button {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--text-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover,
a.button:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bar-header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.bar-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #4D5259;
}
.bar-header h1,
.bar-header h2,
.bar-header h3,
.bar-header h4,
.bar-header h5,
.bar-header h6 {
  position: relative;
  float: left;
}
.bar-header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .bar-header:before {
    width: 220px;
  }
  .bar-header h1,
  .bar-header h2,
  .bar-header h3,
  .bar-header h4,
  .bar-header h5,
  .bar-header h6 {
    font-size: 4.5rem;
  }
  .bar-header a {
    color: var(--text-link-color);
  }
}
.header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  position: relative;
  float: left;
}
.header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .header h1,
  .header h2,
  .header h3,
  .header h4,
  .header h5,
  .header h6 {
    font-size: 4.5rem;
  }
  .header a {
    color: var(--text-link-color);
  }
}
/*! 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 */
}
/* Sections
	========================================================================== */
/**
* 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 var(--button-text-color);
}
/**
* 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] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--primary-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus-visible,
a:visited:focus-visible {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited: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;
  line-height: 1.2;
  font-family: var(--heading-font);
  font-size: 3rem;
  color: var(--heading-color);
  padding-bottom: 15px;
  font-weight: 400;
}
h1 p,
.h1 p,
h2 p,
.h2 p,
h3 p,
.h3 p,
h4 p,
.h4 p,
h5 p,
.h5 p {
  line-height: 1.2 !important;
}
h2,
.h2 {
  font-size: 4.5rem;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid #4786C6;
  color: var(--text-color);
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
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;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
}
form .iwrap {
  padding-bottom: 15px;
}
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%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 3px;
  background-color: #E8EDEC;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #E8EDEC;
  font-family: var(--text-font);
  box-sizing: border-box;
  max-height: 500px;
  resize: vertical;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--text-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--button-bg-color);
  min-width: 200px;
  text-transform: uppercase;
  border: 0;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group {
  padding-bottom: 0;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  vertical-align: super;
}
@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%;
    padding-bottom: 12px;
  }
  .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%;
}
body {
  font-size: 2.25rem;
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  background-color: var(--page-bg-color);
}
p {
  line-height: 1.25;
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1287px;
  width: 100%;
}
.inner > header {
  padding-bottom: 35px;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  background-color: var(--page-bg-color);
}
#topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  background: transparent;
  z-index: 100000;
  transition: all ease 0.3s;
  color: var(--heading-color-alt);
  text-align: center;
  min-height: 60px;
  padding: 20px;
  transition: ease all 0.3s;
}
#topbar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-bg-color);
  opacity: 0;
  transition: opacity ease 0.3s;
}
#topbar .logo {
  margin-right: 10px;
}
#topbar .logo img {
  filter: invert(0.8);
  transition: all ease 0.3s;
  height: 100%;
  object-fit: contain;
}
#topbar .inner {
  display: flex;
  justify-content: space-between;
}
#topbar nav {
  display: none;
}
#topbar .logo {
  height: 40px;
}
#topbar .logo a {
  height: 60px;
  align-items: center;
  display: flex;
}
#topbar #grip {
  height: 60px;
  width: 60px;
}
#topbar #grip svg {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  fill: var(--heading-color);
  transition: all ease 0.3s;
}
#topbar #grip svg * {
  transition: all ease 0.3s;
  fill: var(--heading-color);
  stroke: var(--heading-color);
}
@media screen and (min-width: 768px) {
  #topbar .logo {
    height: 60px;
  }
  #topbar .logo a {
    height: 60px;
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  #topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    background: transparent;
    z-index: 100000;
    transition: all ease 0.3s;
  }
  #topbar .inner {
    justify-content: start;
  }
  #topbar nav {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  #topbar nav > ul {
    display: flex;
    justify-content: start;
    margin-top: 15px;
  }
  #topbar nav li {
    position: relative;
  }
  #topbar nav a {
    color: var(--heading-color);
    font-size: 2rem;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: ease all 0.3s;
    letter-spacing: 2px;
  }
  #topbar nav a:hover,
  #topbar nav a:focus-visible {
    opacity: 0.6;
  }
  #topbar nav .dropdown {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: calc(6ch + 30px);
  }
  #topbar nav .dropdown-btn {
    margin: 0;
    width: fit-content;
    background: none;
    border: none;
    color: var(--heading-color);
    font-size: 2rem;
    text-transform: uppercase;
    transition: ease all 0.3s;
    cursor: pointer;
    line-height: 1.6;
    padding: 3px 15px;
    letter-spacing: 2px;
  }
  #topbar nav .dropdown-btn:hover,
  #topbar nav .dropdown-btn:focus-visible {
    opacity: 0.6;
  }
  #topbar nav .dropdown-menu {
    display: none;
    width: 100%;
    z-index: 2;
    transition: ease all 0.3s;
    color: currentColor;
    text-align: left;
    flex-direction: column;
    margin: 0;
  }
  #topbar nav .dropdown-menu.show {
    display: flex;
  }
  #topbar #grip {
    display: none;
  }
}
.scrolled #topbar:before {
  opacity: 0.5;
}
.scrolled #topbar a {
  color: var(--heading-color-alt);
}
.scrolled #topbar .dropdown-btn {
  color: var(--heading-color-alt);
}
.scrolled #topbar .logo img {
  filter: invert(0);
}
.scrolled #topbar #grip svg {
  fill: var(--heading-color-alt);
}
.scrolled #topbar #grip svg * {
  fill: var(--heading-color-alt);
  stroke: var(--heading-color-alt);
}
.block.hero {
  position: relative;
  text-align: center;
  color: var(--heading-color-alt);
  font-size: 2.6rem;
  font-family: var(--heading-font);
  height: 100vh;
  height: 100dvh;
  min-height: fit-content;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 0 20px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.block.hero .inner {
  margin: 0 auto;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.block.hero.light::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 33%);
  z-index: 1;
  pointer-events: none;
}
.block.hero .content {
  padding: 150px 0 60px;
  max-width: 800px;
  position: relative;
}
.block.hero .content * {
  text-align: left;
}
.block.hero .content:after {
  position: absolute;
  top: 130px;
  height: 3px;
  left: 0;
  width: 150px;
  content: "";
  border-top: 4px solid var(--heading-color-alt);
  border-bottom: 4px solid var(--heading-color-alt);
  opacity: 0.8;
}
.block.hero .content p {
  line-height: 1.2;
}
.block.hero h1,
.block.hero h2,
.block.hero h3,
.block.hero h4,
.block.hero h5,
.block.hero h6 {
  color: var(--heading-color-alt);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 4.5rem;
  line-height: 1.2;
  position: relative;
  width: 100%;
  padding: 0;
}
.block.hero.alt {
  height: 75vh;
}
.block.hero.alt .inner {
  position: relative;
}
.block.hero.video {
  overflow: hidden;
  padding: 0 !important;
  height: 100vh;
  height: 100dvh;
}
.block.hero.video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block.hero.video .inner {
  display: flex;
  align-items: center;
}
.block.hero.video-mixer {
  overflow: hidden;
  padding: 0 !important;
  height: 100vh;
  height: 100dvh;
}
.block.hero.video-mixer video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block.hero.video-mixer .inner {
  display: flex;
  align-items: center;
}
.block.hero.video-mixer .content {
  width: 100%;
}
.block.hero .place-box {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding: 15px;
  color: var(--heading-color);
}
.block.hero .place-box h1,
.block.hero .place-box h2,
.block.hero .place-box h3,
.block.hero .place-box h4,
.block.hero .place-box h5,
.block.hero .place-box h6 {
  font-weight: bold;
  font-size: 2.5rem;
  text-shadow: none;
  color: var(--heading-color);
  text-transform: none;
}
.block.hero .box-address * {
  font-size: 2.6rem;
}
.block.hero .box-misc {
  padding: 30px 0;
}
.block.hero .box-misc a {
  text-decoration: underline;
}
.block.hero .box-misc a:hover {
  text-decoration: none;
}
.block.hero .box-actions {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block.hero .box-actions > div {
  display: flex;
  flex-direction: column;
}
.block.hero .box-actions a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-family: var(--text-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  background: var(--button-bg-color);
  border: 0;
  float: left;
  width: calc(100% - 40px);
  max-width: 300px;
  padding: 8px 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.block.hero .box-actions a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.hero .box-misc * {
  font-family: var(--text-font);
}
.block.hero .box-misc p {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.hero {
    min-height: 800px;
  }
  .block.hero h1,
  .block.hero h2,
  .block.hero h3,
  .block.hero h4,
  .block.hero h5,
  .block.hero h6 {
    font-size: 5rem;
  }
  .block.hero.alt {
    min-height: 600px;
  }
  .block.hero.video-mixer video {
    display: block;
  }
  .block.hero h1,
  .block.hero h2,
  .block.hero h3,
  .block.hero h4,
  .block.hero h5,
  .block.hero h6 {
    font-size: 6.5rem;
  }
  .block.hero .place-box {
    width: 688px;
    max-width: 100%;
    padding: 40px;
    margin: 0 0 100px;
  }
  .block.hero .place-box h1,
  .block.hero .place-box h2,
  .block.hero .place-box h3,
  .block.hero .place-box h4,
  .block.hero .place-box h5,
  .block.hero .place-box h6 {
    font-size: 4.5rem;
    font-weight: 400;
  }
  .block.hero .box-misc {
    display: flex;
    justify-content: space-between;
  }
  .block.hero .box-misc * {
    font-family: var(--text-font);
  }
  .block.hero .box-misc p {
    font-weight: 400;
  }
  .block.hero .box-address {
    width: 45%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block.hero .box-contact {
    width: 50%;
  }
  .block.hero .box-actions {
    margin-bottom: 0;
  }
  .block.hero .box-actions a {
    padding: 8px 20px;
    font-size: 2rem;
    font-weight: bold;
  }
}
#rs-builder .block.hero {
  height: 800px;
}
.block.counts,
.block.text-icon {
  position: relative;
  padding: 40px 20px;
}
.block.counts .inner,
.block.text-icon .inner {
  display: flex;
  flex-wrap: wrap;
}
.block.counts .icon,
.block.text-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.block.counts .icon img,
.block.text-icon .icon img {
  width: 50px;
  height: 50px;
}
.block.counts ul,
.block.text-icon ul {
  position: relative;
  text-transform: uppercase;
  color: var(--text-color-alt);
  width: 100%;
}
.block.counts li,
.block.text-icon li {
  list-style: none;
  font-size: 5rem;
  line-height: 0.8em;
  text-align: center;
  padding-bottom: 15px;
}
.block.counts strong,
.block.text-icon strong,
.block.counts b,
.block.text-icon b {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  color: var(--text-color-alt);
  letter-spacing: 1px;
  font-weight: 500;
}
.block.counts article,
.block.text-icon article {
  text-align: center;
  color: var(--text-color-alt);
  font-size: 1.8rem;
  width: 100%;
}
.block.counts header,
.block.text-icon header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.block.counts header:before,
.block.text-icon header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #4D5259;
}
.block.counts header h1,
.block.text-icon header h1,
.block.counts header h2,
.block.text-icon header h2,
.block.counts header h3,
.block.text-icon header h3,
.block.counts header h4,
.block.text-icon header h4,
.block.counts header h5,
.block.text-icon header h5,
.block.counts header h6,
.block.text-icon header h6 {
  position: relative;
  float: left;
}
.block.counts header a,
.block.text-icon header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.counts header:before,
  .block.text-icon header:before {
    width: 220px;
  }
  .block.counts header h1,
  .block.text-icon header h1,
  .block.counts header h2,
  .block.text-icon header h2,
  .block.counts header h3,
  .block.text-icon header h3,
  .block.counts header h4,
  .block.text-icon header h4,
  .block.counts header h5,
  .block.text-icon header h5,
  .block.counts header h6,
  .block.text-icon header h6 {
    font-size: 4.5rem;
  }
  .block.counts header a,
  .block.text-icon header a {
    color: var(--text-link-color);
  }
}
@media screen and (min-width: 768px) {
  .block.counts ul,
  .block.text-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block.counts ul strong,
  .block.text-icon ul strong,
  .block.counts ul b,
  .block.text-icon ul b {
    padding-top: 15px;
    line-height: 1em;
  }
  .block.counts ul li,
  .block.text-icon ul li {
    width: 33%;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .block.counts ul li + li,
  .block.text-icon ul li + li {
    position: relative;
    padding-left: 12px;
    width: calc(33% - 12px);
  }
  .block.counts ul li + li:after,
  .block.text-icon ul li + li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    border-left: 4px solid var(--text-color-alt);
    border-right: 4px solid var(--text-color-alt);
    opacity: 0.8;
  }
  .block.counts.alt li + li,
  .block.text-icon.alt li + li {
    width: calc(25% - 12px);
  }
  .block.counts article,
  .block.text-icon article {
    font-size: 3.75rem;
    margin: 0 auto 50px;
    max-width: 900px;
    line-height: 1.2;
  }
  .block.counts article p,
  .block.text-icon article p {
    line-height: 1.2;
  }
  .block.counts header,
  .block.text-icon header {
    width: 30%;
  }
  .block.counts header + ul,
  .block.text-icon header + ul {
    width: 65%;
    margin-top: -12px;
  }
  .block.counts header + ul li,
  .block.text-icon header + ul li {
    font-size: 4rem;
  }
}
.block.text-icon {
  padding: 60px 20px 20px;
}
#mainwrap > .block.counts:first-child {
  padding-top: 200px;
}
.block.text-icon + .block.counts {
  padding-top: 0;
}
.block.image-right {
  position: relative;
  background: var(--primary-bg-color);
  box-sizing: border-box;
}
.block.image-right .inner {
  box-sizing: border-box;
  padding: 40px 20px;
}
.block.image-right article {
  color: var(--heading-color-alt);
}
.block.image-right article p {
  text-align: left;
  margin-bottom: 20px;
}
.block.image-right article h1,
.block.image-right article h2,
.block.image-right article h3,
.block.image-right article h4,
.block.image-right article h5,
.block.image-right article h6 {
  color: var(--heading-color-alt);
  text-align: left;
}
.block.image-right article ul,
.block.image-right article ol {
  margin-top: 30px;
  margin-left: 40px;
}
.block.image-right article ul li p,
.block.image-right article ol li p {
  margin: 0;
}
.block.image-right article a {
  border: 2px solid var(--button-text-color);
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  background-color: transparent;
  color: var(--button-text-color);
  cursor: pointer;
  line-height: 1.15;
  height: auto;
}
.block.image-right article a:hover,
.block.image-right article a:focus-visible,
.block.image-right article a:active {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.image-right aside {
  width: 100%;
}
.block.image-right aside img {
  display: block;
}
@media screen and (min-width: 768px) {
  .block.image-right .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.image-right article {
    position: relative;
    padding: 0 80px 0 0;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .block.image-right article:before {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 9999px;
    bottom: 0;
    content: "";
    background: var(--primary-bg-color);
  }
  .block.image-right article > * {
    width: 100%;
    text-align: center;
  }
  .block.image-right article h1,
  .block.image-right article h2,
  .block.image-right article h3,
  .block.image-right article h4,
  .block.image-right article h5,
  .block.image-right article h6 {
    padding-bottom: 40px;
  }
  .block.image-right aside {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .block.image-right aside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .block.image-right {
    padding: 40px 20px;
  }
  .block.image-right .inner {
    padding: 0;
  }
}
.block.counts + .block.image-right {
  padding-top: 50px;
}
.block.counts + .block.image-right aside {
  top: 0;
}
.block.hero-image {
  position: relative;
  padding: 25vh 0;
  text-align: center;
}
.block.hero-image h1,
.block.hero-image h2,
.block.hero-image h3,
.block.hero-image h4,
.block.hero-image h5,
.block.hero-image h6 {
  color: var(--heading-color-alt);
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .block.hero-image {
    padding: 29vh 0;
  }
}
.block.image-wide {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .block.image-wide {
    height: 300px;
  }
}
@media screen and (min-width: 980px) {
  .block.image-wide {
    height: 400px;
  }
}
.block.video {
  position: relative;
  background: #ddd;
}
.block.video .inner {
  max-width: 100%;
}
.block.video.small {
  background: none;
  padding: 20px 20px 60px;
}
.block.video.small .inner {
  max-width: 760px;
}
.block.video.simple {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
  background: none !important;
}
.block.video.simple video {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none;
  padding: 0 !important;
  margin: 0 !important;
}
.block.square-blocks {
  position: relative;
  padding: 70px 20px 50px;
}
.block.square-blocks header {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 12px;
  justify-content: space-between;
}
.block.square-blocks header h1,
.block.square-blocks header h2,
.block.square-blocks header h3,
.block.square-blocks header h4,
.block.square-blocks header h5,
.block.square-blocks header h6 {
  position: relative;
  float: left;
}
.block.square-blocks header a {
  float: right;
  color: var(--text-link-color);
}
@media screen and (min-width: 768px) {
  .block.square-blocks header h1,
  .block.square-blocks header h2,
  .block.square-blocks header h3,
  .block.square-blocks header h4,
  .block.square-blocks header h5,
  .block.square-blocks header h6 {
    font-size: 4.5rem;
  }
}
.block.square-blocks .inner.alt {
  width: 100%;
  max-width: 100%;
}
.block.square-blocks ul {
  padding-top: 30px;
}
.block.square-blocks li {
  position: relative;
  width: 280px;
  margin: auto auto 10px;
  list-style: none;
}
.block.square-blocks li > a {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.block.square-blocks li > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
}
.block.square-blocks li > a .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  text-align: center;
  color: var(--heading-color-alt);
  width: 100%;
  padding-top: 40%;
  transition: ease all 0.3s;
  display: block;
}
.block.square-blocks li > a .content strong,
.block.square-blocks li > a .content b {
  display: block;
  text-align: center;
  width: 100%;
}
.block.square-blocks li > a .content h3 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--heading-color-alt);
  font-family: var(--main);
  text-align: center;
}
.block.square-blocks li > a:hover img {
  transform: scale(1.1);
}
.block.square-blocks li > a:hover .content {
  opacity: 1;
}
.block.square-blocks header h2 {
  width: 100%;
}
.block.square-blocks h2 a {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 8px;
  font-family: var(--text-font);
  padding-right: 40px;
  background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMSA4YS41LjUgMCAwIDEgLjUtLjVoMTEuNzkzbC0zLjE0Ny0zLjE0NmEuNS41IDAgMCAxIC43MDgtLjcwOGw0IDRhLjUuNSAwIDAgMSAwIC43MDhsLTQgNGEuNS41IDAgMCAxLS43MDgtLjcwOEwxMy4yOTMgOC41SDEuNUEuNS41IDAgMCAxIDEgOCIvPgo8L3N2Zz4=') center right no-repeat;
  background-size: 30px;
  background-position: right 7px;
}
@media screen and (min-width: 768px) {
  .block.square-blocks .inner.alt {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }
  .block.square-blocks ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .block.square-blocks li {
    position: relative;
    box-sizing: border-box;
    width: calc(25% - 6px);
    margin: 0;
  }
  .block.square-blocks li > a {
    width: 100%;
  }
  .block.square-blocks li > a .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    align-items: center;
    text-align: center;
    color: var(--heading-color-alt);
    width: 100%;
    transition: ease all 0.3s;
    opacity: 0;
    padding-top: 48%;
  }
  .block.square-blocks li > a .content strong,
  .block.square-blocks li > a .content b {
    display: block;
    text-align: center;
    width: 100%;
  }
  .block.square-blocks li > a .content h3 {
    width: 100%;
  }
  .block.square-blocks li > a:hover img {
    transform: scale(1.1);
  }
  .block.square-blocks li > a:hover .content {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .block.square-blocks li .content {
    background: none;
  }
}
#rs-builder .block.text-gallery .iwrap:after {
  display: none;
}
#rs-builder .block.square-blocks li {
  max-width: 25% !important;
}
#rs-builder .inner.alt {
  max-width: 100% !important;
}
.block.team {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  text-align: center;
}
.block.team .inner {
  max-width: 100%;
}
.block.team ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block.team li {
  position: relative;
  width: 100%;
  list-style: none;
  overflow: hidden;
  text-align: left;
  user-select: none;
  cursor: pointer;
}
.block.team li:hover img {
  filter: grayscale(0);
}
.block.team li.active:after,
.block.team li:hover:after {
  position: absolute;
  bottom: -30px;
  left: 42%;
  height: 40px;
  width: 40px;
  content: " ";
  background: var(--primary-bg-color);
  transform: rotate(45deg);
}
.block.team li.active img,
.block.team li:hover img {
  filter: grayscale(0);
}
.block.team img {
  display: block;
  width: 100%;
  filter: grayscale(1);
  transition: ease all 0.4s;
}
.block.team .bio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(37, 40, 42, 0.7);
  text-align: left;
}
.block.team .bio * {
  font-size: 1.45rem;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  color: var(--heading-color-alt);
}
.block.team .bio svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}
.block.team .bio svg + svg {
  display: none;
}
.block.team li.active .bio svg {
  display: none;
}
.block.team li.active .bio svg + svg {
  display: block;
}
.block.team .bio-long {
  position: relative;
  background: var(--primary-bg-color);
  padding: 20px;
  color: #eee;
  display: none;
  text-align: left;
}
.block.team .bio-long h2 {
  color: var(--heading-color-alt);
  padding-bottom: 0;
}
.block.team .bio-long h2 + p {
  padding-bottom: 15px;
}
.block.team .bio-long p {
  line-height: 28px;
  padding-bottom: 10px;
}
.block.team .bio-long a {
  color: var(--heading-color-alt);
}
.block.team .bio-long span {
  display: inline-block;
  background: #A1A1A1;
  height: 28px;
  width: 28px;
  margin-right: 5px;
  text-align: center;
}
.block.team .bio-long span svg {
  margin-top: 4px;
  display: inline-block;
}
.block.team .bio-long a.get-vcard {
  border: 1px solid #eee;
  padding: 6px 8px;
  font-size: 13px;
}
.block.team .bio-long a.get-vcard:hover {
  background: #000;
}
.block.team #bio-row {
  position: relative;
  padding: 12px;
  background: var(--primary-bg-color);
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -1px;
}
.block.team #bio-row .bio-long {
  display: block !important;
}
.block.team nav {
  position: relative;
  border: 1px solid var(--text-color-alt);
  margin-bottom: 50px;
  margin: auto;
  width: auto;
}
.block.team nav a {
  position: relative;
  line-height: 25px;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  align-items: center;
  display: block;
  height: 50px;
  font-size: 2rem;
}
.block.team nav a:hover,
.block.team nav a.active {
  background: #000;
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.team li {
    width: 25%;
    box-sizing: border-box;
    border: 4px solid transparent;
  }
}
@media screen and (min-width: 980px) {
  .block.team .block-nav {
    display: inline-block;
    margin: auto;
  }
  .block.team nav {
    position: relative;
    border: 1px solid var(--text-color-alt);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 50px;
  }
  .block.team nav a {
    position: relative;
    line-height: 25px;
    min-height: 50px;
    padding: 10px 20px;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: normal;
  }
  .block.team nav a:hover {
    background: #000;
    color: var(--heading-color-alt);
  }
  .block.team li {
    width: 14.2857%;
  }
  .block.team #bio-row {
    padding: 60px 25px;
  }
  .block.team .long-meta {
    float: left;
    width: 25%;
  }
  .block.team .long-meta p:last-of-type {
    padding-top: 15px;
  }
  .block.team .long-bio {
    float: right;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .block.team .block-nav nav {
    border: 0;
    margin-bottom: 30px;
  }
  .block.team .block-nav nav a {
    display: none;
    background: none;
    color: #000;
    text-align: left;
    font-weight: normal;
    height: auto;
    padding-left: 0;
  }
  .block.team .block-nav nav a.active {
    border-bottom: 1px solid #000;
    display: block;
    background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4Ii8+Cjwvc3ZnPg==') no-repeat;
    background-size: 16px;
    background-position: right center;
  }
  .block.team .block-nav nav a br {
    display: none;
  }
  .block.team .block-nav nav.show a {
    display: block;
  }
}
.block.two-column-text {
  background-color: var(--secondary-bg-color);
  padding: 50px 20px;
}
.block.two-column-text * {
  color: var(--heading-color-alt);
}
.block.two-column-text .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color-alt);
  border-bottom: 4px solid var(--heading-color-alt);
  opacity: 0.8;
}
.block.two-column-text.alt {
  background-color: var(--primary-bg-color);
}
.block.two-column-text .title {
  margin-top: 20px;
  padding-bottom: 10px;
}
.block.two-column-text .col {
  line-height: 2;
}
.block.two-column-text .col p,
.block.two-column-text .col ul,
.block.two-column-text .col ol,
.block.two-column-text .col dl {
  padding-bottom: 1.5em;
}
.block.two-column-text .col ul,
.block.two-column-text .col ol {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .block.two-column-text article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.two-column-text article .col {
    width: 49%;
    padding: 0 80px 0 0;
    box-sizing: border-box;
  }
  .block.two-column-text .title {
    width: 60%;
  }
}
.block.center-feature {
  position: relative;
  padding: 30px;
  color: var(--heading-color-alt);
  overflow: hidden;
}
.block.center-feature h1,
.block.center-feature h2,
.block.center-feature h3,
.block.center-feature h4,
.block.center-feature h5,
.block.center-feature h6 {
  color: var(--heading-color-alt);
  text-align: center;
}
.block.center-feature article {
  position: relative;
  padding: 20px;
  color: var(--heading-color-alt);
  text-align: center;
  box-sizing: border-box;
  max-width: 800px;
  margin: auto;
}
.block.center-feature article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-bg-color);
  opacity: 0.95;
  z-index: 1;
}
.block.center-feature article * {
  position: relative;
  z-index: 2;
}
.block.center-feature article strong,
.block.center-feature article b {
  text-transform: none;
  display: inline;
}
.block.center-feature article a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--text-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.center-feature article a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.center-feature article p {
  padding-bottom: 15px;
}
.block.center-feature.light article {
  color: var(--text-color-alt);
}
.block.center-feature.light article:before {
  background: #fff;
  opacity: 0.7;
}
.block.center-feature.light article h1,
.block.center-feature.light article h2,
.block.center-feature.light article h3,
.block.center-feature.light article h4,
.block.center-feature.light article h5,
.block.center-feature.light article h6 {
  color: var(--text-color-alt);
}
.block.center-feature.light article a {
  border: 1px solid var(--text-color-alt);
  color: var(--text-color-alt);
}
.block.center-feature.light article a:hover,
.block.center-feature.light article a:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
@media screen and (min-width: 768px) {
  .block.center-feature {
    padding: 140px 0;
  }
  .block.center-feature article {
    padding: 40px 20px;
  }
  .block.center-feature article h1,
  .block.center-feature article h2,
  .block.center-feature article h3,
  .block.center-feature article h4,
  .block.center-feature article h5,
  .block.center-feature article h6 {
    font-size: 4.5rem;
    max-width: 80%;
    margin: auto;
  }
  .block.center-feature article strong,
  .block.center-feature article b {
    font-weight: 900;
  }
  .block.center-feature article a {
    padding: 15px 90px;
  }
  .block.center-feature .plax {
    position: absolute;
    top: 0;
    left: -200px;
    right: -200px;
    bottom: -350px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.block.text-gallery {
  position: relative;
  padding: 50px 20px;
}
.block.text-gallery header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  display: block;
  overflow: hidden;
}
.block.text-gallery header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #4D5259;
}
.block.text-gallery header h1,
.block.text-gallery header h2,
.block.text-gallery header h3,
.block.text-gallery header h4,
.block.text-gallery header h5,
.block.text-gallery header h6 {
  position: relative;
  float: left;
}
.block.text-gallery header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.text-gallery header:before {
    width: 220px;
  }
  .block.text-gallery header h1,
  .block.text-gallery header h2,
  .block.text-gallery header h3,
  .block.text-gallery header h4,
  .block.text-gallery header h5,
  .block.text-gallery header h6 {
    font-size: 4.5rem;
  }
  .block.text-gallery header a {
    color: var(--text-link-color);
  }
}
.block.text-gallery li {
  position: relative;
  list-style: none;
}
.block.text-gallery .iwrap {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.block.text-gallery .iwrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #19263C;
  opacity: 0.6;
}
.block.text-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.text-gallery .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 100;
  color: #fff;
  font-weight: bold;
}
.block.text-gallery .content h1,
.block.text-gallery .content h2,
.block.text-gallery .content h3,
.block.text-gallery .content h4,
.block.text-gallery .content h5,
.block.text-gallery .content h6 {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.block.text-gallery .content a {
  color: #EFDBB2;
}
.block.text-gallery li {
  width: 100%;
  height: 400px;
}
.block.text-gallery .iwrap {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .block.text-gallery {
    background: #F5F5F5;
    padding: 100px 0;
  }
  .block.text-gallery ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.text-gallery li {
    position: relative;
    width: 24%;
    background: rgba(25, 38, 60, 0.7);
  }
  .block.text-gallery header h2 {
    width: 100%;
  }
  .block.text-gallery h2 a {
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 8px;
    font-family: var(--text-font);
  }
}
#rs-builder .block.text-gallery .iwrap:after {
  display: none;
}
#rs-builder .block.text-gallery .content {
  background: #19263C;
}
.block.texter {
  position: relative;
  padding: 50px 20px;
}
.block.texter.plain {
  background-color: #fff;
}
.block.texter header p {
  line-height: 1.2;
}
.block.texter.left-title-text a {
  border: 2px solid var(--button-text-color);
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  background-color: transparent;
  color: var(--button-text-color);
  cursor: pointer;
  line-height: 1.15;
  height: auto;
}
.block.texter.left-title-text a:hover,
.block.texter.left-title-text a:focus-visible,
.block.texter.left-title-text a:active {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.texter.left-text-video a,
.block.texter.left-title-text.image a {
  border: 2px solid var(--button-border-color);
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  line-height: 1.15;
  height: auto;
}
.block.texter.left-text-video a:hover,
.block.texter.left-title-text.image a:hover,
.block.texter.left-text-video a:focus-visible,
.block.texter.left-title-text.image a:focus-visible,
.block.texter.left-text-video a:active,
.block.texter.left-title-text.image a:active {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.texter.left-title-text,
.block.texter.left-text-video {
  background-color: var(--secondary-bg-color);
}
.block.texter.left-title-text *,
.block.texter.left-text-video * {
  color: var(--heading-color-alt);
}
.block.texter.left-title-text.alt,
.block.texter.left-text-video.alt {
  background-color: var(--primary-bg-color);
}
.block.texter.left-title-text .inner:before,
.block.texter.left-text-video .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color-alt);
  border-bottom: 4px solid var(--heading-color-alt);
  opacity: 0.8;
}
.block.texter.left-title-text header,
.block.texter.left-text-video header {
  margin-top: 20px;
}
.block.texter.left-text-video,
.block.texter.left-title-text.image {
  background-color: transparent;
}
.block.texter.left-text-video *,
.block.texter.left-title-text.image * {
  color: var(--heading-color);
}
.block.texter.left-text-video .inner:before,
.block.texter.left-title-text.image .inner:before {
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
}
.block.texter header {
  padding-bottom: 10px;
}
.block.texter img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.texter aside {
  padding: 50px 0 0;
}
.block.texter aside ul {
  position: relative;
  list-style: none;
  color: var(--text-color);
  font-weight: bold;
}
.block.texter article,
.block.texter aside {
  line-height: 2;
}
.block.texter article p,
.block.texter aside p,
.block.texter article ul,
.block.texter aside ul,
.block.texter article ol,
.block.texter aside ol,
.block.texter article dl,
.block.texter aside dl {
  margin-bottom: 1.5em;
}
.block.texter article ul,
.block.texter aside ul,
.block.texter article ol,
.block.texter aside ol {
  margin-left: 20px;
}
.block.texter .video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.texter .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block.texter header {
    width: 49%;
  }
  .block.texter article {
    width: 49%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .block.texter.left-text-video article,
  .block.texter.left-title-text.image article {
    padding-right: 0;
  }
  .block.texter.left-title-text article {
    margin-top: 20px;
  }
  .block.texter.left-title-text.image header,
  .block.texter.left-text-video header {
    width: 100%;
  }
  .block.texter.left-title-text.image article,
  .block.texter.left-text-video article {
    width: 40%;
    display: flex;
    margin-top: 0;
  }
  .block.texter.left-title-text.image figure,
  .block.texter.left-text-video figure {
    width: 55%;
    padding: 0;
    margin: 0;
  }
  .block.texter.left-text-video .main {
    width: 49%;
  }
  .block.texter.left-text-video .main > * {
    width: 100%;
  }
  .block.texter.left-text-video .main article {
    font-size: 1.6rem;
  }
  .block.texter.left-text-video .video {
    width: 49%;
  }
}
.block.text-list {
  padding: 50px 20px;
  background-color: #fff;
}
.block.text-list .list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block.text-list header:has(h2:empty) {
  display: none;
}
.block.text-list .col {
  flex-basis: 100%;
}
.block.text-list .col:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
  opacity: 0.8;
}
.block.text-list .col ul,
.block.text-list .col ol {
  list-style: none;
}
.block.text-list .list-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block.text-list .list-title * {
  font-size: 2.4rem;
  padding: 0;
  color: var(--heading-color);
  font-family: var(--text-font);
  font-weight: bold;
  text-transform: uppercase;
}
.block.text-list .list-items li {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .block.text-list .col {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (min-width: 980px) {
  .block.text-list .col {
    flex-basis: calc(25% - 15px);
  }
}
#rs-builder .block.text-list header {
  display: block !important;
}
.block.spider {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  background: url(https://media.thinkresite.cloud/lull.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .block.spider {
    padding: 29vh 0;
  }
}
.block.history {
  position: relative;
  padding: 80px 20px;
}
.block.history nav {
  display: none;
}
.block.history header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.block.history header h1,
.block.history header h2,
.block.history header h3,
.block.history header h4,
.block.history header h5,
.block.history header h6 {
  position: relative;
  float: left;
}
.block.history header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.history header h1,
  .block.history header h2,
  .block.history header h3,
  .block.history header h4,
  .block.history header h5,
  .block.history header h6 {
    font-size: 4.5rem;
  }
  .block.history header a {
    color: var(--text-link-color);
  }
}
.block.history ul {
  position: relative;
}
.block.history li {
  position: relative;
  height: 500px;
  width: 286px;
  overflow: hidden;
  margin: auto auto 20px;
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0s;
}
.block.history li.hide {
  opacity: 0;
}
.block.history figure {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block.history figure img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.block.history .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 15px 0 15px;
  color: var(--heading-color-alt);
}
.block.history .info * {
  font-size: 1.8rem;
}
.block.history .year {
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-size: 24px;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
}
@media screen and (min-width: 768px) {
  .block.history ul {
    display: flex;
    justify-content: start;
    gap: 8px;
  }
  .block.history li {
    width: calc(25% - 6px);
    box-sizing: border-box;
  }
  .block.history .info {
    opacity: 0;
  }
  .block.history .info:hover,
  .block.history .info:focus-within {
    opacity: 1;
    transition: ease all 0.3s;
  }
  .block.history nav {
    display: block;
    position: absolute;
    bottom: 350px;
    left: 0;
    right: 0;
    height: 0;
  }
  .block.history nav button {
    float: left;
    width: 80px;
    height: 132px;
    border: 0;
    background: url(../img/ugh-left.png) center no-repeat;
  }
  .block.history nav button svg {
    display: none;
  }
  .block.history nav button.disabled {
    opacity: 0.4;
  }
  .block.history nav button + button {
    float: right;
    background: url(../img/ugh-right.png) center no-repeat;
  }
}
#rs-builder .block.history .info {
  top: 40px;
}
#rs-builder .block.history nav {
  display: none;
}
#rs-builder .block.history ul {
  flex-wrap: wrap;
}
#rs-builder .block.history .info {
  opacity: 1;
}
.block.partners {
  position: relative;
  padding: 80px 20px;
  background: #fff;
}
.block.partners .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
  opacity: 0.8;
  margin-bottom: 20px;
}
.block.partners header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.block.partners header h1,
.block.partners header h2,
.block.partners header h3,
.block.partners header h4,
.block.partners header h5,
.block.partners header h6 {
  position: relative;
  float: left;
}
.block.partners header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.partners header h1,
  .block.partners header h2,
  .block.partners header h3,
  .block.partners header h4,
  .block.partners header h5,
  .block.partners header h6 {
    font-size: 4.5rem;
  }
  .block.partners header a {
    color: var(--text-link-color);
  }
}
.block.partners header h1,
.block.partners header h2,
.block.partners header h3,
.block.partners header h4,
.block.partners header h5,
.block.partners header h6 {
  color: var(--heading-color);
}
.block.partners ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block.partners li {
  list-style: none;
  flex-basis: calc(50% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.partners li img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .block.partners li {
    flex-basis: calc(25% - 15px);
  }
  .block.partners li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
  }
  .block.partners li:hover img,
  .block.partners li:focus-within img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .block.partners li {
    flex-basis: calc(20% - 16px);
  }
}
.block.testimonials {
  position: relative;
  padding: 20px 20px;
  color: var(--text-color);
  background-color: #fff;
}
.block.testimonials .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
  opacity: 0.8;
  margin-bottom: 40px;
}
.block.testimonials h1,
.block.testimonials h2,
.block.testimonials h3,
.block.testimonials h4,
.block.testimonials h5,
.block.testimonials h6 {
  font-weight: 500;
  font-family: var(--text-font);
  text-transform: uppercase;
}
.block.testimonials header * {
  font-size: 2.5rem;
  color: var(--heading-color);
}
.block.testimonials ul {
  list-style: none;
  font-size: 22px;
}
.block.testimonials blockquote {
  margin: 0;
}
.block.testimonials blockquote p {
  font-family: var(--heading-font);
}
.block.testimonials blockquote footer {
  margin-top: 20px;
}
.block.testimonials blockquote footer p,
.block.testimonials blockquote footer span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--text-font);
  font-style: normal;
}
.block.testimonials p + p {
  padding-top: 2rem;
}
.block.testimonials nav {
  display: block;
  text-align: right;
}
.block.testimonials button {
  height: 48px;
  width: 48px;
  border: 0;
  background: #fff;
  transition: ease all 0.3s;
  border-radius: 100%;
  cursor: pointer;
}
.block.testimonials button svg {
  height: 22px;
  width: 22px;
  color: var(--text-color);
  margin-top: 6px;
  transition: ease all 0.3s;
}
.block.testimonials button:hover {
  background: #4D5259;
}
.block.testimonials button:hover svg {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.testimonials .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.testimonials header {
    width: 25%;
  }
  .block.testimonials header p {
    opacity: 0.8;
  }
  .block.testimonials article {
    width: 70%;
  }
  .block.testimonials li {
    font-size: 32px;
    line-height: 1.3;
  }
}
.block.map {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.map {
    display: block;
    position: relative;
    padding: 50px 20px;
    background: var(--page-bg-color);
  }
  .block.map svg {
    position: relative;
    display: block;
    max-width: 90%;
    margin: auto;
  }
  .block.map .the-map {
    position: relative;
  }
  .block.map .the-map img {
    margin: auto;
  }
}
.block.asset-gallery {
  position: relative;
}
.block.asset-gallery .filter-bar {
  background: var(--primary-bg-color);
  padding: 20px;
  color: var(--heading-color-alt);
  text-transform: uppercase;
  font-size: 1.5rem;
}
.block.asset-gallery select {
  width: 150px;
  background: var(--primary-bg-color);
  border: 0;
  color: var(--heading-color-alt);
  padding: 8px;
  margin-left: 15px;
}
.block.asset-gallery .assets {
  position: relative;
}
.block.asset-gallery .assets ul {
  padding-top: 30px;
}
.block.asset-gallery .assets li {
  position: relative;
  width: 280px;
  margin: auto auto 10px;
  list-style: none;
}
.block.asset-gallery .assets li > a {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.block.asset-gallery .assets li > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
}
.block.asset-gallery .assets li > a .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--heading-color-alt);
  width: 100%;
  transition: ease all 0.3s;
}
.block.asset-gallery .assets li > a .preview strong,
.block.asset-gallery .assets li > a .preview b {
  display: block;
  text-align: center;
  width: 100%;
}
.block.asset-gallery .assets li > a:hover img {
  transform: scale(1.1);
}
.block.asset-gallery .assets li > a:hover .preview {
  opacity: 1;
}
.block.asset-gallery .asset-header,
.block.asset-gallery .asset-image {
  display: none;
}
.block.asset-gallery .asset-details {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}
.block.asset-gallery .asset-details * {
  color: var(--heading-color-alt);
}
.block.asset-gallery .asset-details h1,
.block.asset-gallery .asset-details h2,
.block.asset-gallery .asset-details h3,
.block.asset-gallery .asset-details h4,
.block.asset-gallery .asset-details h5,
.block.asset-gallery .asset-details h6 {
  font-size: 3rem;
}
.block.asset-gallery .asset-details a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  font-family: var(--text-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block.asset-gallery .asset-details a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.asset-gallery .asset-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding-top: 125px;
  display: none;
  overflow-y: auto;
}
.block.asset-gallery .asset-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto 10px;
}
.block.asset-gallery .asset-header {
  position: relative;
  display: block;
  height: 72px;
  background: var(--secondary-bg-color);
  color: var(--heading-color-alt);
}
.block.asset-gallery .asset-header h1,
.block.asset-gallery .asset-header h2,
.block.asset-gallery .asset-header h3,
.block.asset-gallery .asset-header h4,
.block.asset-gallery .asset-header h5,
.block.asset-gallery .asset-header h6 {
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 2.2rem;
  color: var(--heading-color-alt);
  line-height: 72px;
}
.block.asset-gallery .asset-header span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  color: var(--heading-color-alt);
  padding-top: 4px;
}
.block.asset-gallery .asset-header span svg {
  height: 26px;
  width: 26px;
}
.block.asset-gallery .asset-image {
  width: 100%;
  display: block;
}
.block.asset-gallery .asset-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.block.asset-gallery .asset-details {
  background: var(--secondary-bg-color);
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
.block.asset-gallery .asset-details .location-address-text {
  font-size: 2.2rem;
  padding-bottom: 5px;
}
.block.asset-gallery .asset-details h1,
.block.asset-gallery .asset-details h2,
.block.asset-gallery .asset-details h3,
.block.asset-gallery .asset-details h4,
.block.asset-gallery .asset-details h5,
.block.asset-gallery .asset-details h6 {
  font-size: 3rem;
  padding-bottom: 5px;
}
.block.asset-gallery .m {
  width: 60%;
  text-align: left;
}
.block.asset-gallery .a {
  width: 40%;
  display: flex;
  text-align: right;
}
.block.asset-gallery .a svg {
  margin-left: 5px;
}
.block.asset-gallery nav {
  position: relative;
  border: 1px solid var(--text-color-alt);
  margin-bottom: 50px;
  margin: auto;
  width: auto;
}
.block.asset-gallery nav a {
  position: relative;
  line-height: 25px;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  align-items: center;
  display: block;
  height: 50px;
  font-size: 2rem;
}
.block.asset-gallery nav a:hover,
.block.asset-gallery nav a.active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .block.asset-gallery .assets {
    position: relative;
    margin: auto;
    max-width: 1287px;
    width: 100%;
  }
  .block.asset-gallery .assets > header {
    padding-bottom: 35px;
  }
  .block.asset-gallery .assets ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block.asset-gallery .assets li {
    position: relative;
    box-sizing: border-box;
    width: 25%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    border: 4px solid transparent;
  }
  .block.asset-gallery .assets li > a {
    width: 100%;
    height: 100%;
  }
  .block.asset-gallery .assets li > a .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    transition: ease all 0.3s;
    opacity: 0;
  }
  .block.asset-gallery .assets li > a .preview strong,
  .block.asset-gallery .assets li > a .preview b {
    display: block;
    text-align: center;
    width: 100%;
  }
  .block.asset-gallery .assets li > a:hover img {
    transform: scale(1.1);
  }
  .block.asset-gallery .assets li > a:hover .preview {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .block.asset-gallery {
    text-align: center;
  }
  .block.asset-gallery .block-nav {
    display: inline-block;
    margin: auto;
  }
  .block.asset-gallery nav {
    position: relative;
    border: 1px solid var(--text-color-alt);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 50px;
  }
  .block.asset-gallery nav a {
    position: relative;
    line-height: 25px;
    min-height: 50px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: normal;
  }
  .block.asset-gallery nav a:hover {
    background: #000;
    color: #fff;
  }
  .block.asset-gallery .assets {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .block.asset-gallery nav a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1250px) {
  .block.asset-gallery nav a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .block.asset-gallery .block-nav nav {
    border: 0;
    width: 300px;
    margin-bottom: 30px;
  }
  .block.asset-gallery .block-nav nav a {
    display: none;
    background: none;
    color: #000;
    text-align: left;
    font-weight: normal;
    height: auto;
    padding-left: 0;
  }
  .block.asset-gallery .block-nav nav a.active {
    border-bottom: 1px solid #000;
    display: block;
    background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4Ii8+Cjwvc3ZnPg==') no-repeat;
    background-size: 16px;
    background-position: right center;
  }
  .block.asset-gallery .block-nav nav a br {
    display: none;
  }
  .block.asset-gallery .block-nav nav.show a {
    display: block;
  }
}
.block.greys {
  position: relative;
  padding: 20px 20px;
}
.block.greys article {
  background: var(--secondary-bg-color);
  color: var(--heading-color-alt);
  padding: 20px;
}
.block.greys article h1,
.block.greys article h2,
.block.greys article h3,
.block.greys article h4,
.block.greys article h5,
.block.greys article h6 {
  color: var(--heading-color-alt);
  font-size: 4.5rem;
  padding-bottom: 30px;
}
.block.greys article strong,
.block.greys article b {
  font-weight: 700;
}
.block.greys li {
  list-style: none;
  padding: 0 0 30px;
  line-height: 1.25;
}
.block.greys li:last-of-type {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.greys .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.greys article {
    box-sizing: border-box;
    width: 49%;
    padding: 45px;
  }
}
.block.silly-slider {
  position: relative;
  padding: 80px 20px;
}
.block.silly-slider li {
  list-style: none;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .block.silly-slider {
    padding: 80px 100px;
  }
  .block.silly-slider ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .block.silly-slider li {
    width: calc(33% - 11px);
  }
  .block.silly-slider li img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    min-height: 250px;
  }
  .block.silly-slider #ss-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left: -90px;
    width: 80px;
    height: 132px;
    border: 0;
    background: url(../img/ugh-left.png) center no-repeat;
  }
  .block.silly-slider #ss-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    float: right;
    margin-right: -80px;
    width: 80px;
    height: 132px;
    border: 0;
    background: url(../img/ugh-right.png) center no-repeat;
  }
}
.block.location {
  position: relative;
  padding: 80px 20px;
}
.block.location article {
  padding: 20px;
  background: #000;
  color: var(--heading-color-alt);
}
.block.location article h1,
.block.location article h2,
.block.location article h3,
.block.location article h4,
.block.location article h5,
.block.location article h6 {
  color: var(--heading-color-alt);
}
.block.location aside img {
  display: block;
}
.block.location aside iframe {
  height: 100% !important;
  min-height: 450px !important;
  border: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .block.location .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.location article {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    font-size: 2rem;
  }
  .block.location article > * {
    width: 100%;
  }
  .block.location article h1,
  .block.location article h2,
  .block.location article h3,
  .block.location article h4,
  .block.location article h5,
  .block.location article h6 {
    font-size: 4.8rem;
    font-weight: bold;
    padding-bottom: 40px;
  }
  .block.location aside {
    width: 50%;
  }
}
.block.tour {
  position: relative;
  padding: 80px 20px;
}
.block.tour header {
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.block.tour header h1,
.block.tour header h2,
.block.tour header h3,
.block.tour header h4,
.block.tour header h5,
.block.tour header h6 {
  position: relative;
  float: left;
}
.block.tour header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.tour header h1,
  .block.tour header h2,
  .block.tour header h3,
  .block.tour header h4,
  .block.tour header h5,
  .block.tour header h6 {
    font-size: 4.5rem;
  }
  .block.tour header a {
    color: var(--text-link-color);
  }
}
.block.tour form {
  padding-top: 40px;
}
.block.tour input[type="submit"] {
  background: var(--primary-bg-color);
  color: var(--button-text-color) !important;
  width: 220px;
  margin: auto;
  display: block;
}
.block.tour p {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .block.tour form {
    margin: 0;
    max-width: 768px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block.tour textarea {
    height: 200px;
  }
}
.block.modblocks {
  position: relative;
  padding: 80px 20px 70px;
}
.block.modblocks li {
  list-style: none;
  margin-bottom: 20px;
}
.block.modblocks .mod-image {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .block.modblocks li {
    position: relative;
    list-style: none;
    height: 370px;
  }
  .block.modblocks .mod-image {
    height: 100%;
  }
  .block.modblocks .mod-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all 0.3s;
  }
  .block.modblocks .mod-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--secondary-bg-color);
    color: var(--heading-color-alt);
    font-size: 1.6rem;
  }
  .block.modblocks .mod-content h1,
  .block.modblocks .mod-content h2,
  .block.modblocks .mod-content h3,
  .block.modblocks .mod-content h4,
  .block.modblocks .mod-content h5,
  .block.modblocks .mod-content h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color-alt);
    font-size: 2.6rem;
    padding-bottom: 5px;
    display: block;
  }
  .block.modblocks ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block.modblocks img {
    filter: grayscale(100%);
  }
  .block.modblocks li:nth-of-type(1) {
    width: calc(55% - 10px);
  }
  .block.modblocks li:nth-of-type(2) {
    width: calc(45% - 10px);
  }
  .block.modblocks li:nth-of-type(3) {
    width: calc(45% - 10px);
  }
  .block.modblocks li:nth-of-type(4) {
    width: calc(55% - 10px);
  }
  .block.modblocks .mod-content {
    height: 34px;
    overflow: hidden;
    box-sizing: content-box;
    transition: ease all 0.3s;
  }
  .block.modblocks .mod-content p {
    display: none;
  }
  .block.modblocks li:hover img {
    filter: grayscale(0%);
  }
  .block.modblocks li:hover .mod-content {
    height: auto;
  }
  .block.modblocks li:hover .mod-content p {
    display: block;
  }
}
#rs-builder .block.modblocks .mod-content {
  height: auto;
}
#rs-builder .block.modblocks .mod-content p {
  display: block;
}
.block.faq {
  position: relative;
  padding: 50px 20px 20px;
}
.block.faq ul,
.block.faq ol {
  margin-left: 20px;
}
.block.faq header {
  padding-bottom: 10px;
}
.block.faq article {
  margin-bottom: 40px;
  line-height: 2;
}
.block.faq article p,
.block.faq article ul,
.block.faq article ol,
.block.faq article dl {
  margin-bottom: 1.5em;
}
.block.faq .faq-item {
  padding-bottom: 20px;
}
.block.faq .faq-header {
  position: relative;
  padding: 5px 20px;
  background: var(--secondary-bg-color);
  overflow: hidden;
  cursor: pointer;
}
.block.faq .faq-header img {
  float: left;
  height: 50px;
}
.block.faq .faq-header div {
  float: left;
}
.block.faq .faq-header h2,
.block.faq .faq-header h3,
.block.faq .faq-header h4,
.block.faq .faq-header h5,
.block.faq .faq-header h6 {
  line-height: 52px;
  font-size: 2.8rem;
  color: var(--heading-color-alt);
  padding: 0;
  margin-right: 40px;
}
.block.faq .faq-header .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 5px;
}
.block.faq .faq-header .icon svg {
  height: 60px;
  width: 60px;
}
.block.faq .faq-content {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .block.faq .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.faq .faq-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block.faq header {
    width: 49%;
  }
  .block.faq article {
    width: 49%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .block.faq .col {
    width: 49%;
  }
}
.block.jobs {
  background-color: #fff;
  padding: 50px 20px 20px;
}
.block.jobs .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
  opacity: 0.8;
  margin-bottom: 20px;
}
.block.jobs ul,
.block.jobs ol {
  margin-left: 20px;
}
.block.jobs header {
  padding-bottom: 10px;
}
.block.jobs article {
  margin-bottom: 40px;
  line-height: 2;
}
.block.jobs article p,
.block.jobs article ul,
.block.jobs article ol,
.block.jobs article dl {
  margin-bottom: 1.5em;
}
.block.jobs .job-item {
  margin-bottom: 20px;
  background: #F5F5F5;
}
.block.jobs .job-header {
  position: relative;
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
}
.block.jobs .job-header img {
  float: left;
  height: 50px;
}
.block.jobs .job-header div {
  float: left;
}
.block.jobs .job-header h2,
.block.jobs .job-header h3,
.block.jobs .job-header h4,
.block.jobs .job-header h5,
.block.jobs .job-header h6 {
  line-height: 52px;
  font-size: 2.8rem;
  color: var(--heading-color);
  padding: 0;
  margin-right: 40px;
}
.block.jobs .job-header .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 5px;
}
.block.jobs .job-header .icon svg {
  height: 60px;
  width: 60px;
}
.block.jobs .job-header .icon svg * {
  stroke: var(--heading-color);
}
.block.jobs .job-content {
  padding: 0 20px 20px;
}
.block.jobs .job-content h3 {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
}
.block.jobs .job-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.jobs .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.jobs header {
    width: 49%;
  }
  .block.jobs article {
    width: 49%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .block.jobs .col {
    width: 49%;
  }
}
.block.generic {
  position: relative;
  padding: 110px 20px;
}
.block.generic .inner {
  max-width: 840px;
}
.block.generic h2,
.block.generic h3,
.block.generic h4,
.block.generic h5,
.block.generic h6 {
  font-weight: bold;
}
.block.generic p,
.block.generic ul,
.block.generic ol,
.block.generic dl {
  padding-bottom: 2rem;
}
.block.generic li {
  list-style: inside;
}
#sketchbar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--page-bg-color);
  z-index: 20000;
  display: none;
  overflow-y: auto;
}
#sketchbar .inner {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#sketchbar .sketch-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#sketchbar .sketch-footer {
  position: relative;
  background: #000;
  color: var(--heading-color-alt);
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}
#sketchbar .sketch-footer .icons {
  margin-bottom: 10px;
}
#sketchbar .sketch-footer .icons ul {
  display: flex;
}
#sketchbar .sketch-footer .icons ul li {
  display: flex;
  width: 30px;
  margin-right: 20px;
}
#sketchbar .sketch-footer svg {
  color: var(--heading-color-alt);
  height: 30px;
  width: 30px;
}
#sketchbar .sketch-footer span {
  display: none;
}
#sketchbar #close-bar {
  height: 35px;
  width: 35px;
  color: var(--text-color-alt);
  cursor: pointer;
}
#sketchbar #close-bar svg {
  height: 35px;
  width: 35px;
}
#sketchbar #close-bar:hover,
#sketchbar #close-bar:focus-visible {
  color: var(--text-color-alt);
}
#sketchbar .logo {
  cursor: pointer;
}
#sketchbar .logo a {
  height: 60px;
  width: 120px;
  align-items: center;
  display: flex;
}
#sketchbar .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: invert(1);
}
#sketchbar .inner > ul {
  list-style: none;
  width: 100%;
  font-size: 3.2rem;
  text-transform: uppercase;
  padding: 20px;
  box-sizing: border-box;
  flex-grow: 1;
  min-height: fit-content;
}
#sketchbar .inner > ul li {
  margin-bottom: 10px;
}
#sketchbar .inner > ul a {
  font-family: var(--text-font);
  letter-spacing: 2px;
  font-weight: 500;
}
#sketchbar a.small,
#sketchbar li.small {
  font-size: 2.5rem;
  margin-left: 10%;
}
#sketchbar a {
  color: #000;
}
#sketchbar a:hover,
#sketchbar a:focus-visible {
  color: var(--text-color-alt);
}
#sketchbar .sketch-footer a {
  color: var(--heading-color-alt);
  font-size: 1.7rem;
}
#sketchbar .sketch-footer p {
  margin: 0 0 10px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  #sketchbar ul {
    font-size: 4.6rem;
  }
  #sketchbar a.small,
  #sketchbar li.small {
    font-size: 2.9rem;
  }
}
.block.report {
  position: relative;
  padding: 20px;
}
.block.report header {
  position: relative;
  padding-top: 12px;
  justify-content: space-between;
  padding-bottom: 0!important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.block.report header h1,
.block.report header h2,
.block.report header h3,
.block.report header h4,
.block.report header h5,
.block.report header h6 {
  position: relative;
  float: left;
}
.block.report header a {
  float: right;
}
@media screen and (min-width: 768px) {
  .block.report header h1,
  .block.report header h2,
  .block.report header h3,
  .block.report header h4,
  .block.report header h5,
  .block.report header h6 {
    font-size: 4.5rem;
  }
  .block.report header a {
    color: var(--text-link-color);
  }
}
.block.report header h1,
.block.report header h2,
.block.report header h3,
.block.report header h4,
.block.report header h5,
.block.report header h6 {
  float: none;
}
.block.report header .icon {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}
.block.report header .icon img {
  width: 50px;
  height: 50px;
}
.block.report header div {
  width: 100%;
}
.block.report form {
  padding-top: 40px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block.report form {
    max-width: 768px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block.report .form-group {
    width: 49%;
  }
  .block.report .form-group.full {
    width: 100%;
  }
  .block.report textarea {
    height: 200px;
  }
}
.block.projects {
  background-color: #fff;
  padding: 50px 20px 20px;
}
.block.projects .inner:before {
  position: relative;
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  border-top: 4px solid var(--heading-color);
  border-bottom: 4px solid var(--heading-color);
  opacity: 0.8;
  margin-bottom: 20px;
}
.block.projects ul,
.block.projects ol {
  margin-left: 40px;
}
.block.projects .date {
  display: flex;
  gap: 5px;
  font-size: 1.8rem;
  font-style: italic;
}
.block.projects dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.block.projects dl .type,
.block.projects dl .bid-due {
  flex: 1;
  flex-basis: 100%;
}
.block.projects dl .desc {
  flex: 1;
  flex-basis: 100%;
}
.block.projects dt {
  font-weight: 700;
  font-family: var(--heading-font);
}
.block.projects dd {
  margin: 0;
}
.block.projects .project-header {
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
}
.block.projects #rfp-form-modal {
  background-color: #0000005e;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 40px 20px;
  z-index: 100001;
}
.block.projects #rfp-form-modal header {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.block.projects #rfp-form-modal header button {
  border: none;
  background-color: transparent;
  color: var(--text-color);
  cursor: pointer;
}
.block.projects #rfp-form-modal header button:hover,
.block.projects #rfp-form-modal header button:focus-visible,
.block.projects #rfp-form-modal header button:active {
  opacity: 0.6;
}
.block.projects #rfp-form-modal input[type="text"],
.block.projects #rfp-form-modal input[type="password"],
.block.projects #rfp-form-modal input[type="datetime"],
.block.projects #rfp-form-modal input[type="datetime-local"],
.block.projects #rfp-form-modal input[type="date"],
.block.projects #rfp-form-modal input[type="month"],
.block.projects #rfp-form-modal input[type="time"],
.block.projects #rfp-form-modal input[type="week"],
.block.projects #rfp-form-modal input[type="number"],
.block.projects #rfp-form-modal input[type="email"],
.block.projects #rfp-form-modal input[type="url"],
.block.projects #rfp-form-modal input[type="search"],
.block.projects #rfp-form-modal input[type="tel"],
.block.projects #rfp-form-modal input[type="phone"],
.block.projects #rfp-form-modal select,
.block.projects #rfp-form-modal textarea {
  box-sizing: border-box;
  width: 100%;
  height: unset;
  border: 0;
  text-indent: 0;
  padding: 10px;
  font-size: 1.8rem;
}
.block.projects #rfp-form-modal form button {
  margin: 10px auto 0 0;
}
.block.projects #rfp-form-modal h2,
.block.projects #rfp-form-modal h3,
.block.projects #rfp-form-modal h4 {
  font-family: var(--text-font);
  font-weight: 700;
}
.block.projects #rfp-form-modal h2 {
  font-size: 2.4rem;
}
.block.projects #rfp-form-modal h3 {
  font-size: 2rem;
}
.block.projects #rfp-form-modal h4 {
  font-size: 2.8rem;
}
.block.projects #rfp-form-modal label {
  font-size: 1.8rem;
}
.block.projects #rfp-form-modal li,
.block.projects #rfp-form-modal p {
  font-size: 1.6rem;
}
.block.projects #rfp-form-modal li {
  margin-bottom: 10px;
}
.block.projects #rfp-form-modal *,
.block.projects #rfp-form-modal *::before,
.block.projects #rfp-form-modal *::after {
  box-sizing: border-box;
}
.block.projects #rfp-form-modal .modal-inner {
  height: 100%;
  overflow-y: auto;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}
.block.projects #rfp-form-modal input[type="checkbox"] {
  margin-right: 5px;
}
.block.projects #rfp-form-modal .nda-wrapper {
  margin-top: 10px;
}
.block.projects #rfp-form-modal .nda-wrapper .nda-text {
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}
.block.projects .btn-wrapper button {
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
}
.block.projects .btn-wrapper button:hover,
.block.projects .btn-wrapper button:focus-visible,
.block.projects .btn-wrapper button:active {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.projects header {
  padding-bottom: 10px;
}
.block.projects article {
  margin-bottom: 40px;
  line-height: 2;
}
.block.projects article p,
.block.projects article ul,
.block.projects article ol,
.block.projects article dl {
  margin-bottom: 1.5em;
}
.block.projects .project-item {
  margin-bottom: 20px;
  background: #F5F5F5;
}
.block.projects .project-header {
  position: relative;
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
}
.block.projects .project-header img {
  float: left;
  height: 50px;
}
.block.projects .project-header div {
  float: left;
}
.block.projects .project-header h2,
.block.projects .project-header h3,
.block.projects .project-header h4,
.block.projects .project-header h5,
.block.projects .project-header h6 {
  line-height: 52px;
  font-size: 2.8rem;
  color: var(--heading-color);
  padding: 0;
  margin-right: 40px;
}
.block.projects .project-header .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 5px;
}
.block.projects .project-header .icon svg {
  height: 60px;
  width: 60px;
}
.block.projects .project-header .icon svg * {
  stroke: var(--heading-color);
}
.block.projects .project-content {
  padding: 0 20px 20px;
  max-width: 1287px;
  margin: 0 auto;
}
.block.projects .project-content h3 {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
}
.block.projects .project-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.projects .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.projects .inner header {
    width: 49%;
  }
  .block.projects article {
    width: 49%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .block.projects .col {
    width: 100%;
  }
  .block.projects dl {
    display: flex;
    flex-wrap: wrap;
  }
  .block.projects dl .type,
  .block.projects dl .bid-due {
    flex: 1;
    flex-basis: calc(50% - 5px);
  }
  .block.projects dl .desc {
    flex: 2;
    flex-basis: 50%;
  }
}
#footer {
  position: relative;
  background: #000;
  color: var(--heading-color-alt);
  padding: 40px 20px;
}
#footer a {
  color: var(--heading-color-alt);
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .logo-link img {
  max-width: 200px;
  object-fit: contain;
  margin: -15px 0 0 -15px;
}
#footer ul {
  padding: 30px 0 10px 0;
  display: flex;
  gap: 20px;
}
#footer li {
  float: left;
  list-style: none;
}
#footer li span {
  display: none;
}
#footer li a {
  text-decoration: none;
}
#footer p {
  padding-bottom: 10px;
}
#footer .copyright {
  border-top: 2px solid #CECECE;
}
#footer svg {
  color: #fff;
  height: 30px;
  width: 30px;
}
#footer .footer-nav a {
  position: relative;
}
#footer .footer-nav a + a {
  margin-left: 1.5ch;
}
#footer .footer-nav a + a::after {
  position: absolute;
  content: '|';
  left: -1ch;
}
#footer .contact-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#footer .contact-footer * {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .copyright {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  #footer ul {
    padding-top: 0;
  }
  #footer ul a {
    transform: ease all 0.3s;
    opacity: 1;
  }
  #footer ul a:hover {
    opacity: 0.5;
  }
  #footer #jumper {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    height: 30px;
    width: 70px;
    text-align: center;
    background: #000;
    opacity: 0;
    transition: ease opacity 0.3s;
  }
  #footer #jumper svg {
    height: 30px;
    width: 50px;
    color: #fff;
    margin: auto;
  }
  #footer .contact-footer {
    flex-direction: row;
    gap: 20px;
  }
  #footer ul {
    justify-content: flex-end;
  }
}
.scrolled #footer #jumper {
  display: block;
  opacity: 1;
}
#topbar .inner {
  max-width: 100%;
}

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