.elementor-kit-1706{--e-global-color-primary:#1D3766;--e-global-color-secondary:#B77F48;--e-global-color-text:#000000;--e-global-color-accent:#FEE0F2;--e-global-color-39ff8ed:#FFFFFF;--e-global-color-3c81d10:#EFF1F2;--e-global-color-4e78799:#F4E7DA;--e-global-color-6b74882:#9B9B9B;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1706 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1706 a{color:var( --e-global-color-primary );}.elementor-kit-1706 a:hover{color:var( --e-global-color-secondary );}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-1706 h1{font-family:"Montserrat", Sans-serif;font-size:45px;font-weight:700;text-transform:uppercase;line-height:50px;letter-spacing:-1.5px;word-spacing:4px;}.elementor-kit-1706 h2{font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:700;text-transform:uppercase;line-height:42px;}.elementor-kit-1706 h3{font-family:"Roboto", Sans-serif;font-size:32px;font-weight:700;line-height:36px;}.elementor-kit-1706 h4{font-family:"Roboto", Sans-serif;font-size:34px;font-weight:400;line-height:40px;}.elementor-kit-1706 h5{font-family:"Roboto", Sans-serif;font-size:22px;font-weight:500;text-transform:uppercase;line-height:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1706{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:24px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1706 h1{font-size:34px;line-height:39px;}.elementor-kit-1706 h2{font-size:30px;line-height:34px;}.elementor-kit-1706 h3{font-size:29px;line-height:33px;}.elementor-kit-1706 h4{font-size:30px;line-height:34px;}.elementor-kit-1706 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0%;--container-default-padding-right:0%;--container-default-padding-bottom:0%;--container-default-padding-left:0%;}}@media(max-width:767px){.elementor-kit-1706{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:24px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1706 h1{font-size:30px;line-height:32px;}.elementor-kit-1706 h2{font-size:26px;line-height:28px;}.elementor-kit-1706 h3{font-size:26px;line-height:30px;}.elementor-kit-1706 h4{font-size:26px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Blue:#1d3766; --Tab-radius:20px; --Gold:#b77f48; --White:#ffffff; --Light-Tan-Background:#f4e7da; }
/* Start custom CSS *//* Make button the positioning container */
/* outer widget wrapper */
.propst-btn {
  display: inline-block;
  width: auto !important;
}

/* actual button */
.propst-btn .elementor-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  overflow: visible !important;
}

/* wrapper around text + icon */
.propst-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 !important;
}

/* remove any default icon spacing */
.propst-btn .elementor-button-icon {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  margin: 0 !important;
  line-height: 1;
}

/* keep text centered cleanly */
.propst-btn .elementor-button-text {
  display: block;
  line-height: 1;
}

/* svg size */
.propst-btn .elementor-button-icon svg {
  width: 42px;
  height: 42px;
  transition: transform 0.3s ease;
}

/* hover */
.propst-btn:hover .elementor-button-icon svg {
  transform: rotate(45deg);
}

/* =========================
   FORM 3 LENDER / TANK FORM
========================= */
#gform_wrapper_3 {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
}

/* 50 / 50 columns */
#gform_wrapper_3 #gform_fields_3 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  align-items: start;
}

/* kill GF widths */
#gform_wrapper_3 .gfield {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* =========================
   LEFT COLUMN
========================= */
#gform_wrapper_3 .gf-left-col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 14px;
}

/* TOP ROWS */
#field_3_1  { grid-column: 1 / 5; } /* Date */
#field_3_3  { grid-column: 1 / 7; }  /* Company */
#field_3_4  { grid-column: 7 / 13; } /* Contact */
#field_3_6  { grid-column: 1 / 7; }  /* Email */
#field_3_5  { grid-column: 7 / 13; } /* Phone */

/* ADDRESS */
#field_3_15 { grid-column: 1 / -1; }

/* City / State / Zip (50 / 20 / 30) */
#field_3_9  { grid-column: 1 / 7; }  /* City */
#field_3_10 { grid-column: 7 / 9; }  /* State */
#field_3_11 { grid-column: 9 / 13; } /* Zip */

