/* Theme info comment block needed for WordPress */
/*
Theme Name: DekaLift 2025
Author: Matthew Stone, Ksand, Inc.
Author URI: http://www.ksand.com/
*/
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
body {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: inherit;
}

section {
  width: 100%;
  display: block;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: 700;
}

.contain {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

.flex_till_laptop, .flex_till_tablet, .flex_till_phone {
  display: flex;
  align-items: center;
}

.centerblock {
  /* Empty rule removed */
}

.hide-desktop {
  display: none;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  /*overflow: hidden;*/
  /* Removed mixin: @include padd_tb_value(2%, 0%); */
}
.grid .col {
  box-sizing: border-box;
  float: left;
  clear: none;
  min-height: 1px;
}
.grid .col.push_rt {
  float: right;
}
.grid .desktop1 {
  width: 8.3333333333%;
}
.grid .desktop2 {
  width: 16.6666666667%;
}
.grid .desktop3 {
  width: 25%;
}
.grid .desktop4 {
  width: 33.3333333333%;
}
.grid .desktop5 {
  width: 41.6666666667%;
}
.grid .desktop6 {
  width: 50%;
}
.grid .desktop7 {
  width: 58.3333333333%;
}
.grid .desktop8 {
  width: 66.6666666667%;
}
.grid .desktop9 {
  width: 75%;
}
.grid .desktop10 {
  width: 83.3333333333%;
}
.grid .desktop11 {
  width: 91.6666666667%;
}
.grid .desktop12 {
  width: 100%; /* Removed mixin: @include twelve_col(); */
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .laptopclear {
    float: none;
  }
  .laptop_border_off {
    border: none;
  }
  .flex_till_laptop {
    display: block;
  }
  .grid .laptop1 {
    width: 8.3333333333%;
  }
  .grid .laptop2 {
    width: 16.6666666667%;
  }
  .grid .laptop3 {
    width: 25%;
  }
  .grid .laptop4 {
    width: 33.3333333333%;
  }
  .grid .laptop5 {
    width: 41.6666666667%;
  }
  .grid .laptop6 {
    width: 50%;
  }
  .grid .laptop7 {
    width: 58.3333333333%;
  }
  .grid .laptop8 {
    width: 66.6666666667%;
  }
  .grid .laptop9 {
    width: 75%;
  }
  .grid .laptop10 {
    width: 83.3333333333%;
  }
  .grid .laptop11 {
    width: 91.6666666667%;
  }
  .grid .laptop12 {
    width: 100%; /* Removed mixin: @include twelve_col(); */
  }
}
@media only screen and (max-width: 800px) {
  .no_tablet {
    display: none;
  }
  .tablet_border_off {
    border: none;
  }
  .tabletclear {
    float: none;
  }
  .flex_till_tablet {
    display: block;
  }
  .grid .tablet1 {
    width: 8.3333333333%;
  }
  .grid .tablet2 {
    width: 16.6666666667%;
  }
  .grid .tablet3 {
    width: 25%;
  }
  .grid .tablet4 {
    width: 33.3333333333%;
  }
  .grid .tablet5 {
    width: 41.6666666667%;
  }
  .grid .tablet6 {
    width: 50%;
  }
  .grid .tablet7 {
    width: 58.3333333333%;
  }
  .grid .tablet8 {
    width: 66.6666666667%;
  }
  .grid .tablet9 {
    width: 75%;
  }
  .grid .tablet10 {
    width: 83.3333333333%;
  }
  .grid .tablet11 {
    width: 91.6666666667%;
  }
  .grid .tablet12 {
    width: 100%; /* Removed mixin: @include twelve_col(); */
  }
}
@media only screen and (max-width: 586px) {
  .no_phone {
    display: none;
  }
  .phone_border_off {
    border: none;
  }
  .flex_till_phone {
    display: block;
  }
  .grid .phoneclear {
    float: none;
  }
  .grid .phone1 {
    width: 8.3333333333%;
  }
  .grid .phone2 {
    width: 16.6666666667%;
  }
  .grid .phone3 {
    width: 25%;
  }
  .grid .phone4 {
    width: 33.3333333333%;
  }
  .grid .phone5 {
    width: 41.6666666667%;
  }
  .grid .phone6 {
    width: 50%;
  }
  .grid .phone7 {
    width: 58.3333333333%;
  }
  .grid .phone8 {
    width: 66.6666666667%;
  }
  .grid .phone10 {
    width: 83.3333333333%;
  }
  .grid .phone11 {
    width: 91.6666666667%;
  }
  .grid .phone12 {
    width: 100%; /* Removed mixin: @include twelve_col(); */
  }
}
body {
  padding: 0px;
  margin: 0px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

body,
input,
select,
p,
h1,
h2,
h3,
h4,
button {
  font-family: "Open Sans", sans-serif;
}

header {
  /*
  --header-height: clamp(150px,
          calc(213px + (100vw - 1700px) * 0.094),
          260px);
  --orange-height: calc(var(--header-height) * 0.816);
  */
  --header-height: clamp(100px,
          calc(140px + (100vw - 1700px) * 0.077),
          180px);
  --orange-height: calc(var(--header-height) * 0.8571);
  background-color: #ec402a;
  position: relative;
  height: var(--header-height);
  background: url("images/Header_DekaLiftTruck_2.png") center top no-repeat;
  background-size: cover;
}

header .orange-content {
  height: var(--orange-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header .logo {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

header .logo img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

header .headline {
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  font-weight: bold;
}

footer {
  height: 110px;
  background-color: #e7e6e5;
  position: relative;
  margin-top: 39px;
}
footer::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: url("/wp-content/uploads/2025/07/Footer_Lines.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 38px;
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
footer .footer_container .copyright-notice {
  font-size: 12px;
}
footer .footer_container div img {
  max-height: 45px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 10px;
}

h1 {
  font-size: 18px;
  line-height: 1.2;
  color: #e88f3d;
  font-weight: 700px;
  margin-block-start: 0px;
  margin-block-end: 5px;
}

h2 {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}

.btn-contact {
  width: 300px;
  height: 30px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.btn-contact:hover {
  background-color: white;
  cursor: pointer;
}

.container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

#main_container {
  margin-top: -2vw;
}

.disclaimer {
  font-size: 12px;
  line-height: 16px;
}

.noh2 {
  margin-top: 35px;
}

form .select {
  position: relative;
  display: block;
  width: 100%;
}

form .select::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec402a;
  position: absolute;
  right: 10%;
  top: 3px;
  height: 30px;
  width: 30px;
  pointer-events: none;
}

select,
select:focus,
select:focus-visible,
select:enabled,
input,
input:focus,
input:focus-visible,
input:enabled,
textarea,
textarea:focus,
textarea:focus-visible,
textarea:enabled {
  border: 1px solid #ec402a;
  outline: none;
  box-shadow: none;
}

select:disabled,
input:disabled,
textarea:disabled {
  border: 1px solid #CCC !important;
}

select,
input,
textarea {
  font-size: 14px;
  width: 100%;
  color: #333;
  height: 30px;
  margin-top: 3px;
  position: relative;
  text-overflow: ellipsis;
  width: 90%;
  background: #ffffff;
  padding: 0 63px 0 15px !important;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  border-radius: 0;
  border: 1px solid #ec402a;
  font-size: 1em;
  margin-top: 3px;
  padding: 13px 15px;
  width: 100%;
}

label {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.form-group {
  margin-bottom: 5px;
}

.error-message {
  color: red;
  margin-left: 10px;
  font-size: 0.9em;
}

.loading-spinner {
  display: inline-block;
  margin-left: 0px;
  margin-top: -8px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.loading-spinner svg {
  animation: spin 1s linear infinite;
  width: 100%;
  height: 100%;
}

.loading-spinner svg circle {
  stroke: #ec402a !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.specs-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  margin: 40px auto;
}

.specs-spinner svg {
  width: 100%;
  height: 100%;
  animation: spin 1.2s linear infinite;
}

.specs-spinner svg circle {
  stroke: #ec402a !important;
}

#specs .specs-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
}

#specs .specs-spinner svg {
  width: 80px;
  height: 80px;
  animation: spin 1.2s linear infinite;
}

#specs .specs-spinner svg circle {
  stroke: #ec402a !important;
}

.btn {
  width: 100%;
  text-transform: uppercase;
  height: 30px;
  box-sizing: border-box;
  font-weight: 700;
  border: 1px solid #ec402a;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-orange {
  background-color: #ec402a;
  color: white;
}

.btn-orange:hover {
  background-color: white;
  color: #ec402a;
}

.btn-white {
  background-color: white;
  border-color: black;
  color: black;
}

.btn-white:hover {
  background-color: black;
  color: white;
}

a.btn.btn-orange.btn-download > i {
  margin-right: 10px;
}

a.btn.btn-orange.btn-download[disabled] {
  background-color: #e7e6e5;
  border-color: #CCC;
}

a.btn.btn-orange.btn-download[disabled]:hover {
  color: white;
}

#specs-container {
  border-top: thin solid #ec402a;
}

/* Gravity Forms Overrides */
.gform_wrapper form .gform_body #gform_fields_1,
.gform_wrapper form .gform_body .gform_fields {
  row-gap: 0px !important;
  column-gap: 10px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.gform_wrapper form .gform_body .gfield {
  margin-bottom: 5px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.gform_wrapper form .gform_body .gfield .gfield_label,
.gform_wrapper form .gform_body .gfield .gform-field-label,
.gform_wrapper form .gform_body .gfield .gform-field-label--type-sub,
.gform_wrapper form .gform_body .gfield .ginput_complex label {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 2px !important;
}
.gform_wrapper form .gform_body .gfield .ginput_container {
  margin-top: 3px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.gform_wrapper form .gform_body .gfield .ginput_complex.ginput_container_name .name_first {
  padding-right: 10px !important;
}
.gform_wrapper form .gform_body .gfield .ginput_complex.ginput_container_name .name_last {
  padding-left: 10px !important;
}
.gform_wrapper form .gform_body .gfield input[type=text],
.gform_wrapper form .gform_body .gfield input[type=email],
.gform_wrapper form .gform_body .gfield input[type=tel],
.gform_wrapper form .gform_body .gfield input[type=password],
.gform_wrapper form .gform_body .gfield input[type=number] {
  font-size: 14px !important;
  width: 100% !important;
  color: #333 !important;
  height: 30px !important;
  margin-top: 3px !important;
  position: relative !important;
  text-overflow: ellipsis !important;
  background: #ffffff !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #ec402a !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.gform_wrapper form .gform_body .gfield select {
  font-size: 14px !important;
  width: 100% !important;
  color: #333 !important;
  height: 30px !important;
  margin-top: 3px !important;
  position: relative !important;
  text-overflow: ellipsis !important;
  background: #ffffff !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #ec402a !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.gform_wrapper form .gform_body .gfield textarea {
  font-size: 14px !important;
  width: 100% !important;
  color: #333 !important;
  min-height: 60px !important;
  margin-top: 3px !important;
  position: relative !important;
  text-overflow: ellipsis !important;
  background: #ffffff !important;
  padding: 13px 15px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  cursor: text !important;
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #ec402a !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.gform_wrapper form .gform_footer,
.gform_wrapper form .gform_page_footer {
  margin-top: 5px !important;
  padding-top: 0px !important;
  grid-column: span 6 !important;
  max-width: calc(50% - 5px) !important;
}
.gform_wrapper form .gform_footer input[type=submit],
.gform_wrapper form .gform_footer input[type=button],
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_page_footer input[type=submit],
.gform_wrapper form .gform_page_footer input[type=button],
.gform_wrapper form .gform_page_footer button {
  width: 100% !important;
  text-transform: uppercase !important;
  height: 30px !important;
  box-sizing: border-box !important;
  font-weight: 700 !important;
  border: 1px solid #ec402a !important;
  font-size: 14px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #ec402a !important;
  color: white !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}
.gform_wrapper form .gform_footer input[type=submit]:hover,
.gform_wrapper form .gform_footer input[type=button]:hover,
.gform_wrapper form .gform_footer button:hover,
.gform_wrapper form .gform_page_footer input[type=submit]:hover,
.gform_wrapper form .gform_page_footer input[type=button]:hover,
.gform_wrapper form .gform_page_footer button:hover {
  background-color: white !important;
  color: #ec402a !important;
}

.gfield_required_text {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
}

#gfield_description_1_3 {
  display: none;
}

.gform_heading {
  display: none !important;
}

textarea#input_1_3,
.gform_wrapper textarea.textarea {
  min-height: 60px !important;
  height: 60px !important;
}

/* Mobile Gravity Forms Styles */
@media screen and (max-width: 991px) {
  .gform_wrapper form .gform_body #gform_fields_1 .gfield,
  .gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px !important;
  }
  .gform_wrapper form .gform_body #gform_fields_1 .gfield label.gfield_label,
  .gform_wrapper form .gform_body #gform_fields_1 .gfield label.gform-field-label,
  .gform_wrapper form .gform_body #gform_fields_1 .gfield .gform-field-label--type-sub,
  .gform_wrapper form .gform_body #gform_fields_1 .gfield .ginput_complex label,
  .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label,
  .gform_wrapper form .gform_body .gform_fields .gfield label.gform-field-label,
  .gform_wrapper form .gform_body .gform_fields .gfield .gform-field-label--type-sub,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex label {
    font-size: 14px !important;
  }
  .gform_wrapper form .gform_body #gform_fields_1 .gfield input[type=text],
  .gform_wrapper form .gform_body #gform_fields_1 .gfield input[type=email],
  .gform_wrapper form .gform_body #gform_fields_1 .gfield input[type=tel],
  .gform_wrapper form .gform_body #gform_fields_1 .gfield input[type=password],
  .gform_wrapper form .gform_body #gform_fields_1 .gfield input[type=number],
  .gform_wrapper form .gform_body #gform_fields_1 .gfield select,
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=text],
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel],
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=password],
  .gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
  .gform_wrapper form .gform_body .gform_fields .gfield select {
    height: 45px !important;
    width: 100% !important;
  }
  .gform_wrapper form .gform_body #gform_fields_1 .gfield textarea,
  .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    min-height: 120px !important;
    width: 100% !important;
  }
  .gform_wrapper form .gform_footer,
  .gform_wrapper form .gform_page_footer {
    grid-column: span 12 !important;
  }
  .gform_wrapper form .gform_footer input[type=submit],
  .gform_wrapper form .gform_footer input[type=button],
  .gform_wrapper form .gform_footer button,
  .gform_wrapper form .gform_page_footer input[type=submit],
  .gform_wrapper form .gform_page_footer input[type=button],
  .gform_wrapper form .gform_page_footer button {
    height: 45px !important;
  }
}
/* Mobile Gravity Forms - Full Width Submit Button */
@media screen and (max-width: 768px) {
  .gform_wrapper form .gform_footer,
  .gform_wrapper form .gform_page_footer {
    grid-column: span 12 !important;
    max-width: 100% !important;
  }
}
/* quick fixes - quick styles that are going to be used everywhere */
body {
  /* quick style things that should override other stuff */
  /* margin centers */
  /* min heights */
}
body .pw, body .pw720, body .pw940, body .pw1080, body .pw1280, body .pw1400, body .pw1920 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0; /* 20px; */
}
body .pw {
  width: 1400px;
}
body .pw720 {
  width: 720px;
}
body .pw940 {
  width: 940px;
}
body .pw1080 {
  width: 1080px;
}
body .pw1280 {
  width: 1280px;
}
body .pw1400 {
  width: 1400px;
}
body .pw1920 {
  width: 1920px;
}
body .aic {
  align-items: center;
}
body .aie {
  align-items: flex-end;
}
body .ais {
  align-items: flex-start;
}
body .db {
  display: block;
}
body .dib {
  display: inline-block;
}
body .df {
  display: flex;
}
body .dg {
  display: grid;
}
body .dn {
  display: none;
}
body .fdc {
  flex-direction: column;
}
body .fdr {
  flex-direction: row;
}
body .fs16 {
  font-size: 16px;
}
body .fs18 {
  font-size: 18px;
}
body .fs20 {
  font-size: 20px;
}
body .fs22 {
  font-size: 22px;
}
body .fs24 {
  font-size: 24px;
}
body .fs28 {
  font-size: 28px;
}
body .fs30 {
  font-size: 30px;
}
body .fwn {
  font-weight: normal;
}
body .fwb {
  font-weight: bold;
}
body .fwl {
  font-weight: lighter;
}
body .lh30 {
  line-height: 30px;
}
body .lh34 {
  line-height: 34px;
}
body .lh38 {
  line-height: 38px;
}
body .fw {
  flex-wrap: wrap;
}
body .grid1, body .grid2, body .grid3, body .grid4, body .grid5, body .grid6 {
  display: grid !important;
}
body .grid1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
body .grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .grid3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body .grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
body .grid6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
body .g5 {
  gap: 5px;
}
body .g10 {
  gap: 10px;
}
body .g15 {
  gap: 15px;
}
body .g20 {
  gap: 20px;
}
body .g30 {
  gap: 30px;
}
body .g40 {
  gap: 40px;
}
body .g50 {
  gap: 50px;
}
body .g60 {
  gap: 60px;
}
body .g70 {
  gap: 70px;
}
body .g80 {
  gap: 80px;
}
body .g90 {
  gap: 90px;
}
body .g100 {
  gap: 100px;
}
body .jcc {
  justify-content: center;
}
body .jcsb {
  justify-content: space-between;
}
body .jcse {
  justify-content: space-evenly;
}
body .o1 {
  order: 1;
}
body .o2 {
  order: 2;
}
body .o3 {
  order: 3;
}
body .o4 {
  order: 4;
}
body .o5 {
  order: 5;
}
body .o6 {
  order: 6;
}
body .mc0 {
  margin: 0 auto;
}
body .mc5 {
  margin: 5px auto;
}
body .mc10 {
  margin: 10px auto;
}
body .mc15 {
  margin: 15px auto;
}
body .mc20 {
  margin: 20px auto;
}
body .mc25 {
  margin: 25px auto;
}
body .mc30 {
  margin: 30px auto;
}
body .mc40 {
  margin: 40px auto;
}
body .m0 {
  margin: 0px;
}
body .mt0 {
  margin-top: 0px;
}
body .mr0 {
  margin-right: 0px;
}
body .mb0 {
  margin-bottom: 0px;
}
body .ml0 {
  margin-left: 0px;
}
body .m5 {
  margin: 5px;
}
body .mt5 {
  margin-top: 5px;
}
body .mr5 {
  margin-right: 5px;
}
body .mb5 {
  margin-bottom: 5px;
}
body .ml5 {
  margin-left: 5px;
}
body .m10 {
  margin: 10px;
}
body .mt10 {
  margin-top: 10px;
}
body .mr10 {
  margin-right: 10px;
}
body .mb10 {
  margin-bottom: 10px;
}
body .ml10 {
  margin-left: 10px;
}
body .m20 {
  margin: 20px;
}
body .mt20 {
  margin-top: 20px;
}
body .mr20 {
  margin-right: 20px;
}
body .mb20 {
  margin-bottom: 20px;
}
body .ml20 {
  margin-left: 20px;
}
body .m30 {
  margin: 30px;
}
body .mt30 {
  margin-top: 30px;
}
body .mr30 {
  margin-right: 30px;
}
body .mb30 {
  margin-bottom: 30px;
}
body .ml30 {
  margin-left: 30px;
}
body .m40 {
  margin: 40px;
}
body .mt40 {
  margin-top: 40px;
}
body .mr40 {
  margin-right: 40px;
}
body .mb40 {
  margin-bottom: 40px;
}
body .ml40 {
  margin-left: 40px;
}
body .m50 {
  margin: 50px;
}
body .mt50 {
  margin-top: 50px;
}
body .mr50 {
  margin-right: 50px;
}
body .mb50 {
  margin-bottom: 50px;
}
body .ml50 {
  margin-left: 50px;
}
body .mbt0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
body .mbt5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
body .mbt10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
body .mbt20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
body .mbt30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
body .mbt40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
body .mbt50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
body .mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
body .mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
body .mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
body .mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
body .mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}
body .mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}
body .mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}
body .mh100 {
  min-height: 100px;
}
body .mh200 {
  min-height: 200px;
}
body .mh300 {
  min-height: 300px;
}
body .mh400 {
  min-height: 400px;
}
body .mh500 {
  min-height: 500px;
}
body .p10 {
  padding: 10px;
}
body .pt10 {
  padding-top: 10px;
}
body .pr10 {
  padding-right: 10px;
}
body .pb10 {
  padding-bottom: 10px;
}
body .pl10 {
  padding-left: 10px;
}
body .p20 {
  padding: 20px;
}
body .pt20 {
  padding-top: 20px;
}
body .pr20 {
  padding-right: 20px;
}
body .pb20 {
  padding-bottom: 20px;
}
body .pl20 {
  padding-left: 20px;
}
body .p30 {
  padding: 30px;
}
body .pt30 {
  padding-top: 30px;
}
body .pr30 {
  padding-right: 30px;
}
body .pb30 {
  padding-bottom: 30px;
}
body .pl30 {
  padding-left: 30px;
}
body .p40 {
  padding: 40px;
}
body .pt40 {
  padding-top: 40px;
}
body .pr40 {
  padding-right: 40px;
}
body .pb40 {
  padding-bottom: 40px;
}
body .pl40 {
  padding-left: 40px;
}
body .p50 {
  padding: 50px;
}
body .pt50 {
  padding-top: 50px;
}
body .pr50 {
  padding-right: 50px;
}
body .pb50 {
  padding-bottom: 50px;
}
body .pl50 {
  padding-left: 50px;
}
body .pbt10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
body .pbt20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
body .pbt30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
body .pbt40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
body .plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body .plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body .plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body .plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body .pa-cntr {
  position: absolute;
}
body .pf-cntr {
  position: fixed;
}
body .pa-cntr, body .pf-cntr {
  left: 50%;
  position: fixed;
  top: 50%;
  translate: -50% -50%;
}
body .pf {
  position: fixed;
}
body .pr {
  position: relative;
}
body .sec1, body .sec2, body .sec3, body .sec4, body .sec5, body .sec6, body .sec7, body .sec8, body .sec9, body .sec10, body .sec11, body .sec12 {
  flex-basis: unset !important;
}
body .sec1 {
  width: 8.3333% !important;
}
body .sec2 {
  width: 16.6666% !important;
}
body .sec3 {
  width: 25% !important;
}
body .sec4 {
  width: 33.3333% !important;
}
body .sec5 {
  width: 41.6666% !important;
}
body .sec6 {
  width: 50% !important;
}
body .sec7 {
  width: 58.3333% !important;
}
body .sec8 {
  width: 66.6666% !important;
}
body .sec9 {
  width: 75% !important;
}
body .sec10 {
  width: 83.3333% !important;
}
body .sec11 {
  width: 91.6666% !important;
}
body .sec12 {
  width: 100% !important;
}
body .ttu {
  text-transform: uppercase;
}
body .wid100 {
  width: 100px;
}
body .wid200 {
  width: 200px;
}
body .wid300 {
  width: 300px;
}
body .wid400 {
  width: 400px;
}
body .wid500 {
  width: 500px;
}

