/*
Theme Name:     DigUSA
Description:    A custom theme for DigUSA based on the parent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:         ACS Creative
Author URI:		http://www.acscreative.com/
Template:		enfold
*/

/* ---- @import url('includes/elements.css'); ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* ------------------------------------------------------------
	Global
------------------------------------------------------------ */

/* Typography 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  background: #ffffff;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase !important;
  font-weight: 800 !important;
  margin-top: 16px !important;
}

i {
  font-family: fontawesome !important;
}

h3 {
  letter-spacing: 3px;
}

a,
a:hover {
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

.text_orange {
  color: #ff4e00 !important;
}

#main ul li {
  list-style-type: square !important;
}

#main ul li::marker,
#main ol li::marker {
  color: #ff4e00 !important;
  font-weight: 600 !important;
}

#main ul li strong,
#main ol li strong {
  font-weight: 600 !important;
  color: #000000 !important;
}

/* Text Highlight 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
::selection {
  color: #474747;
  background: #ff4e00;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  color: #474747;
  background: #ff4e00;
  /* Gecko Browsers */
}

/* BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.avia-button {
  color: white;
  background-color: #ff4e00;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 10px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-radius: 0 !important;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  border-bottom: 2px solid #ff4e00 !important;
  margin-top: 0px 1px !important;
}

.avia-button:hover {
  cursor: pointer;
  background: #474747 !important;
  transition: 0.3s ease-in-out;
}

.avia-button:hover {
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid #474747;
}

.avia-button:hover .avia_iconbox_title {
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.avia_iconbox_title {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 600 !important;
}

.home-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-services a {
  color: #474747 !important;
}

.home-services a:hover {
  color: #ff4e00 !important;
}

.home-services a i {
  color: #ff4e00 !important;
  margin-right: 10px !important;
  transition: 0.3s ease-in-out;
}

.home-services a:hover i {
  color: #474747 !important;
  margin: 0px 5px !important;
  transition: 0.3s ease-in-out;
}

/* ------------------------------------------------------------
	HEADER
------------------------------------------------------------ */
#header_main .avia-menu .menu-item .avia-menu-text {
  color: #474747 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

#header_main .avia-menu .menu-item a:hover .avia-menu-text {
  color: #ff4e00 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
  cursor: pointer !important;
}

.page-id-15 .av_header_transparency #header_main .avia-menu .menu-item .avia-menu-text {
  color: #ffffff !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

.page-id-15 #header_main,
.page-id-15 .av_header_transparency #header_main {
  background: none !important;
}

#header_main,
.av_header_transparency #header_main {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page-id-15 .av_header_transparency #header_main .avia-menu .menu-item a:hover .avia-menu-text {
  color: #ff4e00 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

.page-id-15 .av_header_transparency #header_main .avia-svg-logo .avia-svg-logo-sub {
  display: none !important;
}

#header_main .av-logo-container .avia-standard-logo {
  width: 220px;
}

#header_main .av-logo-container .avia-svg-logo svg {
  width: 140px !important;
}

#header_main .av-logo-container .avia-svg-logo {
  width: 240px !important;
}

#header_main .av-logo-container .avia-svg-logo .avia-svg-logo-sub svg {
  width: 240px !important;
}

#header_main .av-logo-container .avia-standard-logo img {
  margin-top: 6px !important;
}

#header_main .av-logo-container .avia-standard-logo .avia-standard-logo-sub img {
  margin-top: 10px !important;
}

#top #header_main .current-menu-item .avia-menu-text {
  color: #ff4e00 !important;
  border-bottom: 1px solid #ff4e00 !important;
}

#top #header_main .sub-menu .avia-menu-text {
  color: #474747 !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

#top #header_main .sub-menu .avia-menu-text:hover {
  color: #ff4e00 !important;
}

/* ------------------------------------------------------------
	FOOTER
------------------------------------------------------------ */

#footer h1,
#footer h2,
#footer h3,
#footer p,
#footer a {
  color: #ffffff;
}