/* DELIVERY */
#field_3_8  { grid-column: 1 / -1; }

#field_3_16 { grid-column: 1 / 7; }  /* Delivery City */
#field_3_17 { grid-column: 7 / 9; }  /* Delivery State */
#field_3_18 { grid-column: 9 / 13; } /* Delivery Zip */

/* ADDITIONAL INFO */
#field_3_20 { grid-column: 1 / -1; }

#gform_wrapper_3 textarea {
  min-height: 120px !important;
  resize: vertical;
}

#gform_wrapper_3 #field_3_20 textarea {
  min-height: 80px !important;
  height: 80px !important;
}

/* label spacing */
#gform_wrapper_3 .gfield_label {
  margin-top: 1em !important;
}

/* remove top spacing for first row */
#field_3_1 .gfield_label,
#field_3_21 .gfield_label,
#field_3_22 .gfield_label {
  margin-top: 0 !important;
}

/* =========================
   RIGHT COLUMN
========================= */
#gform_wrapper_3 .gf-right-col {
  width: 100%;
}

#gform_wrapper_3 .gf-right-box {
  border: 1.5px solid #b77f48;
  padding: 40px;
  background: #fff;
}

#gform_wrapper_3 .gf-right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 18px;
  align-items: start;
}

#field_3_21 { grid-column: 1 / 2; }   /* Number of Tanks */
#field_3_22 { grid-column: 2 / 3; }   /* Duration of Rentals */
#field_3_24 { grid-column: 1 / 2; }   /* Type of Tank(s) */
#field_3_23 { grid-column: 2 / 3; }   /* Type of Pump */
#field_3_25 { grid-column: 1 / -1; }  /* Fuel Type full width */

/* TYPE OF TANKS: hard reset spacing */
#field_3_24 {
  margin: 0 !important;
  padding: 0 !important;
}

#field_3_24 .gfield_label {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

#field_3_24 .gfield_description,
#field_3_24 .instruction {
  display: block !important;
  margin: 0px 0 2px 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

#field_3_24 .ginput_container,
#field_3_24 .ginput_container_checkbox,
#field_3_24 .gfield_checkbox {
  margin: 0 !important;
  padding: 0 !important;
}

#field_3_24 .gfield_checkbox .gchoice:first-child {
  margin-top: 4px !important;
}

#field_3_24 .gchoice {
  margin: 0 0 2px 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

/* =========================
   LABELS
========================= */
#gform_wrapper_3 .gfield_label {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1d3766 !important;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

#gform_wrapper_3 .gfield_required {
  color: #ed1c24 !important;
}

/* descriptions tighter */
#gform_wrapper_3 .gfield_description {
  font-size: 12px;
  margin: 0 0 6px 0 !important;
}

#field_3_24 .gfield_description {
  margin: -2px 0 4px 0 !important;
}

/* =========================
   INPUTS - TEXT FIELDS ONLY
========================= */
#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 input[type="number"],
#gform_wrapper_3 input[type="date"],
#gform_wrapper_3 select,
#gform_wrapper_3 textarea {
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f9f3ec !important;
  color: #222 !important;
  box-shadow: none !important;
  padding: 10px 12px !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  min-height: 38px;
}

#gform_wrapper_3 ::placeholder {
  color: #9b9b9b !important;
  opacity: 1 !important;
  text-transform: uppercase;
  font-size: 12px;
}

/* =========================
   CHOICES
========================= */
#gform_wrapper_3 .gfield_checkbox,
#gform_wrapper_3 .gfield_radio {
  display: grid;
  row-gap: 3px;
  margin-top: 0 !important;
}

#gform_wrapper_3 .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0 !important;
}

#gform_wrapper_3 .gchoice label {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #111 !important;
  margin: 0 !important;
}

#gform_wrapper_3 .ginput_container_checkbox .gchoice,
#gform_wrapper_3 .ginput_container_radio .gchoice {
  margin-bottom: 0 !important;
}

/* brand color */
#gform_wrapper_3 input[type="radio"],
#gform_wrapper_3 input[type="checkbox"] {
  accent-color: #b77f48;
}

