@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child
Description: A quick child theme for the Twenty Twenty-Five WordPress theme
Author: Stellar Digital
Author URI: https://stellardigital.com.au
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Tags: block-patterns, full-site-editing, child-theme
*/
/* 1. Put the six container selectors in a list --------------- */
/* 2. Loop once and spit them out ----------------------------- */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-sm {
    max-width: 1400px;
  }
  .container-md {
    max-width: 1400px;
  }
  .container-lg {
    max-width: 1400px;
  }
  .container-xl {
    max-width: 1400px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
  .container-sm {
    max-width: 1640px;
  }
  .container-md {
    max-width: 1640px;
  }
  .container-lg {
    max-width: 1640px;
  }
  .container-xl {
    max-width: 1640px;
  }
  .container-xxl {
    max-width: 1640px;
  }
}
img {
  width: 100%;
  height: auto;
}
html {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
  font-size: 60%;
  font-weight: 500;
  overflow-x: hidden;
}
html .container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.8rem;
}
p, span, a, li, td {
  font-size: 1.8rem;
}
p {
  margin: 0 0 1.5rem;
}
p a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
a {
  display: block;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table tr td {
  padding-right: 10px;
}
ul {
  padding-inline-start: 20px;
}
.grecaptcha-badge {
  z-index: 999;
}
a.btn {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 8px;
  background-color: #ed1c27;
  color: #fff;
}
.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 550px;
  margin: auto;
  align-items: center;
}
.buttons.left {
  max-width: 325px;
  margin: 0;
}
.buttons a.btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons a.btn.services {
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #ed1c27;
  color: #ed1c27;
}
.buttons a.btn.phone {
  background-color: #fff;
  border: 1px solid #ed1c27;
  color: #ed1c27;
}
.buttons a.btn.quote {
  text-transform: uppercase;
}
header#masthead {
  z-index: 99991;
  background-color: #fff;
  position: relative;
  padding: 10px;
  position: sticky;
  top: 0;
  transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
  box-shadow: none;
}
header#masthead.is-stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header#masthead .header-wrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
header#masthead .header-wrap .site-branding {
  min-width: 150px;
}
header#masthead .header-wrap .site-branding img {
  height: auto;
  max-width: 200px;
}
header#masthead .header-wrap .navs {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}
.primary-nav {
  max-width: 980px;
}
.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  list-style: none;
  margin: 0 25px;
  padding: 0;
}
.primary-nav .menu > li {
  text-align: center;
  max-width: 120px;
  min-width: 80px;
}
.primary-nav .menu > li a {
  font-weight: 600;
  text-decoration: none;
  padding: 1.5rem 0;
  color: #111;
}
.secondary-nav {
  display: flex;
  flex-direction: column;
}
.secondary-nav .buttons {
  display: flex;
  gap: 20px;
}
.secondary-nav .buttons a.btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-nav .buttons a.btn.phone {
  background-color: transparent;
  border: 1px solid #ed1c27;
  color: #ed1c27;
}
.secondary-nav .buttons a.btn.quote {
  text-transform: uppercase;
}
.secondary-nav a.service {
  text-align: center;
  display: block;
  margin: 10px 0 0;
  color: #ed1c27;
  font-weight: 600;
}
.site-header, .header-wrap, .navs, .primary-nav {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.primary-nav .menu, .primary-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav .menu li.current-menu-item > a, .primary-nav .menu li.current-menu-ancestor > a, .primary-nav .menu ul li.current-menu-item > a, .primary-nav .menu ul li.current-menu-ancestor > a {
  color: #ed1c27;
}
.primary-nav .menu > li {
  position: relative;
}
.primary-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.primary-nav .menu .sub-menu li {
  position: relative;
}
.primary-nav .menu .sub-menu a {
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: left;
}
.primary-nav .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.primary-nav .menu li:hover > .sub-menu, .primary-nav .menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.primary-nav .menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.75em;
  margin-left: 0.4rem;
}
.primary-nav .sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}
body.home main.site-main section#hero h1 {
  color: #ed1c27;
}
body.home main.site-main section#hero p.inline {
  margin-bottom: 6rem;
  color: #fff;
  font-size: 3.6rem;
  word-spacing: 3px;
  letter-spacing: 1px;
  color: #fff;
}
body.home main.site-main section#hero p.inline span.marker {
  background-color: #ed1c27;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
}
body.home main.site-main section#hero h2 {
  color: #aaaaaa;
  font-size: 2.8rem;
}
body.home main.site-main section#hero #video-row {
  min-height: 250px;
}
body.home main.site-main section#hero video {
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.home main.site-main section#capability h2, body.home main.site-main section#capability p {
  color: #fff;
}
body.home main.site-main section#capability h2 {
  font-size: 3rem;
  margin: 0 0 25px;
}
body.home main.site-main section#capability p {
  font-size: 2.6rem;
}
body.home main.site-main section#capability #tabs button {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
}
body.home main.site-main section#capability #tabs button img {
  max-width: 150px;
  margin: 0 0 25px;
}
body.home main.site-main section#capability #tabs button span {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  display: inline-block;
}
body.home main.site-main section#capability #tabs button.is-active span, body.home main.site-main section#capability #tabs button:active span, body.home main.site-main section#capability #tabs button:focus span {
  color: #ed1c27;
}
body.home main.site-main section#capability #tabs button:after {
  content: "+";
  color: #ed1c27;
  font-size: 2rem;
  display: block;
  border: 2px solid #ed1c27;
  height: 3rem;
  width: 3rem;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 3.2rem;
}
body.home main.site-main section#capability #tabs button:before {
  content: "";
  position: absolute;
  bottom: -65px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #000;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.home main.site-main section#capability #tabs button.is-active::before {
  opacity: 1;
}
body.home main.site-main section#capability #tabs button.is-active::after {
  content: "−";
}
body.home main.site-main section#capability #pageable {
  margin: 0;
}
body.home main.site-main section#capability #pageable .vc_tta-panel-body {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: -3px 5px;
}
body.home main.site-main section#capability #pageable h2, body.home main.site-main section#capability #pageable p, body.home main.site-main section#capability #pageable li {
  color: #333333;
}
body.home main.site-main section#capability #pageable h2 {
  font-size: 2.8rem;
}
body.home main.site-main section#capability #pageable p, body.home main.site-main section#capability #pageable li {
  font-size: 2rem;
}
/* Sequential 4-dot fill per gap → hold → global blackout → repeat */
#tabs {
  --dot-size: 1rem;
  --dot-gap: 0.7rem;
  --tile: calc(var(--dot-size) + var(--dot-gap));
  --turn: 1200ms;
  /* time per gap to fill */
  --total: calc(5 * var(--turn));
  /* 4 gaps + 1 blackout */
  --gutter-shift: 0px;
  color: #d8162b;
  overflow: visible;
  /* Fill → HOLD at exactly 4 dots → global blackout only at 100% */
}
#tabs > .wpb_column {
  position: relative;
  overflow: visible;
  /* GAP 1 (between col1 & col2) */
  /* GAP 2 (between col2 & col3) */
  /* GAP 3 (between col3 & col4) */
  /* GAP 4 (between col4 & col5) */
  /* dot cluster pseudo (same base styles you had) */
}
#tabs > .wpb_column:nth-child(1):not(:last-child)::before {
  animation: gap1 var(--total) linear infinite;
}
#tabs > .wpb_column:nth-child(2):not(:last-child)::before {
  animation: gap2 var(--total) linear infinite;
}
#tabs > .wpb_column:nth-child(3):not(:last-child)::before {
  animation: gap3 var(--total) linear infinite;
}
#tabs > .wpb_column:nth-child(4):not(:last-child)::before {
  animation: gap4 var(--total) linear infinite;
}
#tabs > .wpb_column:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(100% - var(--tile) * 2);
  top: 25%;
  transform: translate(var(--gutter-shift), -50%);
  height: var(--dot-size);
  width: 0;
  /* keyframes will change this */
  pointer-events: none;
  z-index: 3;
  /* sit above next column if needed */
  background: radial-gradient(circle at center, currentColor 0 calc(var(--dot-size)/2), transparent calc(var(--dot-size)/2 + .5px)) left center / var(--tile) 100% repeat-x;
}
@keyframes gap1 {
  0%, 4.99% {
    width: 0;
  }
  5%, 9.99% {
    width: calc(1 * var(--tile));
  }
  10%, 14.99% {
    width: calc(2 * var(--tile));
  }
  15%, 19.99% {
    width: calc(3 * var(--tile));
  }
  20%, 99.99% {
    width: calc(4 * var(--tile) - 0.5px);
  }
  /* hold */
  100% {
    width: 0;
  }
  /* blackout */
}
@keyframes gap2 {
  0%, 19.99% {
    width: 0;
  }
  25%, 29.99% {
    width: calc(1 * var(--tile));
  }
  30%, 34.99% {
    width: calc(2 * var(--tile));
  }
  35%, 39.99% {
    width: calc(3 * var(--tile));
  }
  40%, 99.99% {
    width: calc(4 * var(--tile) - 0.5px);
  }
  100% {
    width: 0;
  }
}
@keyframes gap3 {
  0%, 39.99% {
    width: 0;
  }
  45%, 49.99% {
    width: calc(1 * var(--tile));
  }
  50%, 54.99% {
    width: calc(2 * var(--tile));
  }
  55%, 59.99% {
    width: calc(3 * var(--tile));
  }
  60%, 99.99% {
    width: calc(4 * var(--tile) - 0.5px);
  }
  100% {
    width: 0;
  }
}
@keyframes gap4 {
  0%, 59.99% {
    width: 0;
  }
  65%, 69.99% {
    width: calc(1 * var(--tile));
  }
  70%, 74.99% {
    width: calc(2 * var(--tile));
  }
  75%, 79.99% {
    width: calc(3 * var(--tile));
  }
  80%, 99.99% {
    width: calc(4 * var(--tile) - 0.5px);
  }
  100% {
    width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  #tabs > .wpb_column::before {
    animation: none;
    width: 0;
  }
}
body section#contact-title h1 {
  text-transform: uppercase;
  text-align: center;
  color: #ed1c27;
  font-size: 3.6rem;
  font-weight: 700;
}
body section#page-title h1 {
  text-transform: uppercase;
  color: #ed1c27;
  font-size: 6rem;
  font-weight: 700;
}
body section#page-title ul li {
  color: #fff;
  font-size: 2.8rem;
}
body section#page-title ul li::marker {
  color: #ed1c27;
}
body section#page-title p {
  color: #aaaaaa;
  font-size: 2.7rem;
}
body section#page-title .no-pad {
  padding: 0;
}
body section#emergency h2, body section#emergency h3 {
  color: #ed1c27;
  margin: 0;
}
body section#emergency h2 {
  font-size: 4rem;
}
body section#emergency h3 {
  font-size: 2.8rem;
}
body section#emergency a.btn.phone {
  background-color: transparent;
  border: 1px solid #ed1c27;
  color: #ed1c27;
  margin: auto;
  display: block;
  max-width: fit-content;
}
body section#clients h4 {
  color: #ed1c27;
  font-weight: 700;
  font-size: 2.4rem;
}
body section#services.black p, body section#services.black li, body section#services.black h3 {
  color: #fff;
}
body section#services .icons p {
  display: flex;
  align-items: center;
  gap: 15px;
}
body section#services .icons img {
  max-width: fit-content;
  min-width: fit-content;
  height: 80px;
  margin-right: 10px;
  filter: opacity(0.8);
}
body section#services h3 {
  color: #555555;
  font-size: 3.6rem;
  font-weight: 700;
}
body section#services ul {
  padding-inline-start: 20px;
}
body section#services ul li {
  font-size: 2.8rem;
}
body section#services ul li::marker {
  color: #ed1c27;
}
body section#service-body h2 {
  font-size: 3.6rem;
  color: #555555;
  font-weight: 700;
}
body section#service-body p, body section#service-body li {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #555555;
}
body section#service-body p, body section#service-body ul {
  margin: 0 0 2.5rem;
}
body section#career h2, body section#career h2 span {
  font-size: 2.8rem;
}
body section#career h3 {
  font-size: 2.4rem;
  margin: 3rem 0 1.5rem;
}
section#projects {
  overflow: visible;
}
section#projects .projects-wrap {
  display: flex;
  gap: 30px;
}
section#projects .projects-wrap .project-panel {
  flex: 1.5;
}
section#projects .projects-wrap .project-panel .pad {
  padding: 0;
}
section#projects .projects-wrap .project-panel h2 {
  color: #ed1c27;
  font-size: 4.8rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