#footer p {
  margin: 0px !important;
}

#footer a:hover {
  color: #ff4e00;
}

#footer .footer-endbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  font-size: 14px !important;
}

#footer .footer-endbar .footer-copyright {
  color: #dddddd;
}

/* ------------------------------------------------------------
	CTA SECTION
------------------------------------------------------------ */
#cta-section {
  border-bottom: 10px solid #ff4e00 !important;
}

#cta-section-white {
  border-bottom: 10px solid #ff4e00 !important;
}

#cta-section h2,
#cta-section p {
  color: #ffffff !important;
}

/* ------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------ */
.page-id-15 .avia-standard-logo-sub {
  display: none !important;
}

.page-id-15 .av_header_transparency #header_main {
  border: none !important;
}

.page-id-15 .av_header_transparency #header_main {
  border: none !important;
}

.page-id-15 #header_main {
  border-bottom: 1px solid #dddddd !important;
}

#home-hero video {
  object-fit: cover !important;
}

#home-hero .hero-content img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

#home-hero .hero-content h1,
#home-hero .hero-content p {
  color: #ffffff !important;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}

#home-hero .hero-content p {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.avia-animated-number .avia-animated-number-title {
  font-weight: 700 !important;
}

.avia-animated-number .avia-no-number {
  font-weight: 700 !important;
  color: #ffffff !important;
  opacity: 0.7 !important;
}

/* ------------------------------------------------------------
	ABOUT US
------------------------------------------------------------ */

#about-hero {
  background-image: url("/wp-content/uploads/2025/01/camo-white.webp");
  background-repeat: repeat;
  height: 100% !important;
  width: auto !important;
}

#vision-section {
  position: relative !important;
}

#vision-section {
  background-image: url("/wp-content/uploads/2025/01/camo-white.webp");
  background-repeat: repeat;
  height: 100% !important;
  width: 100% !important;
  content: "";
}

.dark-bg-container {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  margin-top: -2px !important;
}

.dark-bg-container h2,
.dark-bg-container h3,
.dark-bg-container p {
  color: #ffffff;
}

.dark-bg-container h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ff4e00;
}

#team {
  margin-top: -260px;
  background: none !important;
}

.team-listing .sptp-member-avatar-img {
  border: 6px solid #ffffff !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

.team-listing .sptp-member-avatar-img:hover {
  border: 6px solid #ff4e00 !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

.team-listing .sptp-member-avatar-img::after {
  display: block;
  position: absolute;
  content: "";
  background: #ff4e00 !important;
  clip-path: polygon(100% 0, 51% 100%, 100% 100%);
  bottom: 0;
  right: 0;
  opacity: 0.7 !important;
  width: 80%;
  height: 70%;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

.team-listing .sptp-member-avatar-img:hover::after {
  display: block;
  position: absolute;
  content: "";
  background: #ff4e00 !important;
  clip-path: polygon(100% 0, 51% 100%, 100% 100%);
  bottom: 0;
  right: 0;
  opacity: 0.7 !important;
  width: 40%;
  height: 40%;
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

.team-listing .image-overlay {
  display: none !important;
}

.team-listing .sptp-member-name,
.team-listing .sptp-member-profession {
  padding: 0px 4px !important;
}

.team-listing .sptp-member-name .sptp-name {
  text-align: left !important;
  margin-top: 10px !important;
}

.team-listing .sptp-member-profession .sptp-profession-text {
  text-align: left !important;
  margin-top: 4px !important;
  font-weight: 400 !important;
}

.team-listing .sptp-member-name .sptp-name a {
  color: #474747 !important;
}

.team-listing .sptp-member-name .sptp-name a:hover {
  color: #ff4e00 !important;
}

.sptp-section .sptp-popup-item {
  background-image: url("/wp-content/uploads/2024/04/modal-bg-1.png");
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 6px solid #ff4e00;
}

.sptp-section .sptp-popup-item .sptp-member-popup-img img {
  border-bottom: 6px solid #ff4e00;
}

.sptp-popup-item .sptp-member-name .sptp-name {
  color: #ffffff !important;
  text-align: left !important;
  font-size: 36px !important;
  line-height: 1.3 !important;
}

.sptp-popup-item .sptp-member-profession .sptp-profession-text {
  color: #ffffff !important;
  text-align: left !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}

.sptp-popup-item .sptp-member-desc {
  color: #ffffff !important;
  text-align: left !important;
  margin-top: 0px !important;
  font-size: 15px !important;
}

/* ------------------------------------------------------------
	CAREERS
------------------------------------------------------------ */

#careers_listing .slide-entry-wrap {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 4px !important;
}

#careers_listing .slide-entry-wrap .slide-image {
  display: none !important;
}

#careers_listing .slide-entry-wrap .slide-entry {
  width: 100% !important;
  padding: 16px 24px !important;
  background-color: #474747 !important;
  margin-left: 0px !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

#careers_listing .slide-entry-wrap .slide-entry .slide-content {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#careers_listing .slide-entry-wrap .slide-entry .slide-content h3 {
  margin-top: 0px !important;
  font-size: 1.6em !important;
  color: #ffffff !important;
}

#careers_listing .slide-entry-wrap .slide-entry .slide-content a {
  color: #ffffff !important;
  text-transform: uppercase !important;
}