/* round look for tank checkboxes */
#field_3_24 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #888;
  border-radius: 50%;
  background: #fff;
  margin-top: 2px;
  position: relative;
  flex: 0 0 13px;
}

#field_3_24 input[type="checkbox"]:checked {
  border-color: #b77f48;
  background: #b77f48;
}

#field_3_24 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff;
}

/* tighten Type of Tanks spacing */
#field_3_24 .gfield_description,
#field_3_24 .instruction {
  margin: -2px 0 4px 0 !important;
}

#field_3_24 .ginput_container_checkbox,
#field_3_24 .ginput_container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  #gform_wrapper_3 #gform_fields_3 {
    grid-template-columns: 1fr !important;
  }

  /* keep left side as a real 12-col grid */
  #gform_wrapper_3 .gf-left-col {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
  }

  /* stack all left fields full width by default */
  #gform_wrapper_3 .gf-left-col > .gfield {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* make Date only 40% wide */
  #gform_wrapper_3 .gf-left-col > #field_3_1 {
    grid-column: 1 / 6 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* make the actual date input follow the wrapper width */
  #gform_wrapper_3 .gf-left-col > #field_3_1 .ginput_container,
  #gform_wrapper_3 .gf-left-col > #field_3_1 input,
  #gform_wrapper_3 .gf-left-col > #field_3_1 input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* right side stacks */
  #gform_wrapper_3 .gf-right-grid {
    grid-template-columns: 1fr !important;
  }

  #gform_wrapper_3 .gf-right-grid > .gfield {
    grid-column: 1 / -1 !important;
  }
}
/* Form 3 focus state */
#gform_wrapper_3 input[type="text"]:focus,
#gform_wrapper_3 input[type="email"]:focus,
#gform_wrapper_3 input[type="tel"]:focus,
#gform_wrapper_3 input[type="number"]:focus,
#gform_wrapper_3 input[type="date"]:focus,
#gform_wrapper_3 select:focus,
#gform_wrapper_3 textarea:focus {
  outline: none !important;
  border: 1px solid #b77f48 !important;
  box-shadow: none !important;
  background: #f9f3ec !important;
}

/* =========================
   LEFT ALIGNS BULLET POINTS
========================= */
.elementor-kit-1706 ul {
  padding-left: 1.25em;
  margin-left: 0;
}
/* each bullet */
.elementor-kit-1706 ul li {
  font-size: 16px;
  line-height: 20px; /* tighter for wrapped lines */
  margin-bottom: 5px; /* DESKTOP spacing */
}

/* tablet */
@media (max-width: 1024px) {
  .elementor-kit-1706 ul li {
    margin-bottom: 8px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .elementor-kit-1706 ul li {
    margin-bottom: 8px;
  }
}

/* remove extra space on last item */
.elementor-kit-1706 ul li:last-child {
  margin-bottom: 0;
}

/* =========================
   PROPST GF SUBMIT BUTTON
========================= */
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  display: flex;
  justify-content: center;
  margin-top: 34px !important;
  padding-top: 0 !important;
}

.gform_wrapper .gf-propst-btn-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible !important;
}

/* the actual submit button */
.gform_wrapper input[type="submit"].propst-btn {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;

  height: auto !important;
  min-height: 0 !important;
  width: auto !important;
  min-width: 175px;

  padding: 12px 47px 12px 40px !important;

  border: 1px solid #000 !important;
  border-radius: 15px 0 0 0 !important;
  background: #fff !important;
  color: #111 !important;

  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase;

  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* SVG circle + arrow */
.gform_wrapper .gf-propst-btn-wrap::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 52%;
  transform: translateY(-60%) rotate(0deg);
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px 42px;
  pointer-events: none;
  z-index: 3;
  transition: transform 0.3s ease;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'>\
<circle cx='25' cy='25' r='25' fill='%23b77f48'/>\
<path d='M32.1,17.3h-11.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h9.1l-12.1,11.1c-.5.4-.5,1.2,0,1.6.2.2.5.4.9.4s.6,0,.8-.3l12.2-11.2v8.7c0,.6.5,1.2,1.2,1.2s1.2-.5,1.2-1.2v-11.4c0-.6-.5-1.2-1.2-1.2h-.2Z' fill='%23000000'/>\
</svg>");
}