section#projects .projects-wrap .project-panel h3 {
  font-size: 2.8rem;
}
section#projects .projects-wrap .project-panel .flex {
  display: flex;
  gap: 30px;
}
section#projects .projects-wrap .project-panel .flex .left {
  flex: 1;
}
section#projects .projects-wrap .project-panel .flex .left img#p-img {
  max-width: 450px;
  margin-bottom: 2rem;
}
section#projects .projects-wrap .project-panel .flex .right {
  flex: 1.2;
}
section#projects .projects-wrap .project-panel .flex #p-links {
  margin-bottom: 2rem;
}
section#projects .projects-wrap .project-panel .flex #p-links a#p-link {
  color: #ed1c27;
}
section#projects .projects-wrap .project-panel #p-archive {
  color: #ed1c27;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin: 2rem 0 6rem;
}
section#projects .projects-wrap .projects-map {
  flex: 1;
}
section#projects .projects-wrap .projects-map img {
  margin: -70px 0 -45px;
  z-index: 9;
  position: relative;
}
section#projects-grid .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5%;
  align-items: start;
}
@media (max-width: 1024px) {
  section#projects-grid .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  section#projects-grid .projects-grid {
    grid-template-columns: 1fr;
  }
}
section#projects-grid .projects-grid .project-card {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
section#projects-grid .projects-grid .project-card img {
  display: block;
  width: 100%;
  height: auto;
}
section#projects-grid .projects-grid .project-card .title-wrap {
  --lines: 4;
  --lh: 1.25;
  display: grid;
  align-content: end;
  min-height: calc(var(--lines) * var(--lh) * 1em);
  margin: 0 0 0.5rem;
}
section#projects-grid .projects-grid .project-card .title-wrap .title {
  font-size: 2.4rem;
  padding-bottom: 5px;
  color: #555555;
  font-weight: 700;
  margin: 0;
  line-height: var(--lh);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
  overflow: hidden;
}
section#projects-grid .projects-grid .project-card .content :first-child {
  margin-top: 0;
}
section#projects-grid .projects-grid .project-card .content p {
  margin: 0 0 1em;
}
section#projects-grid .projects-grid .project-card .content .location {
  text-align: center;
  font-size: 2.4rem;
}
section#services-grid h2 {
  font-size: 3rem;
  color: #555555;
  font-weight: 700;
}
section#fbfeed {
  overflow: visible;
}
body.service-template-default section#page-title h2, body.service-template-default section#page-title h3 {
  color: #fff;
}
.acf-owl-gallery {
  margin-bottom: 6rem;
}
.acf-owl-gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.acf-owl-gallery .item a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.acf-owl-gallery .item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: inline-block;
}
.acf-owl-gallery .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.acf-owl-gallery .owl-nav .owl-prev, .acf-owl-gallery .owl-nav .owl-next {
  pointer-events: auto;
}
.acf-owl-gallery .owl-nav .owl-prev i, .acf-owl-gallery .owl-nav .owl-next i {
  color: #fff;
  font-size: 4rem;
}
.acf-owl-gallery .owl-nav .owl-prev {
  margin-left: 20px;
}
.acf-owl-gallery .owl-nav .owl-next {
  margin-right: 20px;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: #ed1c27;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: #ed1c27;
  --gf-color-in-ctrl-contrast: #ed1c27;
  --gf-color-in-ctrl-dark: #ed1c27;
  --gf-radius: 0;
  /* kill GF’s embedded SVG icons if you don’t want their colors */
  --gf-icon-ctrl-select: none;
  --gf-icon-ctrl-number: none;
  --gf-icon-ctrl-search: none;
}
/* 1) Set the tick/fill color (Chrome/Edge/Firefox/Safari) */
.gform-theme input[type="checkbox"], .gform-theme input[type="radio"], .gravity-theme input[type="checkbox"], .gravity-theme input[type="radio"] {
  accent-color: #ed1c27;
}
/* 2) Recolor the focus ring (instead of the default blue) */
.gform-theme input[type="checkbox"]:focus, .gform-theme input[type="checkbox"]:focus-visible, .gform-theme input[type="radio"]:focus, .gform-theme input[type="radio"]:focus-visible, .gravity-theme input[type="checkbox"]:focus, .gravity-theme input[type="checkbox"]:focus-visible, .gravity-theme input[type="radio"]:focus, .gravity-theme input[type="radio"]:focus-visible {
  outline: 2px solid #ed1c27;
  outline-offset: 2px;
  box-shadow: none;
}
/* 3) If GF adds its own box-shadow on focus, nuke it with specificity */
.gform-theme .gfield-choice-input:focus, .gform-theme .gfield-choice-input:focus-visible, .gravity-theme .gfield-choice-input:focus, .gravity-theme .gfield-choice-input:focus-visible {
  box-shadow: none !important;
}
/* ---- brand tokens ---- */
:root {
  --gf-box:   #ed1c27;
  /* box fill/border when checked */
  --gf-mark:  #ed1c27;
  /* tick/dot color */
  --gf-ring:  #ed1c27;
  /* focus outline */
}
/* hide the real control but keep it focusable/clickable via the label */
.gform-theme .gfield-choice-input[type="checkbox"], .gform-theme .gfield-choice-input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* label gets the visual control */
.gform-theme .gchoice label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
  line-height: 1.3;
}
/* control shape */
.gform-theme .gchoice label::before, .gform-theme .gchoice label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.12s ease, opacity 0.12s ease, background-color 0.12s, border-color 0.12s;
}
/* box/circle */
.gform-theme .gchoice label::before {
  background: #fff;
  border: 2px solid #ed1c27;
  border-radius: 3px;
  /* checkbox */
}
.gform-theme .gfield-choice-input[type="radio"] + label::before {
  border-radius: 50%;
  /* radio */
}
/* marker: ✓ for checkbox */
.gform-theme .gchoice label::after {
  left: 0.2em;
  top: 0.25em;
  width: 0.75em;
  height: 0.55em;
  border: 0.2em solid transparent;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg) scale(0.8);
  opacity: 0;
}
/* marker: dot for radio */
.gform-theme .gfield-choice-input[type="radio"] + label::after {
  left: 0.32em;
  top: 0.42em;
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-radius: 50%;
  background: var(--gf-mark);
  transform: scale(0.6);
}
/* checked states */
.gform-theme .gfield-choice-input:checked + label::before {
  background: var(--gf-box);
  border-color: var(--gf-box);
}
.gform-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
  border-color: var(--gf-mark);
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.gform-theme .gfield-choice-input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
/* focus ring */
.gform-theme .gfield-choice-input:focus-visible + label::before {
  outline: 2px solid var(--gf-ring);
  outline-offset: 2px;
}
body .gform_wrapper {
  text-align: left;
  width: 100%;
}
body .gform_wrapper form .gform_fields {
  row-gap: 20px;
}
body .gform_wrapper form input.gform_button, body .gform_wrapper form .gform_button_select_files {
  margin: auto !important;
  background-color: #ed1c27 !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 150px !important;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #ed1c27 !important;
}
footer {
  padding: 6rem 1.5rem 1rem;
  background-color: #000;
}
footer p, footer a, footer td {
  color: #fff;
}
footer p, footer a, footer td, footer h3 {
  font-weight: 600;
}
footer h3 {
  color: #ed1c27;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.4rem;
}
footer table {
  margin-bottom: 10px;
}
footer .job h3 {
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 2rem;
  font-weight: 600;
}
footer .job p, footer .job a {
  font-weight: normal;
  font-size: 1.6rem;
}
footer .job a {
  color: #ed1c27;
}
footer .site-info p {
  font-size: 1.3rem;
  color: #fff;
}
footer .arctick .wpb_single_image {
  margin-bottom: 5px;
}
footer .arctick .wpb_single_image img {
  max-width: 340px;
}
footer .arctick p {
  font-size: 2.8rem;
}
footer .logo img {
  max-width: 200px;
}
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
  html header#masthead .header-wrap {
    padding: 0;
  }
  html a.btn {
    font-size: 1.8rem;
  }
  html .buttons {
    max-width: 500px;
  }
}
@media (max-width: 1500px) {
  html .buttons {
    max-width: 480px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
  html .primary-nav .menu {
    gap: 20px;
  }
}
@media (max-width: 783px) {
  html {
    font-size: 45%;
  }
  html .buttons {
    max-width: 450px;
  }
  html section#services .icons img {
    height: 60px;
  }
}
@media (max-width: 632px) {
  html {
    font-size: 40%;
  }
  html .secondary-nav {
    display: none;
  }
  html .buttons {
    max-width: 400px;
  }
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    top: 32px;
  }
}