#careers_listing .slide-entry-wrap .slide-entry:hover {
  cursor: pointer !important;
  background-color: #ff4e00 !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

#careers_listing .slide-entry-wrap .slide-entry:hover .slide-content a {
  color: #ffffff !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

#career_form {
  border: 1px solid #dddddd !important;
  padding: 16px 24px !important;
}

.careers-hero h1 {
  color: #ffffff !important;
}

.careers-hero a:hover {
  color: #ffffff !important;
}

.button-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
  display: grid !important;
  align-content: center;
  margin-top: 24px !important;
}

.nav-link {
  grid-column: span 1 / span 1;
  color: white !important;
  font-size: 30px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 40px 36px !important;
  background-color: #474747 !important;
  margin-left: 0px !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
  line-height: 1.2 !important;
  transition: background-color 0.2s ease-in-out;
  border: 2px solid transparent;
  /* Prevents layout shift on focus */
}

/* Hover State */
.nav-link:hover {
  cursor: pointer !important;
  background-color: #ff4e00 !important;
  -moz-transition: all 0.3s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-in-out;
  /* Opera */
  -o-transition: all 0.3s ease-in-out;
  /* Standard */
  transition: all 0.3s ease-in-out;
}

/* Decorative arrow - hidden from screen readers to avoid "Right Arrow" repetition */
.arrow {
  font-size: 1.8rem;
  margin-left: 1rem;
  font-weight: 300;
}

/* ------------------------------------------------------------
	CONTACT
------------------------------------------------------------ */

.contact-container h1,
.contact-container h2,
.contact-container h3,
.contact-container p,
.contact-container a {
  color: #ffffff;
}

.contact-container a:hover {
  color: #ff4e00 !important;
}

.contact-container a {
  color: #ffffff;
}

.contact-container i {
  color: #ff4e00 !important;
  margin-right: 8px !important;
}

.contact-form-container {
  background: #ffffff !important;
  padding: 36px 24px !important;
}

