@charset "UTF-8";
/* ******* Utilities ******* */
.min-height-600 {
  min-height: 600px; }

.min-height-400 {
  min-height: 400px; }

.font-one {
  font-family: Inter, sans-serif; }

.font-two {
  font-family: Rock Salt, cursive; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-300 {
  font-weight: 300; }

.color-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.btn.btn-primary.color-white {
  color: #fff; }

.btn.btn-primary.bg-white {
  background-color: #fff; }

.color-black {
  color: #03303b; }

.bg-black {
  background-color: #03303b; }

.btn.btn-primary.color-black {
  color: #03303b; }

.btn.btn-primary.bg-black {
  background-color: #03303b; }

.color-orange {
  color: #ed7b49; }

.bg-orange {
  background-color: #ed7b49; }

.btn.btn-primary.color-orange {
  color: #ed7b49; }

.btn.btn-primary.bg-orange {
  background-color: #ed7b49; }

.color-orange-dark {
  color: #ba4512; }

.bg-orange-dark {
  background-color: #ba4512; }

.btn.btn-primary.color-orange-dark {
  color: #ba4512; }

.btn.btn-primary.bg-orange-dark {
  background-color: #ba4512; }

.color-template-green {
  color: #61A146; }

.bg-template-green {
  background-color: #61A146; }

.btn.btn-primary.color-template-green {
  color: #61A146; }

.btn.btn-primary.bg-template-green {
  background-color: #61A146; }

.color-template-green-darker {
  color: #4C8435; }

.bg-template-green-darker {
  background-color: #4C8435; }

.btn.btn-primary.color-template-green-darker {
  color: #4C8435; }

.btn.btn-primary.bg-template-green-darker {
  background-color: #4C8435; }

.color-less-bold {
  color: #525252; }

.bg-less-bold {
  background-color: #525252; }

.btn.btn-primary.color-less-bold {
  color: #525252; }

.btn.btn-primary.bg-less-bold {
  background-color: #525252; }

.color-surface-bold {
  color: #292929; }

.bg-surface-bold {
  background-color: #292929; }

.btn.btn-primary.color-surface-bold {
  color: #292929; }

.btn.btn-primary.bg-surface-bold {
  background-color: #292929; }

.color-surface-sunken {
  color: #EFEFEF; }

.bg-surface-sunken {
  background-color: #EFEFEF; }

.btn.btn-primary.color-surface-sunken {
  color: #EFEFEF; }

.btn.btn-primary.bg-surface-sunken {
  background-color: #EFEFEF; }

.color-dark-green {
  color: #345427; }

.bg-dark-green {
  background-color: #345427; }

.btn.btn-primary.color-dark-green {
  color: #345427; }

.btn.btn-primary.bg-dark-green {
  background-color: #345427; }

.color-wildfire-red {
  color: #CF4030; }

.bg-wildfire-red {
  background-color: #CF4030; }

.btn.btn-primary.color-wildfire-red {
  color: #CF4030; }

.btn.btn-primary.bg-wildfire-red {
  background-color: #CF4030; }

.color-accent-blue {
  color: #3389E6; }

.bg-accent-blue {
  background-color: #3389E6; }

.btn.btn-primary.color-accent-blue {
  color: #3389E6; }

.btn.btn-primary.bg-accent-blue {
  background-color: #3389E6; }

.color-accent-red {
  color: #B12D1D; }

.bg-accent-red {
  background-color: #B12D1D; }

.btn.btn-primary.color-accent-red {
  color: #B12D1D; }

.btn.btn-primary.bg-accent-red {
  background-color: #B12D1D; }

.color-light-yellow {
  color: rgba(255, 249, 229, 0.9); }

.bg-light-yellow {
  background-color: rgba(255, 249, 229, 0.9); }

.btn.btn-primary.color-light-yellow {
  color: rgba(255, 249, 229, 0.9); }

.btn.btn-primary.bg-light-yellow {
  background-color: rgba(255, 249, 229, 0.9); }

.color-light-green {
  color: #d3eac8; }

.bg-light-green {
  background-color: #d3eac8; }

.btn.btn-primary.color-light-green {
  color: #d3eac8; }

.btn.btn-primary.bg-light-green {
  background-color: #d3eac8; }

.color-light-grey {
  color: #f9f9f9; }

.bg-light-grey {
  background-color: #f9f9f9; }

.btn.btn-primary.color-light-grey {
  color: #f9f9f9; }

.btn.btn-primary.bg-light-grey {
  background-color: #f9f9f9; }

.color-subtlest-grey {
  color: #ACACAC; }

.bg-subtlest-grey {
  background-color: #ACACAC; }

.btn.btn-primary.color-subtlest-grey {
  color: #ACACAC; }

.btn.btn-primary.bg-subtlest-grey {
  background-color: #ACACAC; }

.color-disabled {
  color: #c6c6c6; }

.bg-disabled {
  background-color: #c6c6c6; }

.btn.btn-primary.color-disabled {
  color: #c6c6c6; }

.btn.btn-primary.bg-disabled {
  background-color: #c6c6c6; }

.bg-img-01 {
  background: url(/templates/space2burn2025/skins/2025/images/temp/burncircuit.jpg) center center; }

/* ******* Typography ******* */
body {
  font-family: Inter, sans-serif;
  line-height: 1.6;
  color: #03303b; }

h1 {
  margin-bottom: 30px;
  font-size: 2.9rem;
  font-weight: 600;
  color: #03303b;
  line-height: 4rem; }

body.page-home h1 {
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem; }

h2 {
  margin: 0 0 30px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #03303b; }

h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #03303b; }

h4 {
  margin: 15px 0;
  font-size: 1.1rem;
  color: #03303b; }

p {
  font-weight: 300; }

.rainbow-text {
  /* Adjust these colors to taste */
  background-image: linear-gradient(90deg, #ff9966, #ffd86b, #9be15d, #56ab2f, #56c1ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.text-smaller h3 {
  font-size: 1.6rem; }

.text-smaller p {
  margin-right: 0;
  font-size: .95rem; }

/* ******* Typography - Medium screens (≥768px) ******* */
@media (min-width: 768px) {
  h1 {
    font-size: 2.9rem; }

  body.page-home h1 {
    line-height: 5.5rem; }

  body.page-home h1 {
    font-size: 2.6rem;
    line-height: 4rem; }

  h2 {
    font-size: 2.1rem; }

  body.page-home p {
    font-weight: 300; }

  .text-smaller h3 {
    font-size: 1.5rem; }

  .text-smaller p {
    margin-right: 15px;
    font-size: .8rem; } }
/* ******* Buttons ******* */
.btn {
  transition: all 0.3s ease; }

.btn.btn-primary,
.btn.btn-default {
  border: none;
  padding: 4px 40px 8px 40px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #61A146; }
  .btn.btn-primary:hover,
  .btn.btn-default:hover {
    cursor: pointer;
    background: #4C8435;
    transform: translateY(-2px); }
  .btn.btn-primary:active,
  .btn.btn-default:active {
    color: #fff;
    transform: translateY(0); }

.btn-primary::after {
  content: '\203A';
  margin-left: 12px;
  font-size: 1.5rem;
  font-weight: 400; }

.btn.btn-primary[disabled],
.btn.btn-default[disabled] {
  background: #c6c6c6 !important;
  color: #fff !important;
  cursor: not-allowed !important; }

.btn-arrow::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  font-weight: 900;
  margin-left: 0.5rem;
  vertical-align: middle; }

#hero .btn {
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25); }

@media (min-width: 768px) {
  .btn {
    padding: 6px 24px 8px;
    width: auto; } }
/* ******* Links ******* */
a {
  color: #61A146;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #4C8435;
    text-decoration: none; }

a:focus, button:focus, .nav-link:focus {
  outline: none;
  box-shadow: none; }

.block-links a {
  display: block;
  margin: 30px 0;
  text-decoration: none; }

/* ******* Navbar ******* */
header .navbar {
  padding: 0 10px;
  background: transparent !important; }

header .navbar .navbar-brand {
  margin: -5px 0 0;
  padding: 6px 0  !important;
  max-width: 260px !important; }

header .navbar-toggler {
  border: none;
  box-shadow: none; }

header .navbar-collapse {
  margin-top: 15px; }

header .navbar .navbar-nav a {
  display: block;
  margin: 0 20px 0 0;
  padding: 12px 18px !important;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 500;
  color: #525252; }
  header .navbar .navbar-nav a:hover {
    color: #03303b; }

header .navbar .navbar-nav a.show {
  background: #f9f9f9; }

header .navbar .navbar-nav li.nav-item-BiAMyt1QHh a {
  color: #CF4030; }

header .navbar .navbar-nav li.nav-item-BiAMyt1QHh a::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  padding-top: 0.1em;
  background-image: url("/templates/space2burn2025/skins/2025/images/wildfire/wf_logo_flame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

header .navbar .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04); }

header .navbar .navbar-nav .dropdown-menu a {
  margin: 0;
  font-size: .9rem;
  font-weight: 400; }
  header .navbar .navbar-nav .dropdown-menu a:hover {
    background-color: #f9f9f9;
    color: #03303b; }
  header .navbar .navbar-nav .dropdown-menu a:active {
    background-color: #f9f9f9; }

header .navbar .navbar-nav .dropdown-toggle:focus {
  outline: none;
  box-shadow: none; }

/* ******* Navbar - Medium screens (≥768px) ******* */
@media (min-width: 768px) {
  header .navbar {
    padding: 0 28px; }

  header .navbar .navbar-nav a {
    display: inline-block;
    font-size: .9rem; }

  header .navbar .navbar-brand {
    max-width: 300px; }

  header .navbar-collapse {
    margin-top: 0; } }
/* ******* Layout ******* */
.no-pad {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.bg-cover {
  background-size: cover !important; }

.img-fluid {
  min-width: 100%; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.spark .clear {
  display: none; }

.fa-icon {
  margin-right: 10px;
  font-size: 2rem;
  color: #000; }

#topbar {
  padding: 8px 14px; }

#topbar p {
  margin: 0 !important;
  font-size: .75rem;
  font-weight: 300; }

#topbar a {
  display: inline-block;
  margin-left: 0; }
  #topbar a:hover {
    cursor: pointer;
    color: #EFEFEF !important; }

#page-hero {
  padding: 150px 0 60px;
  min-height: 50px;
  background: #000; }

.page-hero-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px; }

.page-hero-content.page-hero-solo {
  background-color: #292929; }

.page-hero-content p:nth-of-type(1) {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  min-width: 150px;
  line-height: 2rem; }

.page-hero-content p:nth-of-type(2) {
  margin: 0 0 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 2.6rem; }

.page-hero-content.page-hero-solo p:nth-of-type(3) {
  margin: 45px 0 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff; }

.page-hero-content.page-hero-solo p.credits {
  margin: 0;
  border-bottom: none;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4rem;
  text-transform: none;
  color: #fff; }

.page-hero-content hr {
  border-top: 2px solid #fff;
  margin: 20px 0; }

body.page-home #page-hero {
  margin: 0;
  min-height: 485px; }

body.page-home .page-hero-content {
  margin: 0;
  padding: 0 15px 30px;
  background-color: transparent; }

body.page-home #page-hero .eyebrow {
  display: none;
  font-weight: 700;
  font-size: 1rem; }

body.page-home .page-hero-content h1 {
  width: auto;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 3.5rem; }

body.page-home .page-hero-content p.lead {
  display: none;
  margin-bottom: 20px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 3rem;
  border-bottom: none;
  letter-spacing: 0.2rem; }

#cms-page-content,
#cms-engine-content {
  margin: 20px; }

#cms-page-wrapper {
  padding: 0; }

section.service-block .col-md-8 {
  height: 380px; }

.text-shadow-faint {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

hr {
  border-top: 2px solid #ccc; }

hr.hr-white {
  border-top: 2px solid #fff; }

hr.hr-fat {
  border-top: 2px solid #fff;
  opacity: 1; }

hr.hr-short {
  width: 150px;
  margin-left: 0; }

.section-rounded {
  border-radius: 30px;
  padding: 30px; }

footer {
  padding: 64px 30px 15px; }

footer p.branding,
footer p.branding a {
  font-size: .75rem;
  color: #fff; }

footer ul.navgroup-2 li {
  margin-bottom: 8px; }

footer ul.navgroup-2 a {
  padding: 0;
  font-size: .8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

footer ul.navgroup-2 a:hover {
  color: #EFEFEF; }

#cms-engine-content-48 h2 {
  margin-bottom: 60px;
  font-size: 1.5rem; }

#cms-engine-content-48 .listitem h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #03303b; }

#application-form {
  max-width: 800px; }

#application-form label {
  font-size: .9rem; }

#legal-footer {
  margin: 90px 0 0;
  font-size: .8rem; }

#job-posts .post {
  margin: 0 0 60px; }

#job-posts .post h3 {
  margin: 0 0 10px;
  font-size: 1.2rem; }

#job-posts .post p {
  font-size: 1rem; }

#cms-engine-content-7 .post h2 {
  margin: 10px 0;
  font-size: 1.6rem; }

#cms-engine-content-7 .post h3 {
  margin: 10px 0 2px;
  font-size: 1.1rem; }

#cms-engine-content-7 .post h4 {
  margin: 0 0 10px 0;
  font-size: .9rem; }

#cms-engine-content-7 .post .row {
  margin-top: 30px; }

.border-subtle {
  border: 1px solid #ccc; }

section.testimonials .content img {
  max-height: 120px;
  min-width: auto; }

body.page-services section ul.list-unstyled li {
  margin-bottom: 10px; }

.hover-lift {
  transition: transform 0.6s ease, box-shadow 0.6s ease; }
  .hover-lift:hover {
    transform: translateY(-7px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

.hover-title {
  position: relative; }

.hover-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  opacity: 0.8;
  transition: opacity 0.5s ease; }
  .hover-title-overlay h3 {
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 1.5rem; }

.hover-title-overlay.visible {
  opacity: 1 !important; }

.text-hilight {
  background-color: #d3eac8; }

.project-scope h3 {
  color: #ACACAC; }

.project-scope ul li {
  margin-bottom: 4px;
  font-size: .8rem;
  text-transform: uppercase; }

nav#breadcrumb {
  padding: 0 21px; }

nav#breadcrumb li {
  font-size: .9rem; }

/* ******* Layout - Medium screens (≥768px) ******* */
@media (min-width: 768px) {
  #topbar {
    padding: 8px 64px; }

  #topbar p {
    font-size: .85rem; }

  #page-hero {
    min-height: 600px; }

  .page-hero-content {
    padding: 40px 100px 80px; }

  .page-hero-content.page-hero-solo {
    padding: 40px 100px; }

  .page-hero-content p:nth-of-type(1) {
    margin-bottom: 24px;
    padding-bottom: 14px; }

  .page-hero-content p:nth-of-type(2) {
    margin: 0;
    font-size: 6.2rem;
    color: #fff;
    line-height: 5.7rem; }

  .page-hero-content.page-hero-solo p:nth-of-type(3) {
    margin: 40px 0 0;
    font-size: 1.6rem; }

  .page-hero-content.page-hero-solo p.credits {
    font-size: 1rem; }

  body.page-home #page-hero {
    padding: 120px 120px 120px 0;
    min-height: auto; }

  body.page-home .page-hero-content {
    padding: 0 15px; }

  body.page-home #page-hero .eyebrow {
    display: inline-block;
    font-size: 1.6rem; }

  body.page-home .page-hero-content h1 {
    font-size: 5.8rem;
    line-height: 5.5rem; }

  body.page-home .page-hero-content p.lead {
    display: block;
    font-size: 1.5rem; }

  section.service-block .col-md-8 {
    height: 600px; }

  footer {
    padding: 64px 64px 15px; }

  .hover-title-overlay {
    opacity: 0; } }
/* ******* Forms ******* */
form {
  margin-top: 25px; }

textarea {
  min-height: 140px !important; }

label {
  font-weight: 500; }

form input,
form textarea,
form select {
  margin-bottom: 20px; }

form input:focus,
form textarea:focus,
form select:focus {
  border: 1px solid !important;
  box-shadow: none !important;
  outline: none !important; }

form input::placeholder,
form textarea::placeholder {
  color: #d0d0d0 !important; }

.validation-error {
  border: 1px solid red !important; }

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