/* hover state */
.gform_wrapper .gf-propst-btn-wrap:hover input[type="submit"].propst-btn,
.gform_wrapper .gf-propst-btn-wrap:focus-within input[type="submit"].propst-btn {
  background: #1d3766 !important;
  border-color: #1d3766 !important;
  color: #fff !important;
}

/* rotate + swap to white arrow */
.gform_wrapper .gf-propst-btn-wrap:hover::after,
.gform_wrapper .gf-propst-btn-wrap:focus-within::after {
  transform: translateY(-60%) rotate(45deg);

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'>\
<circle cx='25' cy='25' r='25' fill='%23b77f48'/>\
<path d='M32.1,17.3h-11.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h9.1l-12.1,11.1c-.5.4-.5,1.2,0,1.6.2.2.5.4.9.4s.6,0,.8-.3l12.2-11.2v8.7c0,.6.5,1.2,1.2,1.2s1.2-.5,1.2-1.2v-11.4c0-.6-.5-1.2-1.2-1.2h-.2Z' fill='%23ffffff'/>\
</svg>");
}
/* FORM 1 ONLY: button alignment */
#gform_wrapper_1 .gform_footer,
#gform_wrapper_1 .gform_page_footer {
  justify-content: flex-start !important;
}

/* FORM 1 ONLY: circle position */
#gform_wrapper_1 .gf-propst-btn-wrap::after {
  right: -20px;
  top: 0;
  transform: translateY(0) rotate(0deg);
}

#gform_wrapper_1 .gf-propst-btn-wrap:hover::after,
#gform_wrapper_1 .gf-propst-btn-wrap:focus-within::after {
  transform: translateY(0) rotate(45deg);
}


/* =========================
  REMOVES "* indicates required fields" on ALL Gravity Forms
========================= */
.gform_wrapper .gform_required_legend {
  display: none !important;
}

/*  =========================
    ALL GRAVITY FORMS: focus state = Propst Gold 
========================= */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  outline: none !important;
  border-color: #b77f48 !important;
  box-shadow: none !important;
  background: #f9f3ec !important;
}
/* specifically override GF theme styles */
body .gform_wrapper.gform-theme input:focus,
body .gform_wrapper.gform-theme textarea:focus,
body .gform_wrapper.gform-theme select:focus {
  outline: none !important;
  border-color: #b77f48 !important;
  box-shadow: none !important;
}

/* =========================
   ALL GRAVITY FORMS EXCEPT FORM 3
========================= */

