@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: 700px;
    padding: 0 15px;
  }
  .container-sm {
    max-width: 700px;
    padding: 0 15px;
  }
  .container-md {
    max-width: 700px;
    padding: 0 15px;
  }
  .container-lg {
    max-width: 700px;
    padding: 0 15px;
  }
  .container-xl {
    max-width: 700px;
    padding: 0 15px;
  }
  .container-xxl {
    max-width: 700px;
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 700px;
  }
  .container-sm {
    max-width: 700px;
  }
  .container-md {
    max-width: 700px;
  }
  .container-lg {
    max-width: 700px;
  }
  .container-xl {
    max-width: 700px;
  }
  .container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 700px;
  }
  .container-sm {
    max-width: 700px;
  }
  .container-md {
    max-width: 700px;
  }
  .container-lg {
    max-width: 700px;
  }
  .container-xl {
    max-width: 700px;
  }
  .container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 700px;
  }
  .container-sm {
    max-width: 700px;
  }
  .container-md {
    max-width: 700px;
  }
  .container-lg {
    max-width: 700px;
  }
  .container-xl {
    max-width: 700px;
  }
  .container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
  .container-sm {
    max-width: 700px;
  }
  .container-md {
    max-width: 700px;
  }
  .container-lg {
    max-width: 700px;
  }
  .container-xl {
    max-width: 700px;
  }
  .container-xxl {
    max-width: 700px;
  }
}
html {
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  color: #2C3345;
  font-size: 60%;
  font-weight: 500;
  overflow-x: hidden;
}
html .container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
body {
  margin: 0;
  background-color: #fff;
}
body main.site-main {
  min-height: calc(100vh - 389px);
}
h1, h2, h3, h4 {
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 3.2rem;
  color: #0a2f82;
  font-weight: 700;
  margin: 0;
}
h2, h3 {
  font-size: 2.6rem;
  color: #1e144a;
  font-weight: 800;
}
h4 {
  font-size: 2.2rem;
  color: #1e144a;
  font-weight: 800;
  text-align: center;
}
h5 {
  font-size: 1.8rem;
  color: #1e144a;
  font-weight: 800;
  margin: 1rem 0 1.5rem;
}
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;
  bottom: 62px !important;
}
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: #f2f2f2;
  position: relative;
}
header#masthead .header-wrap .site-branding {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 0 24px;
}
header#masthead .header-wrap .site-branding .custom-logo-link {
  text-align: center;
  margin-bottom: -40px;
  z-index: 8;
  padding-top: 10px;
}
header#masthead .header-wrap .site-branding .custom-logo-link:hover {
  opacity: 1;
}
header#masthead .header-wrap .site-branding img {
  height: auto;
  max-width: 200px;
}
header#masthead .header-wrap nav {
  background-color: #0b3085;
  padding: 50px 24px 10px;
  z-index: 7;
}
.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.primary-nav .menu > li {
  text-align: center;
  display: inline-block;
  margin: auto;
  width: 100%;
}
.primary-nav .menu > li:not(:first-child) {
  border-left: 3px solid #ffff00;
}
.primary-nav .menu > li.current-menu-item > a {
  color: #ffff00;
}
.primary-nav .menu > li a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 3.5rem;
  color: #fff;
}
.primary-nav .menu > li a:hover {
  color: #ffff00;
  opacity: 1;
}
#rmp_menu_trigger-64 {
  cursor: pointer;
}
.site-header, .header-wrap, .navs, .primary-nav {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.primary-nav .menu, .primary-nav .menu ul {
  list-style: none;
  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: #ffff00;
}
.primary-nav .menu > li {
  position: relative;
}
.primary-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0b3085;
  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;
}
.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 .row {
  margin: 0 auto 2rem;
  max-width: 500px;
}
body.home main.site-main .row:after {
  content: "";
  display: table;
  clear: both;
}
body.home main.site-main .row .column {
  float: left;
  width: 70%;
  padding: 8px;
}
body.home main.site-main .row .column:last-of-type {
  float: right;
  text-align: right;
  width: 30%;
}
body.home main.site-main .row .column p {
  margin-bottom: 1rem;
}
body.home p.center {
  text-align: center;
}
body.home p.center a {
  color: #0b3085;
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: 600;
}
body.home ul {
  margin-bottom: 2rem;
}
body.home #gform_page_1_2 h2, body.home #gform_page_1_2 h3, body.home #gform_page_1_3 h2, body.home #gform_page_1_3 h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-transform: none;
}
body.home #gform_page_1_2 h2 span, body.home #gform_page_1_2 h3 span, body.home #gform_page_1_3 h2 span, body.home #gform_page_1_3 h3 span {
  font-weight: 500;
}
body.home #gform_page_1_2 ul.numbered, body.home #gform_page_1_3 ul.numbered {
  list-style: number;
}
body.home #gform_page_1_2 a, body.home #gform_page_1_3 a {
  color: #2e69ff;
  text-decoration: underline;
}
body.home #gform_page_1_2 label.gfield_consent_label, body.home #gform_page_1_3 label.gfield_consent_label {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
body.home #gform_page_1_2 .gform-page-footer, body.home #gform_page_1_3 .gform-page-footer {
  justify-content: space-between;
}
body.home #gform_page_1_2 hr {
  margin-bottom: 4rem;
}
body.home #gform_page_1_3 hr {
  margin-bottom: 2rem;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: #2e69ff;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: #2e69ff;
  --gf-color-in-ctrl-contrast: #2e69ff;
  --gf-color-in-ctrl-dark: #2e69ff;
  --gf-radius: 0;
  --gf-field-date-width: 137px;
  /* 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: #2e69ff;
}
/* 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 #2e69ff;
  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:   #2e69ff;
  /* box fill/border when checked */
  --gf-mark:  #2e69ff;
  /* tick/dot color */
  --gf-ring:  #2e69ff;
  /* 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 #2e69ff;
  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-theme-button, body .gform_wrapper form input.gform_button, body .gform_wrapper form .gform_button_select_files {
  background-color: #2e69ff !important;
  color: #fff !important;
  font-size: 2rem !important;
  padding: 15px 40px;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #2e69ff !important;
}
body .gform_wrapper .gform-page-footer {
  justify-content: flex-end;
  position: relative;
}
body .gform_wrapper p.gform_required_legend {
  text-align: center;
  font-size: 1.4rem;
}
body .gform_wrapper .gf_page_steps {
  justify-content: center;
}
body .gform_wrapper input.ginput_total {
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
body .gform_wrapper .gfield.bold label.gfield_label {
  font-weight: bold;
  text-transform: uppercase;
}
/* Gravity Forms: hide any spinner element, even if theme adds inline styles */
body .gform_wrapper form img.gform_ajax_spinner, body .gform_wrapper form .gform_ajax_spinner, body .gform_wrapper form [class*="gform_ajax_spinner"], body .gform_wrapper form .gform-spinner, body .gform_wrapper form .gform-loader, body .gform_wrapper form .gform_submission_spinner, body .gform_wrapper form [class*="spinner"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Page steps */
.gform-theme--framework .gf_step_active .gf_step_number, .gform-theme--framework .gf_step_completed .gf_step_number, .gform-theme--framework .gf_step_completed .gf_step_number::after {
  background-color: #ffff00;
  border: #1e144a;
  color: #1e144a;
}
footer {
  border-top: 1px solid #333333;
  padding: 2rem 1.5rem 1rem;
}
footer p, footer a {
  font-size: 1.5rem;
  color: #333333;
}
footer p.right, footer a.right {
  text-align: right;
}
@media (max-width: 783px) {
  html {
    font-size: 50%;
  }
  html header#masthead .header-wrap .site-branding {
    grid-template-columns: 1fr !important;
  }
  html header#masthead .header-wrap .site-branding h1 {
    display: none;
  }
  html header#masthead .header-wrap .primary-nav .menu li a {
    padding: 10px 1rem;
  }
}