/* ------------------------------------------------------------
	Gravity Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top fieldset {
  margin-bottom: 0px;
}

.gform-theme--framework .gf_progressbar_title {
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #ff4e00 !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: #ff4e00 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last label {
  font-size: 15px !important;
  color: #474747 !important;
  font-weight: 400 !important;
}

body .gform_wrapper .gform_body .gform_fields legend,
#top label {
  font-size: 15px !important;
  color: #000000;
  font-weight: 600 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip input,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield select option,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-size: 15px !important;
  color: #000000 !important;
  font-weight: normal !important;
  font-family: inherit !important;
  background: #f6f6f6 !important;
  border: none !important;
  border-bottom: 2px solid #dddddd !important;
  padding: 16px !important;
  height: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  margin-bottom: 0px !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #ff4e00 !important;
}

body .gform_wrapper button,
body .gform_wrapper .gform_footer input[type="submit"] {
  border-radius: 0 !important;
  padding: 18px !important;
  text-transform: uppercase !important;
  background: #ff4e00 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  border: none !important;
  border-bottom: 2px solid #ff4e00 !important;
}

body .gform_wrapper button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #ffffff !important;
  border: none !important;
  background-color: #474747 !important;
  border-bottom: 2px solid #ff4e00 !important;
}

body .gform_wrapper .gform_heading .gform_required_legend {
  visibility: hidden !important;
  display: none !important;
}

/* Hover
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield select option:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
body .gform_wrapper .gform_body .gform_fields .gfield select:hover {
  background: #ffffff !important;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #ff4e00 !important;
}

/* Focus
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select option:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  background: #ffffff !important;
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 2px,
    rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

body .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button,
body .gform_wrapper .gform_page_footer input[type="button"].gform_next_button {
  background-color: transparent !important;
  border: 2px solid #ff4e00 !important;
  color: #ff4e00 !important;
  padding: 16px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

body .gform_wrapper .gform_page_footer input[type="submit"].gform_button,
body .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #ff4e00 !important;
  border: 2px solid #ff4e00 !important;
  color: #ffffff !important;
  padding: 16px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
}

body .gform_wrapper .gform_page_footer input[type="button"]:hover.gform_previous_button,
body .gform_wrapper .gform_page_footer input[type="button"]:hover.gform_next_button,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover.gform_button,
body .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #ff4e00 !important;
  color: #ffffff !important;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -webkit-transition: all 0.2s ease-in-out;
  /* Opera */
  -o-transition: all 0.2s ease-in-out;
  /* Standard */
  transition: all 0.2s ease-in-out;
  border: 2px solid #ff4e00 !important;
}

/* Validation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body .gform_wrapper .gform_validation_errors {
  border: 1px solid #474747 !important;
  background: #474747 !important;
}

body .gform_wrapper .gform_validation_errors h2 {
  color: #ffffff !important;
}

body .gform_wrapper .gform_validation_errors .gform-icon {
  border: 2px solid #474747 !important;
  color: #ffffff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  background: #474747 !important;
  padding: 8px 16px !important;
  color: #ffffff !important;
  margin-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .name_first input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .name_last input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_text input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_phone input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .textarea {
  border: 2px solid #474747 !important;
}

/* ------------------------------------------------------------
	CONTACT Thank You
------------------------------------------------------------ */

.thank-you-container .content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.thank-you-content {
  background: rgba(71, 71, 71, 0.9) !important;
  max-width: 960px !important;
  padding: 60px 40px !important;
}

.thank-you-content h1,
.thank-you-content p {
  color: #ffffff !important;
}

/* --------- Insert your custom styles on next rows --------- */

@media only screen and (min-width: 1100px) and (max-width: 1230px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1099px) {}

@media only screen and (max-width: 900px) {
  #careers_listing .slide-entry-wrap .slide-entry .slide-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }

  .button-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px !important;
    display: grid !important;
    align-content: center;
    margin-top: 24px !important;
  }
}

@media only screen and (max-width: 767px) {

  /* ------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------ */
  .home-services {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hide-bg-sm {
    background-image: none !important;
  }

  #home-hero .av-video-slide .avia-slide-wrap {
    background: #ffffff !important;
  }

  /* ------------------------------------------------------------
	CONTACT
------------------------------------------------------------ */

  .thank-you-content {
    background: rgba(71, 71, 71, 0.9) !important;
    max-width: 960px !important;
    padding: 24px 36px !important;
  }
}

@media only screen and (max-width: 480px) {}