/* INPUT FIELDS */
.gform_wrapper:not(#gform_wrapper_3) input[type="text"],
.gform_wrapper:not(#gform_wrapper_3) input[type="email"],
.gform_wrapper:not(#gform_wrapper_3) input[type="tel"],
.gform_wrapper:not(#gform_wrapper_3) input[type="number"],
.gform_wrapper:not(#gform_wrapper_3) input[type="date"],
.gform_wrapper:not(#gform_wrapper_3) select,
.gform_wrapper:not(#gform_wrapper_3) textarea {
  border: 1px solid #9b9b9b !important;   /* grey border */
  border-radius: 0 !important;            /* no rounded corners */
  box-shadow: none !important;
}

/* FOCUS STATE (match your gold system) */
.gform_wrapper:not(#gform_wrapper_3) input:focus,
.gform_wrapper:not(#gform_wrapper_3) textarea:focus,
.gform_wrapper:not(#gform_wrapper_3) select:focus {
  outline: none !important;
  border: 1px solid #b77f48 !important;
  box-shadow: none !important;
}

/* LABELS */
.gform_wrapper:not(#gform_wrapper_3) .gfield_label {
  font-weight: 400 !important;  /* normal instead of bold */
}
/* DROPDOWN PLACEHOLDER COLOR */
.gform_wrapper select.gf-select-placeholder {
  color: #666666 !important;
}
.gform_wrapper select:not(.gf-select-placeholder) {
  color: #111111 !important;
}

/* =========================
   CAREERS FORM 4 - CLEAN LAYOUT
========================= */

#gform_wrapper_4 #gform_fields_4 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}

/* columns */
.gf-careers-left-col,
.gf-careers-right-col {
  display: flex;
  flex-direction: column;
}

.gf-careers-left-col { gap: 20px; }
.gf-careers-right-col { gap: 28px; }

/* =========================
   ROW STRUCTURE
========================= */

.gf-row-2,
.gf-row-3 {
  display: flex;
  gap: 20px;
}

.gf-row-2 .gfield { flex: 1; }

.gf-row-3 .gfield:nth-child(1) { flex: 2; }
.gf-row-3 .gfield:nth-child(2) { flex: 0.8; }
.gf-row-3 .gfield:nth-child(3) { flex: 1.2; }

/* =========================
   🔥 TARGETED ROW SPACING (THIS FIXES ADDRESS)
========================= */

/* Name → Email */
.gf-name-row {
  margin-bottom: -8px !important;
}

/* Email → Address (THIS is your pink line fix) */
.gf-contact-row {
  margin-bottom: -8px !important;
}

/* Address → City */
#field_4_15 {
  margin-bottom: -8px !important;
}

/* City → next section */
.gf-location-row {
  margin-bottom: 20px !important;
}

/* =========================
   SECTION HEADERS
========================= */

#field_4_42,
#field_4_43,
#field_4_47 {
  margin: 0 !important;
  padding-bottom: 0px;
}

#field_4_43 {
  margin-top: 20px !important;
}

#field_4_42 .gsection_title,
#field_4_43 .gsection_title {
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #1d3766 !important;
  padding-bottom: 0px;
  margin: 0;
}
#field_4_47 .gsection_title {
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #1d3766 !important;
  margin: 20px 0 0 0;
}

/* =========================
   INPUTS
========================= */

#gform_wrapper_4 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
#gform_wrapper_4 select,
#gform_wrapper_4 textarea {
  width: 100% !important;
  border: 1px solid #c9c9c9;
}

/* =========================
   RADIO / CHECKBOX
========================= */

#gform_wrapper_4 input[type="checkbox"],
#gform_wrapper_4 input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
}

#gform_wrapper_4 input[type="checkbox"]:checked,
#gform_wrapper_4 input[type="radio"]:checked {
  background: #b77f48;
  box-shadow: inset 0 0 0 4px #fff;
}

/* =========================
   RESTORE INLINE RADIOS + CDL COLUMNS
========================= */

/* Yes / No radios inline */
#field_4_29 .gfield_radio,
#field_4_33 .gfield_radio,
#field_4_46 .gfield_radio,
#field_4_38 .gfield_radio {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* Make each radio choice inline */
#field_4_29 .gchoice,
#field_4_33 .gchoice,
#field_4_46 .gchoice,
#field_4_38 .gchoice {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

/* CDL endorsements in 2 columns */
#field_4_32 .gfield_checkbox {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 40px !important;
  row-gap: 10px !important;
}

/* CDL choices aligned */
#field_4_32 .gchoice {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

/* File upload description */
#field_4_40 .gfield_description {
  color: #9b9b9b !important;
  margin-top: -6px;
}

/* Space above Upload Resume */
#field_4_40 {
  margin-top: 20px !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  #gform_wrapper_4 #gform_fields_4 {
    grid-template-columns: 1fr !important;
  }

  .gf-row-2,
  .gf-row-3 {
    flex-direction: column;
  }
}

/* =========================
   Keeps top level main nav from shifting when opening megamenu
========================= */
#ekit-megamenu-propst-main-menu .elementskit-dropdown-has > a {
  display: inline-flex !important;
  align-items: center;
  gap: 0 !important;
}

#ekit-megamenu-propst-main-menu .elementskit-dropdown-has > a .elementskit-submenu-indicator {
  display: none !important;
}

/* =========================
   PRODUCT TABLE STYLING
========================= */
/* ===== TablePress Product Tables ===== */