@media (max-width: 991px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .tab-aic {
    align-items: center;
  }
  body .tab-aie {
    align-items: flex-end;
  }
  body .tab-db {
    display: block;
  }
  body .tab-dib {
    display: inline-block;
  }
  body .tab-df {
    display: flex;
  }
  body .tab-dg {
    display: grid;
  }
  body .tab-dn {
    display: none;
  }
  body .tab-fdc {
    flex-direction: column;
  }
  body .tab-fdr {
    flex-direction: row;
  }
  body .tab-fs16 {
    font-size: 16px;
  }
  body .tab-fs18 {
    font-size: 18px;
  }
  body .tab-fs20 {
    font-size: 20px;
  }
  body .tab-fs22 {
    font-size: 22px;
  }
  body .tab-fs24 {
    font-size: 24px;
  }
  body .tab-fs28 {
    font-size: 28px;
  }
  body .tab-fs30 {
    font-size: 30px;
  }
  body .tab-fwn {
    font-weight: normal;
  }
  body .tab-fwb {
    font-weight: bold;
  }
  body .tab-fwl {
    font-weight: lighter;
  }
  body .tab-fw {
    flex-wrap: wrap;
  }
  body .tab-grid1, body .tab-grid2, body .tab-grid3, body .tab-grid4, body .tab-grid5, body .tab-grid6 {
    display: grid !important;
  }
  body .tab-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .tab-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .tab-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .tab-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .tab-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .tab-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .tab-g5 {
    gap: 5px;
  }
  body .tab-g10 {
    gap: 10px;
  }
  body .tab-g15 {
    gap: 15px;
  }
  body .tab-g20 {
    gap: 20px;
  }
  body .tab-g30 {
    gap: 30px;
  }
  body .tab-g40 {
    gap: 40px;
  }
  body .tab-g50 {
    gap: 50px;
  }
  body .tab-jcc {
    justify-content: center;
  }
  body .tab-jcsb {
    justify-content: space-between;
  }
  body .tab-o1 {
    order: 1;
  }
  body .tab-o2 {
    order: 2;
  }
  body .tab-o3 {
    order: 3;
  }
  body .tab-o4 {
    order: 4;
  }
  body .tab-o5 {
    order: 5;
  }
  body .tab-o6 {
    order: 6;
  }
  body .tab-mc0 {
    margin: 0 auto;
  }
  body .tab-mc5 {
    margin: 5px auto;
  }
  body .tab-mc10 {
    margin: 10px auto;
  }
  body .tab-mc15 {
    margin: 15px auto;
  }
  body .tab-mc20 {
    margin: 20px auto;
  }
  body .tab-mc25 {
    margin: 25px auto;
  }
  body .tab-mc30 {
    margin: 30px auto;
  }
  body .tab-mc40 {
    margin: 40px auto;
  }
  body .tab-m0 {
    margin: 0px;
  }
  body .tab-mt0 {
    margin-top: 0px;
  }
  body .tab-mr0 {
    margin-right: 0px;
  }
  body .tab-mb0 {
    margin-bottom: 0px;
  }
  body .tab-ml0 {
    margin-left: 0px;
  }
  body .tab-m5 {
    margin: 5px;
  }
  body .tab-mt5 {
    margin-top: 5px;
  }
  body .tab-mr5 {
    margin-right: 5px;
  }
  body .tab-mb5 {
    margin-bottom: 5px;
  }
  body .tab-ml5 {
    margin-left: 5px;
  }
  body .tab-m10 {
    margin: 10px;
  }
  body .tab-mt10 {
    margin-top: 10px;
  }
  body .tab-mr10 {
    margin-right: 10px;
  }
  body .tab-mb10 {
    margin-bottom: 10px;
  }
  body .tab-ml10 {
    margin-left: 10px;
  }
  body .tab-m20 {
    margin: 20px;
  }
  body .tab-mt20 {
    margin-top: 20px;
  }
  body .tab-mr20 {
    margin-right: 20px;
  }
  body .tab-mb20 {
    margin-bottom: 20px;
  }
  body .tab-ml20 {
    margin-left: 20px;
  }
  body .tab-m30 {
    margin: 30px;
  }
  body .tab-mt30 {
    margin-top: 30px;
  }
  body .tab-mr30 {
    margin-right: 30px;
  }
  body .tab-mb30 {
    margin-bottom: 30px;
  }
  body .tab-ml30 {
    margin-left: 30px;
  }
  body .tab-m40 {
    margin: 40px;
  }
  body .tab-mt40 {
    margin-top: 40px;
  }
  body .tab-mr40 {
    margin-right: 40px;
  }
  body .tab-mb40 {
    margin-bottom: 40px;
  }
  body .tab-ml40 {
    margin-left: 40px;
  }
  body .tab-m50 {
    margin: 50px;
  }
  body .tab-mt50 {
    margin-top: 50px;
  }
  body .tab-mr50 {
    margin-right: 50px;
  }
  body .tab-mb50 {
    margin-bottom: 50px;
  }
  body .tab-ml50 {
    margin-left: 50px;
  }
  body .tab-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .tab-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .tab-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .tab-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .tab-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .tab-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .tab-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .tab-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .tab-mh100 {
    min-height: 100px;
  }
  body .tab-mh200 {
    min-height: 200px;
  }
  body .tab-mh300 {
    min-height: 300px;
  }
  body .tab-mh400 {
    min-height: 400px;
  }
  body .tab-mh500 {
    min-height: 500px;
  }
  body .tab-p10 {
    padding: 10px;
  }
  body .tab-pt10 {
    padding-top: 10px;
  }
  body .tab-pr10 {
    padding-right: 10px;
  }
  body .tab-pb10 {
    padding-bottom: 10px;
  }
  body .tab-pl10 {
    padding-left: 10px;
  }
  body .tab-p20 {
    padding: 20px;
  }
  body .tab-pt20 {
    padding-top: 20px;
  }
  body .tab-pr20 {
    padding-right: 20px;
  }
  body .tab-pb20 {
    padding-bottom: 20px;
  }
  body .tab-pl20 {
    padding-left: 20px;
  }
  body .tab-p30 {
    padding: 30px;
  }
  body .tab-pt30 {
    padding-top: 30px;
  }
  body .tab-pr30 {
    padding-right: 30px;
  }
  body .tab-pb30 {
    padding-bottom: 30px;
  }
  body .tab-pl30 {
    padding-left: 30px;
  }
  body .tab-p40 {
    padding: 40px;
  }
  body .tab-pt40 {
    padding-top: 40px;
  }
  body .tab-pr40 {
    padding-right: 40px;
  }
  body .tab-pb40 {
    padding-bottom: 40px;
  }
  body .tab-pl40 {
    padding-left: 40px;
  }
  body .tab-p50 {
    padding: 50px;
  }
  body .tab-pt50 {
    padding-top: 50px;
  }
  body .tab-pr50 {
    padding-right: 50px;
  }
  body .tab-pb50 {
    padding-bottom: 50px;
  }
  body .tab-pl50 {
    padding-left: 50px;
  }
  body .tab-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .tab-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .tab-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .tab-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .tab-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .tab-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .tab-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .tab-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .tab-pa-cntr {
    position: absolute;
  }
  body .tab-pf-cntr {
    position: fixed;
  }
  body .tab-pa-cntr, body .tab-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .tab-pf {
    position: fixed;
  }
  body .tab-pr {
    position: relative;
  }
  body .tab-sec1, body .tab-sec2, body .tab-sec3, body .tab-sec4, body .tab-sec5, body .tab-sec6, body .tab-sec7, body .tab-sec8, body .tab-sec9, body .tab-sec10, body .tab-sec11, body .tab-sec12 {
    flex-basis: unset !important;
  }
  body .tab-sec1 {
    width: 8.3333% !important;
  }
  body .tab-sec2 {
    width: 16.6666% !important;
  }
  body .tab-sec3 {
    width: 25% !important;
  }
  body .tab-sec4 {
    width: 33.3333% !important;
  }
  body .tab-sec5 {
    width: 41.6666% !important;
  }
  body .tab-sec6 {
    width: 50% !important;
  }
  body .tab-sec7 {
    width: 58.3333% !important;
  }
  body .tab-sec8 {
    width: 66.6666% !important;
  }
  body .tab-sec9 {
    width: 75% !important;
  }
  body .tab-sec10 {
    width: 83.3333% !important;
  }
  body .tab-sec11 {
    width: 91.6666% !important;
  }
  body .tab-sec12 {
    width: 100% !important;
  }
  body .tab-ttu {
    text-transform: uppercase;
  }
  body .tab-wid100 {
    width: 100px;
  }
  body .tab-wid200 {
    width: 200px;
  }
  body .tab-wid300 {
    width: 300px;
  }
  body .tab-wid400 {
    width: 400px;
  }
  body .tab-wid500 {
    width: 500px;
  }
}
@media (max-width: 768px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .mob-aic {
    align-items: center;
  }
  body .mob-aie {
    align-items: flex-end;
  }
  body .mob-db {
    display: block;
  }
  body .mob-dib {
    display: inline-block;
  }
  body .mob-df {
    display: flex;
  }
  body .mob-dg {
    display: grid;
  }
  body .mob-dn {
    display: none;
  }
  body .mob-fdc {
    flex-direction: column;
  }
  body .mob-fdr {
    flex-direction: row;
  }
  body .mob-fs16 {
    font-size: 16px;
  }
  body .mob-fs18 {
    font-size: 18px;
  }
  body .mob-fs20 {
    font-size: 20px;
  }
  body .mob-fs22 {
    font-size: 22px;
  }
  body .mob-fs24 {
    font-size: 24px;
  }
  body .mob-fs28 {
    font-size: 28px;
  }
  body .mob-fs30 {
    font-size: 30px;
  }
  body .mob-fwn {
    font-weight: normal;
  }
  body .mob-fwb {
    font-weight: bold;
  }
  body .mob-fwl {
    font-weight: lighter;
  }
  body .mob-fw {
    flex-wrap: wrap;
  }
  body .mob-grid1, body .mob-grid2, body .mob-grid3, body .mob-grid4, body .mob-grid5, body .mob-grid6 {
    display: grid !important;
  }
  body .mob-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .mob-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .mob-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .mob-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .mob-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .mob-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .mob-g5 {
    gap: 5px;
  }
  body .mob-g10 {
    gap: 10px;
  }
  body .mob-g15 {
    gap: 15px;
  }
  body .mob-g20 {
    gap: 20px;
  }
  body .mob-g30 {
    gap: 30px;
  }
  body .mob-g40 {
    gap: 40px;
  }
  body .mob-g50 {
    gap: 50px;
  }
  body .mob-jcc {
    justify-content: center;
  }
  body .mob-jcsb {
    justify-content: space-between;
  }
  body .mob-o1 {
    order: 1;
  }
  body .mob-o2 {
    order: 2;
  }
  body .mob-o3 {
    order: 3;
  }
  body .mob-o4 {
    order: 4;
  }
  body .mob-o5 {
    order: 5;
  }
  body .mob-o6 {
    order: 6;
  }
  body .mob-mc0 {
    margin: 0 auto;
  }
  body .mob-mc5 {
    margin: 5px auto;
  }
  body .mob-mc10 {
    margin: 10px auto;
  }
  body .mob-mc15 {
    margin: 15px auto;
  }
  body .mob-mc20 {
    margin: 20px auto;
  }
  body .mob-mc25 {
    margin: 25px auto;
  }
  body .mob-mc30 {
    margin: 30px auto;
  }
  body .mob-mc40 {
    margin: 40px auto;
  }
  body .mob-m0 {
    margin: 0px;
  }
  body .mob-mt0 {
    margin-top: 0px;
  }
  body .mob-mr0 {
    margin-right: 0px;
  }
  body .mob-mb0 {
    margin-bottom: 0px;
  }
  body .mob-ml0 {
    margin-left: 0px;
  }
  body .mob-m5 {
    margin: 5px;
  }
  body .mob-mt5 {
    margin-top: 5px;
  }
  body .mob-mr5 {
    margin-right: 5px;
  }
  body .mob-mb5 {
    margin-bottom: 5px;
  }
  body .mob-ml5 {
    margin-left: 5px;
  }
  body .mob-m10 {
    margin: 10px;
  }
  body .mob-mt10 {
    margin-top: 10px;
  }
  body .mob-mr10 {
    margin-right: 10px;
  }
  body .mob-mb10 {
    margin-bottom: 10px;
  }
  body .mob-ml10 {
    margin-left: 10px;
  }
  body .mob-m20 {
    margin: 20px;
  }
  body .mob-mt20 {
    margin-top: 20px;
  }
  body .mob-mr20 {
    margin-right: 20px;
  }
  body .mob-mb20 {
    margin-bottom: 20px;
  }
  body .mob-ml20 {
    margin-left: 20px;
  }
  body .mob-m30 {
    margin: 30px;
  }
  body .mob-mt30 {
    margin-top: 30px;
  }
  body .mob-mr30 {
    margin-right: 30px;
  }
  body .mob-mb30 {
    margin-bottom: 30px;
  }
  body .mob-ml30 {
    margin-left: 30px;
  }
  body .mob-m40 {
    margin: 40px;
  }
  body .mob-mt40 {
    margin-top: 40px;
  }
  body .mob-mr40 {
    margin-right: 40px;
  }
  body .mob-mb40 {
    margin-bottom: 40px;
  }
  body .mob-ml40 {
    margin-left: 40px;
  }
  body .mob-m50 {
    margin: 50px;
  }
  body .mob-mt50 {
    margin-top: 50px;
  }
  body .mob-mr50 {
    margin-right: 50px;
  }
  body .mob-mb50 {
    margin-bottom: 50px;
  }
  body .mob-ml50 {
    margin-left: 50px;
  }
  body .mob-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .mob-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .mob-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .mob-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .mob-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .mob-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .mob-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .mob-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .mob-mh100 {
    min-height: 100px;
  }
  body .mob-mh200 {
    min-height: 200px;
  }
  body .mob-mh300 {
    min-height: 300px;
  }
  body .mob-mh400 {
    min-height: 400px;
  }
  body .mob-mh500 {
    min-height: 500px;
  }
  body .mob-p10 {
    padding: 10px;
  }
  body .mob-pt10 {
    padding-top: 10px;
  }
  body .mob-pr10 {
    padding-right: 10px;
  }
  body .mob-pb10 {
    padding-bottom: 10px;
  }
  body .mob-pl10 {
    padding-left: 10px;
  }
  body .mob-p20 {
    padding: 20px;
  }
  body .mob-pt20 {
    padding-top: 20px;
  }
  body .mob-pr20 {
    padding-right: 20px;
  }
  body .mob-pb20 {
    padding-bottom: 20px;
  }
  body .mob-pl20 {
    padding-left: 20px;
  }
  body .mob-p30 {
    padding: 30px;
  }
  body .mob-pt30 {
    padding-top: 30px;
  }
  body .mob-pr30 {
    padding-right: 30px;
  }
  body .mob-pb30 {
    padding-bottom: 30px;
  }
  body .mob-pl30 {
    padding-left: 30px;
  }
  body .mob-p40 {
    padding: 40px;
  }
  body .mob-pt40 {
    padding-top: 40px;
  }
  body .mob-pr40 {
    padding-right: 40px;
  }
  body .mob-pb40 {
    padding-bottom: 40px;
  }
  body .mob-pl40 {
    padding-left: 40px;
  }
  body .mob-p50 {
    padding: 50px;
  }
  body .mob-pt50 {
    padding-top: 50px;
  }
  body .mob-pr50 {
    padding-right: 50px;
  }
  body .mob-pb50 {
    padding-bottom: 50px;
  }
  body .mob-pl50 {
    padding-left: 50px;
  }
  body .mob-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .mob-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .mob-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .mob-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .mob-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .mob-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .mob-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .mob-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .mob-pa-cntr {
    position: absolute;
  }
  body .mob-pf-cntr {
    position: fixed;
  }
  body .mob-pa-cntr, body .mob-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .mob-pf {
    position: fixed;
  }
  body .mob-pr {
    position: relative;
  }
  body .mob-sec1, body .mob-sec2, body .mob-sec3, body .mob-sec4, body .mob-sec5, body .mob-sec6, body .mob-sec7, body .mob-sec8, body .mob-sec9, body .mob-sec10, body .mob-sec11, body .mob-sec12 {
    flex-basis: unset !important;
  }
  body .mob-sec1 {
    width: 8.3333% !important;
  }
  body .mob-sec2 {
    width: 16.6666% !important;
  }
  body .mob-sec3 {
    width: 25% !important;
  }
  body .mob-sec4 {
    width: 33.3333% !important;
  }
  body .mob-sec5 {
    width: 41.6666% !important;
  }
  body .mob-sec6 {
    width: 50% !important;
  }
  body .mob-sec7 {
    width: 58.3333% !important;
  }
  body .mob-sec8 {
    width: 66.6666% !important;
  }
  body .mob-sec9 {
    width: 75% !important;
  }
  body .mob-sec10 {
    width: 83.3333% !important;
  }
  body .mob-sec11 {
    width: 91.6666% !important;
  }
  body .mob-sec12 {
    width: 100% !important;
  }
  body .mob-ttu {
    text-transform: uppercase;
  }
  body .mob-wid100 {
    width: 100px;
  }
  body .mob-wid200 {
    width: 200px;
  }
  body .mob-wid300 {
    width: 300px;
  }
  body .mob-wid400 {
    width: 400px;
  }
  body .mob-wid500 {
    width: 500px;
  }
  body .mob-tac {
    text-align: center;
  }
  body .mob-tal {
    text-align: left;
  }
  body .mob-tar {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  header .logo {
    left: max(0px, (100vw - 1400px) / 2);
  }
}
@media screen and (max-width: 1440px) {
  header,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .headline {
    font-size: 30px;
  }
}
/*
@media screen and (max-width: 991px) {

    header {
        // Scale header proportionally from 1700x140 original to fit 991px and smaller
        --header-height: calc(140px * (100vw / 1700px));
        --orange-height: calc(var(--header-height) * 0.8571);

        .headline {
            font-size: 0.9em;
        }
    }

    header .logo img {
        // Scale logo proportionally with header
        max-height: calc(70px * (100vw / 1700px));
        min-height: 40px; // Ensure logo doesn't get too small
    }

}
*/
@media screen and (max-width: 991px) {
  h1 .separator {
    display: none;
  }
  h1 .main-title,
  h1 .last-updated {
    display: block;
  }
  .header_container,
  .footer_container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer {
    height: auto;
    padding-bottom: 20px;
  }
  header {
    padding-top: 10px;
    height: 140px;
  }
  header div.orange-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
  }
  header div.logo {
    padding-top: 20px;
    order: 1;
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  header div.headline {
    order: 2;
    text-align: center;
  }
  .noh2 {
    margin-top: 0px;
  }
  #main_container {
    margin-top: -2vw;
  }
  .container {
    padding-top: 0px;
  }
  /* 9/17/2025 Use same font sizes as desktop */
  /*

      body {
          font-size: 18px;
      }

      h1 {
          //font-size: 38px;
      }

      h2 {
          //font-size: 28px;
      }
      .last-updated {
          //font-size: 18px;
      }

      select,
      input,
      textarea,
      label {
          //font-size: 18px;
      }
  */
  select,
  input, textarea {
    height: 45px;
    width: 100% !important;
  }
  form .select::after {
    height: 45px;
    width: 45px;
    right: 0%;
  }
  .form-group {
    margin-bottom: 15px;
  }
}