/* Remove outer borders + backgrounds */
.tablepress,
.tablepress table {
  border: none !important;
  background: transparent !important;
}

/* Remove alternating row colors */
.tablepress tbody tr {
  background: transparent !important;
}

/* Cells */
.tablepress td {
  border: none !important;
  border-bottom: 1px solid rgba(183, 127, 72, 0.5) !important;
  padding: 8px 0 !important;
  vertical-align: top !important;
  color: #000 !important;
  text-align: left !important;
  background: transparent !important;
}

/* First column */
.tablepress td:first-child {
  font-weight: 400;
}

/* Size column */
.tablepress td:last-child {
  text-align: right !important;
  white-space: nowrap;
  padding-left: 16px !important;
}

/* Remove last row border */
.tablepress tr:last-child td {
  border-bottom: none !important;
}

/* Remove paragraph spacing */
.tablepress p {
  margin: 0 !important;
}

/* Links only */
.tablepress a {
  color: #00396b !important; /* Propst Blue */
  text-decoration: none;
  font-weight: 400;
}

.tablepress a:hover {
  color: #b77f48 !important; /* Propst Gold */
}
/* =========================
   ADDS HIGHLIGHT TO PAGE WHERE SEARCH RESULTS ARE
========================= */
.relevanssi-query-term {
  background-color: #f4e7da;
  color: #000;
  padding: 2px 4px;
}

/* =========================
   LAYERSLIDER PAGINATION DOTS
   PROPST COLORS
========================= */

.ls-bottom-nav-wrapper,
.ls-bottom-slidebuttons {
  opacity: 1 !important;
  visibility: visible !important;
}

.ls-bottom-slidebuttons a {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;

  padding: 0 !important;
  margin: 0 6px !important;

  border-radius: 50% !important;
  background: #1d3766 !important;
  border: 1px solid #b77f48 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background-image: none !important;
  box-sizing: border-box !important;
}

/* active dot */
.ls-bottom-slidebuttons a.ls-nav-active {
  background: #b77f48 !important;
  border-color: #1d3766 !important;
}
/* =========================
   LAYERSLIDER DOTS - PROPST
   Static blue, hover gold, active gold
========================= */

.ls-wp-container .ls-bottom-slidebuttons > a {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
  margin: 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  position: relative !important;
  overflow: visible !important;
}

/* draw the actual dot */
.ls-wp-container .ls-bottom-slidebuttons > a::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #1d3766 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* hover gold */
.ls-wp-container .ls-bottom-slidebuttons > a:hover::before {
  background: #b77f48 !important;
}

/* active gold */
.ls-wp-container .ls-bottom-slidebuttons > a.ls-nav-active::before,
.ls-wp-container .ls-bottom-slidebuttons > a.ls-nav-active:hover::before,
.ls-wp-container .ls-bottom-slidebuttons > a.ls-nav-active:focus::before,
.ls-wp-container .ls-bottom-slidebuttons > a.ls-nav-active:active::before {
  background: #b77f48 !important;
}

/* remove any skin overlay */
.ls-wp-container .ls-bottom-slidebuttons > a::after {
  display: none !important;
  content: none !important;
}

/* =========================
   PROPST BUTTON ALT
   OVERRIDES PROPST-BTN ON GF SUBMIT
========================= */

/* desktop */
body .propst-btn-alt .gform_footer {
  display: flex !important;
  justify-content: flex-end !important;
}

/* tablet + mobile */
@media (max-width: 1024px) {
  body .propst-btn-alt .gform_footer {
    justify-content: center !important;
  }

  body .propst-btn-alt .gform_button {
    margin: 0 auto !important;
  }
}

/* override the existing propst-btn class on this submit button */
body .propst-btn-alt input.gform_button.propst-btn[type="submit"] {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;

  border-radius: 15px 0 0 0 !important;

  min-width: 200px !important;
  height: 40px !important;
  padding: 12px 0px 15px 0px !important;

  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;

  box-shadow: none !important;
}

/* hover */
body .propst-btn-alt input.gform_button.propst-btn[type="submit"]:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #1d3766 !important;
  border-color: #ffffff !important;
}/* End custom CSS */