.fg-html-root {
  font-size: 17px;
}

.fg-admin-logo-white {
  color: #fff !important;
}

/* Top bar extracted styles */
td a {
  text-decoration: none;
}

.u-nav-item {
  color: #000 !important;
  font-weight: 700 !important;
}

#button {
  display: inline-block;
  background-color: #ee2e24;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff !important;
}

#button::after {
  content: "^";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.req_quote_btn {
  background-color: #ee2e24;
  border-radius: 3px;
  margin-left: 15px;
  letter-spacing: 0.5px;
  color: #fff !important;
  border-style: none;
}

.req_quote_btn:hover {
  cursor: pointer;
  background-color: #0b45bb;
  color: #fff !important;
}

.custom-h1 {
  font-size: 3.7857142857142856rem !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.shop-btn {
  background: #ff1e2d;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.shop-btn:hover {
  background: #e01422;
  color: #fff !important;
}

.shop-sidebar-btn {
  background: #ff1e2d;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 12px;
  font-size: 15px;
  transition: 0.3s ease;
}

.shop-sidebar-btn:hover {
  background: #e01422;
  color: #fff !important;
}

@media (max-width: 991px) {
  .shop-btn {
    display: none !important;
  }
}

/* Utility classes replacing style attributes in shared layout */
.fg-hidden-inline {
  display: none;
}

.fg-hidden-iframe {
  display: none;
  visibility: hidden;
}

.fg-hidden-visibility {
  visibility: hidden;
}

.fg-text-end {
  text-align: end;
}

.fg-social-icon-40 {
  width: 40px;
}

.fg-nav-link-pad {
  padding: 6px 0 !important;
}

.cart-icon {
  display: inline-block;
  line-height: 1;
}

.fg-svg-enable-bg {
  enable-background: new 0 0 56.966 56.966;
}

.fg-filtrum-wrap-pad {
  padding-top: 0 !important;
  padding-left: 5px !important;
}

.fg-filtrum-logo-width {
  width: 90% !important;
}

.fg-black-on-white {
  background-color: #000;
  color: #fff;
}

.fg-menu-collapse-trigger {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.fg-menu-collapse-link {
  padding: 1px 0;
  font-size: calc(1em + 1px);
}

.fg-menu-layer {
  z-index: 0;
  background-color: #000;
  color: #fff;
}

.fg-search-dark {
  background-color: #000;
}

.fg-search-icon-margin {
  margin: 20% auto;
}

.fg-search-icon-fill {
  fill: #fff;
}

/* Footer extracted styles */
.whistleblower-modal .modal-content {
  border-radius: 12px;
  border: none;
}

.whistleblower-modal .modal-header {
  border-bottom: none;
  padding: 2rem 2rem 1rem;
}

.whistleblower-modal .modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.whistleblower-modal .modal-body {
  padding: 1rem 2rem 2rem;
}

.whistleblower-modal .btn-close {
  padding: 1rem;
  opacity: 0.5;
}

.whistleblower-modal .btn-close:hover {
  opacity: 1;
}

.wb-description {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.wb-btn-primary {
  background-color: #ef4444;
  border: none;
  color: #fff;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.2s;
}

.wb-btn-primary:hover {
  background-color: #dc2626;
}

.wb-btn-secondary {
  background-color: transparent;
  border: none;
  color: #1a1a1a;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}

.wb-btn-secondary:hover {
  color: #4a5568;
}

.wb-btn-continue,
.wb-submit-btn {
  background-color: #ee2e24;
  border: none;
  color: #fff;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  width: 100%;
  transition: background-color 0.2s;
}

.wb-btn-continue:disabled {
  background-color: #fca5a5;
  opacity: 0.6;
  cursor: not-allowed;
}

.wb-option-card {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wb-option-card:hover {
  border-color: #d1d5db;
  background-color: #f9fafb;
}

.wb-option-card.selected {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.wb-option-card input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.wb-option-card label {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  flex: 1;
}

.wb-form-group {
  margin-bottom: 1.5rem;
}

.wb-form-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  display: block;
}

.wb-form-label.required::after {
  content: "*";
  color: #ef4444;
  margin-left: 4px;
}

.wb-form-control {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}

.wb-form-control:focus {
  outline: none;
  border-color: #ef4444;
}

.wb-form-control::placeholder {
  color: #9ca3af;
}

textarea.wb-form-control {
  min-height: 120px;
  resize: vertical;
}

.wb-file-upload {
  display: inline-block;
  position: relative;
}

.wb-file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.wb-file-label {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #4a5568;
  transition: background-color 0.2s;
}

.wb-file-label:hover {
  background-color: #e5e7eb;
}

.wb-file-name {
  margin-left: 0.75rem;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Footer link color overrides to avoid theme-wide hover color (warning) */
/* Targets the front footer (id=sec-d905) and generic u-footer class */
#sec-d905 a:hover,
.u-footer a:hover,
.u-footer a:focus {
  color: #dcb707 !important;
  text-decoration: none !important;
}

/* Stronger coverage for footer link states to override other theme rules */
footer.u-footer a,
footer#sec-d905 a,
.u-footer a,
.u-footer a:link,
.u-footer a:visited,
.u-footer a:hover,
.u-footer a:active,
.u-footer a:focus,
.u-footer .u-custom-list a,
.u-footer .u-table a,
.u-footer .u-social-url a,
.u-footer .u-social-url {
  color: #0d6efd !important;
  text-decoration: none !important;
}


footer.u-footer span,
footer#sec-d905 span,
.u-footer span,
.u-footer span:link,
.u-footer span:visited,
.u-footer span:hover,
.u-footer span:active,
.u-footer span:focus,
.u-footer .u-custom-list span,
.u-footer .u-tble span,
.u-footer .u-socil-url a,
.u-footer .u-social-url {
  color: #ffffff !important;
  text-decoration: none !important;
}

.u-footer a:hover,
.u-footer a:focus,
footer#sec-d905 a:hover,
footer#sec-d905 a:focus {
  color: #dcb707 !important;
  text-decoration: underline !important;
}

.u-color-white {
  color: #ffffff !important;
}

/* Ensure mailto and tel links in footer also appear correctly */
.u-footer a[href^="mailto:"],
.u-footer a[href^="tel:"] {
  color: #ffffff !important;
}

.wb-note {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.wb-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.supporting-doc-label {
  color: #10b981;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.wb-ajax-alert {
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 600;
}

.wb-ajax-alert-success {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #10b981;
}

.wb-ajax-alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #ef4444;
}

.wb-modal-body-scroll {
  max-height: 70vh;
  overflow-y: auto;
}

.fg-row-h-146 {
  height: 146px;
}

.fg-row-h-100 {
  height: 100px;
}

.fg-list-pad-left {
  padding-left: 14px;
}

.fg-arrow-icon {
  font-size: 1.2em;
  margin: -1.2em;
}

.fg-no-transform {
  text-transform: none !important;
}

.fg-form-pad-10 {
  padding: 10px;
}

.fg-form-pad-0-10 {
  padding: 0 10px;
}

.fg-red {
  color: red;
}

.fg-svg-fill-current {
  fill: currentColor;
}

.fg-form-error-visible {
  display: block !important;
}

.fg-modal-footer-full {
  width: 100%;
}

.cookie-consent {
  width: 98%;
  position: fixed;
  bottom: 1%;
  left: 1%;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
}

#accept-cookies {
  background-color: #ee2e24;
  border-radius: 3px;
  margin: 0 15px;
  letter-spacing: 0.5px;
  color: #fff !important;
  border-style: none;
}

#accept-cookies:hover {
  cursor: pointer;
  background-color: #0b45bb;
  color: #fff !important;
}

.modal {
  --bs-modal-color: black !important;
}

.email-error {
  color: #dc2626;
  font-size: 13px;
  margin-top: 4px;
}

/* Front-view utility classes for CSP migration */
.fg-hidden-inline {
  display: none !important;
}

.fg-hidden-inline-soft {
  display: none;
}

.fg-hidden-visibility {
  visibility: hidden;
}

.fg-w-100 {
  width: 100%;
}

.fg-border-0 {
  border: 0;
}

.fg-border-none {
  border: none;
}

.fg-clear-both {
  clear: both;
}

.fg-text-webkit-center {
  text-align: -webkit-center;
}

.fg-dot-10 {
  width: 10px;
  height: 10px;
}

.fg-no-text-shadow {
  text-shadow: none;
}

.fg-pos-abs {
  position: absolute;
}

.fg-abs-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fg-full-top-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fg-icon-25-auto {
  width: 25px !important;
  height: auto;
}

.fg-red {
  color: red;
}

.fg-pad-right-cta {
  padding: 10px;
  text-align: right;
  background-color: #0000 !important;
}

.fg-object-scale-down {
  object-fit: scale-down;
}

.fg-object-contain-imp {
  object-fit: contain !important;
}

.fg-h-760 {
  height: 760px;
}

.fg-h-500 {
  height: 500px;
}

.fg-h-800 {
  height: 800px;
}

.fg-pad-40 {
  padding: 40px;
}

.fg-display-block-imp {
  display: block !important;
}

.fg-font-initial {
  font-size: initial;
}

.fg-fs-375 {
  font-size: 3.75rem;
}

.fg-text-capitalize {
  text-transform: capitalize;
}

.fg-border-bottom-1 {
  border-bottom: 1px solid;
}

.fg-ml-0 {
  margin-left: 0;
}

.fg-mt-5p {
  margin-top: 5%;
}

.fg-fs-2rem {
  font-size: 2rem;
}

.fg-text-grey {
  color: grey;
}

.fg-text-light-grey {
  color: #dbdbdb;
}

.fg-text-black-left {
  color: #000;
  text-align: left;
}

.fg-text-green-left {
  color: #73b343;
  text-align: left;
}

.fg-text-left {
  text-align: left;
}

.fg-mt-45-ml-0 {
  margin-top: 45px;
  margin-left: 0;
}

.fg-mt-0 {
  margin-top: 0;
}

.fg-h-750 {
  height: 750px;
}

.fg-no-shadow-mb20 {
  text-shadow: none;
  margin-bottom: 20px;
}

/* Extracted page-level styles from front views */
@media (min-width: 768px) {
  .desktop-milestones {
    display: block;
  }

  .mobile-milestones {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop-milestones {
    display: none;
  }

  .mobile-milestones {
    display: block;
  }
}

#carousel_bfdb .u-repeater {
  grid-template-columns: 100% !important;
}

#sec-8c14 .buttons,
#sec-8c14 .action_btn {
  width: 200px;
  margin: 0 auto;
  display: inline;
}

.inline-hover-btn:hover {
  background-color: #fff !important;
  color: #ee2e24 !important;
  border-color: #ee2e24;
}

/* Home page extracted inline styles */
.fg-home-hero-title {
  line-height: 1.6;
}

.fg-mt-10-imp {
  margin-top: 10px !important;
}

.fg-home-gallery-heading {
  background-color: red;
  opacity: 0.7;
  color: #fff;
  text-shadow: 1px 1px #aca7a7;
}

.fg-home-gallery-link {
  margin: 40% auto !important;
  z-index: 999 !important;
  --radius: 5px;
}

.fg-bg-aliceblue {
  background-color: aliceblue;
}

.fg-text-justify {
  text-align: justify;
}

.fg-red-cta-link {
  margin: 15px auto 35px;
  background-color: red;
  padding: 10px;
  border-radius: 5px;
  color: #fff !important;
  border-style: none;
}

.fg-form-pad-0 {
  padding: 0;
}

.fg-radius-5-imp {
  border-radius: 5px !important;
}

/* Our Network page extracted inline styles */
.mapcontainer {
  display: none;
}

#baner1 {
  display: block;
}

#carousel_8429 ul {
  width: 100%;
  list-style-type: none;
}

#carousel_8429 ul li a {
  text-decoration: none;
}

.skillsDouble {
  margin-right: 1px;
  width: 100%;
  height: auto;
}

.skillsDouble li {
  width: auto;
  padding: 11px;
  text-align: center;
  float: left;
  background: #ff3232;
  background: linear-gradient(to right, #fff 50%, #ee2e24 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  margin-left: 10px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  color: #fff;
}

.skillsDouble li:hover {
  background-position: right bottom;
}

.skillsDouble li a {
  color: #000;
}

.skillsDouble li:hover a {
  color: #fff;
}

.fg-network-red {
  color: #e51c12 !important;
}

.fg-network-title {
  text-shadow: none;
}

/* Career page extracted inline styles */
.fg-career-drop-resume {
  color: #ee2e24 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  margin: auto;
}

.fg-form-pad-x10 {
  padding: 0 10px;
}

.fg-svg-bg-512 {
  enable-background: new 0 0 512 512;
}

.fg-svg-bg-51976 {
  enable-background: new 0 0 51.976 51.976;
}

.fg-career-gallery {
  height: 445px;
  margin-top: 46px;
  margin-bottom: 60px;
}

.fg-career-filter {
  --filter-spacing: 5px;
  --filter-padding-vertical: 8px;
  --filter-padding-horizontal: 12px;
  --filter-default-color: #c0c0c0;
  --filter-hover-color: #ee2e24;
  --filter-active-color: #ee2e24;
  --filter-text-default-color: #ffffff;
  --filter-text-hover-color: #ffffff;
  --filter-text-active-color: #ffffff;
  --filter-border-width: 0px;
  --filter-border-radius: 0px;
}

.fg-career-gallery-inner {
  grid-template-columns: repeat(4, auto);
  grid-gap: 10px;
}

@media (max-width: 1199px) {
  .fg-career-gallery {
    height: 367px;
  }
}

@media (max-width: 991px) {
  .fg-career-gallery {
    height: 1124px;
  }

  .fg-career-gallery-inner {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 767px) {
  .fg-career-gallery {
    height: 3372px;
  }

  .fg-career-gallery-inner {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 575px) {
  .fg-career-gallery {
    height: 2123px;
  }
}

/* Search modal extracted styles */
#q {
  padding: 9px;
  width: 100%;
}

#sec-8a50 .u-form-group {
  height: 75px;
}

.u-dialog-section-6 .u-dialog-1 {
  width: 821px;
  min-height: 250px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  height: auto;
  margin: 150px calc(((100% - 1140px) / 2) + 129px) 60px auto;
}

.u-dialog-section-6 .u-container-layout-1 {
  padding: 30px 29px 0;
}

.u-dialog-section-6 .u-layout-wrap-1 {
  margin: 0;
}

.u-dialog-section-6 .u-layout-cell-1 {
  min-height: 161px;
}

.u-dialog-section-6 .u-container-layout-2 {
  padding: 14px 0;
}

.u-dialog-section-6 .u-text-1 {
  font-size: 1.88235rem;
  margin: 0 1px;
}

.u-dialog-section-6 .u-form-1 {
  height: 71px;
  width: 738px;
  margin: 12px auto 0;
}

.u-dialog-section-6 .u-btn-1 {
  text-transform: uppercase;
  background-image: none;
  border-style: solid;
  --radius: 7px;
}

.u-dialog-section-6 .u-layout-cell-2 {
  min-height: 200px;
}

.u-dialog-section-6 .u-container-layout-3 {
  padding: 30px 0;
}

.u-dialog-section-6 .u-list-1 {
  width: 707px;
  margin: 13px auto 0;
}

.u-dialog-section-6 .u-repeater-1 {
  grid-gap: 10px 10px;
  grid-auto-columns: calc(20% - 8px);
  grid-template-columns: calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);
  min-height: 61px;
}

.u-dialog-section-6 .u-container-layout-4,
.u-dialog-section-6 .u-container-layout-5,
.u-dialog-section-6 .u-container-layout-6,
.u-dialog-section-6 .u-container-layout-7,
.u-dialog-section-6 .u-container-layout-8 {
  padding: 10px;
}

.u-dialog-section-6 .u-btn-2,
.u-dialog-section-6 .u-btn-3,
.u-dialog-section-6 .u-btn-4,
.u-dialog-section-6 .u-btn-5,
.u-dialog-section-6 .u-btn-6 {
  border-style: solid;
  margin: 0 auto 0 0;
  padding: 0;
}

.u-dialog-section-6 .u-icon-1 {
  width: 20px;
  height: 20px;
  left: auto;
  top: 17px;
  position: absolute;
  right: 16px;
}

.fg-form-pad-10 {
  padding: 10px;
}

.fg-block {
  display: block;
}

.fg-pad-10-30 {
  padding: 10px 30px;
}

.fg-svg-bg-348333 {
  enable-background: new 0 0 348.333 348.334;
}

@media (max-width: 1199px) {
  .u-dialog-section-6 .u-dialog-1 {
    width: 940px;
    min-height: 396px;
    margin-right: auto;
  }

  .u-dialog-section-6 .u-layout-wrap-1 {
    position: relative;
    margin-right: initial;
    margin-left: initial;
  }

  .u-dialog-section-6 .u-layout-cell-1 {
    min-height: 133px;
  }

  .u-dialog-section-6 .u-form-1 {
    width: 738px;
  }

  .u-dialog-section-6 .u-layout-cell-2 {
    min-height: 165px;
  }

  .u-dialog-section-6 .u-repeater-1 {
    grid-gap: 0;
    grid-auto-columns: 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
}

@media (max-width: 991px) {
  .u-dialog-section-6 .u-dialog-1 {
    width: 720px;
    min-height: 477px;
  }

  .u-dialog-section-6 .u-container-layout-1 {
    padding-top: 0;
  }

  .u-dialog-section-6 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-dialog-section-6 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-dialog-section-6 .u-form-1,
  .u-dialog-section-6 .u-list-1 {
    width: 663px;
  }

  .u-dialog-section-6 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-dialog-section-6 .u-repeater-1 {
    min-height: 191px;
  }
}

@media (max-width: 767px) {
  .u-dialog-section-6 .u-dialog-1 {
    width: 540px;
    min-height: 460px;
  }

  .u-dialog-section-6 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-dialog-section-6 .u-form-1,
  .u-dialog-section-6 .u-list-1 {
    width: 520px;
  }

  .u-dialog-section-6 .u-layout-cell-2 {
    min-height: 202px;
  }

  .u-dialog-section-6 .u-list-1 {
    margin-top: 0;
  }

  .u-dialog-section-6 .u-repeater-1 {
    grid-auto-columns: 33.3333%;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    min-height: 138px;
  }
}

@media (max-width: 575px) {
  .u-dialog-section-6 .u-dialog-1 {
    width: 340px;
    min-height: 489px;
  }

  .u-dialog-section-6 .u-layout-wrap-1 {
    margin-top: 61px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-dialog-section-6 .u-layout-cell-1 {
    min-height: 210px;
  }

  .u-dialog-section-6 .u-text-1 {
    font-size: 1.23529rem;
  }

  .u-dialog-section-6 .u-form-1,
  .u-dialog-section-6 .u-list-1 {
    width: 320px;
  }

  .u-dialog-section-6 .u-layout-cell-2 {
    min-height: 218px;
  }

  .u-dialog-section-6 .u-repeater-1 {
    grid-auto-columns: 50%;
    grid-template-columns: 50% 50%;
    min-height: 158px;
  }
}

/* Product and industry extracted styles */
.fg-product-row-pad {
  padding: 15px 0;
}

.fg-h-auto-imp {
  height: auto !important;
}

.fg-z-11 {
  z-index: 11;
}

.fg-pad-x-30 {
  padding: 0 30px;
}

.fg-inline-block {
  display: inline-block;
}

.fg-mr-10 {
  margin-right: 10px;
}

.fg-about-card-icon {
  width: 75px;
  margin: auto 25px;
}

.fg-fw-700 {
  font-weight: 700;
}

.fg-linkedin-icon {
  height: 48px;
  color: rgb(59, 89, 152) !important;
}

.fg-text-justify-imp {
  text-align: justify !important;
}

.fg-product-btn-chip {
  padding: 8px 10px;
  border-radius: 5px !important;
  margin: 5px;
  display: inline-block !important;
}

/* Legacy network copy extracted styles */
.our_presence {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0 0 -5px;
  justify-content: space-between;
}

.our_presence_li {
  display: inline;
  font-size: 1rem;
  background-image: none;
  letter-spacing: 0;
  font-weight: 700;
  /* padding: 10px; */
  /* background-color: #fff !important; */
  /* margin: 10px; */
  color: #000;
}

.our_presence li a span.tab-text {
  position: relative;
  z-index: 1;
}

.our_presence li.our_presence_li a {
  display: inline-block;
  background: #e8e8e8;
  color: #000;
  padding: 14px 19px;
  font-size: 15px;
  overflow: hidden;
  /* border-right: 4px solid #f2f2f2; */
  position: relative;
  transition: all 0.5s;
}

.our_presence li.our_presence_li a:hover,
.our_presence li.our_presence_li a.active {
  color: #fff;
}

.our_presence li.our_presence_li a:hover::before,
.our_presence li.our_presence_li a.active::before {
  left: 0;
}

.our_presence li.our_presence_li a::before,
.our_presence li.our_presence_li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background: #da251d;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 0;
}

/* Product detail responsive iframe styles */
@media (max-width: 767px) {
  #sec-1ba7 .u-layout-row {
    display: flex;
    flex-direction: column;
  }

  #sec-1ba7 .u-layout-cell-2 {
    order: 1;
  }

  #sec-1ba7 .u-layout-cell-1 {
    order: 2;
  }
}

#sec-1ba7 .u-container-layout-1,
#sec-1ba7 .u-layout-cell-1,
.u-text-3 {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.u-text-3 iframe,
.u-text-3>iframe,
p.u-text-3 iframe,
.u-container-layout-1 iframe,
#sec-1ba7 iframe {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  /* height: auto !important; */
  display: block !important;
  margin: 15px auto !important;
}

.u-container-layout-1 iframe.hidden-map,
.hidden-map {
  display: none !important;
}

.u-text-3 iframe {
  aspect-ratio: 16 / 9 !important;
}

@media (max-width: 767px) {
  #sec-1ba7 .u-container-layout-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .u-text-3 iframe,
  .u-text-3>iframe,
  p.u-text-3 iframe {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: block !important;
    margin: 10px 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .u-text-3 iframe {
    height: 315px !important;
  }

  @media (max-width: 768px) {
    .u-text-3 iframe {
      height: 250px !important;
    }
  }

  @media (max-width: 480px) {
    .u-text-3 iframe {
      height: 200px !important;
    }
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fg-client-cell {
  flex: 0 0 20% !important;
  max-width: 33.33333333%;
  min-width: 20% !important;
}

.fg-client-logo-box {
  border: 2px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-gallery-item-h-124 {
  height: 124px;
}

.fg-gallery-item-250-350 {
  height: 250px;
  width: 350px;
}

.fg-abs-bottom {
  position: absolute;
  bottom: 0;
}

.fg-search-error-title {
  font-size: 1.5rem;
  color: red;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
}

.fg-text-white {
  color: #fff;
}

.fg-search-result-desc {
  color: grey;
}

.u-text-55 {
  text-transform: capitalize !important;
  font-size: 2rem !important;
  text-align: center;
}

#carousel_9a74.u-section-2 .u-text-1 {
  font-size: 3rem;
}

#carousel_9a74.u-section-2 .u-text-6 {
  margin: -130px 0 0 160px;
  text-transform: capitalize;
  font-size: 1.5rem;
}

#carousel_9a74.u-section-2 .u-text-3 {
  margin-left: 160px;
}

#carousel_9a74.u-section-2 .u-container-layout-3 {
  padding: 0;
  height: 150px;
}

#carousel_9a74.u-section-2 .u-image-3 {
  width: 130px;
  height: 130px;
}

#carousel_9a74.u-section-2 .u-text-5 {
  font-size: 0.75rem;
}

#carousel_9a74 p:not(.u-text-variant) {
  margin-top: 10px;
}

.fg-success-green {
  color: #73b343;
}

.fg-dialog-wide {
  width: 800px;
  min-height: 682px;
  background-image: none;
  margin: 60px auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .blog-detail-img {
    width: 50%;
    height: auto;
    margin: auto 25%;
  }
}

@media only screen and (max-device-width: 480px) {
  .blog-detail-img {
    width: 100%;
    height: auto;
  }
}

.blog-content h2 {
  color: #000 !important;
  text-align: left;
}

.u-text-2 img,
.blog-content img,
.ck-content img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block !important;
}

@media screen and (min-width: 769px) {

  .u-text-2 img,
  .blog-content img,
  .ck-content img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {

  .u-text-2 img,
  .blog-content img,
  .ck-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

.fg-black-justify {
  color: #000;
  text-align: justify;
}

.fg-download-app-img {
  height: 500px;
  width: auto;
  margin: auto;
}

.fg-product-type-cta {
  border-radius: 5px !important;
  text-transform: none;
  padding: 10px 30px;
  margin: 88px auto 0 0;
}

.privacy-policy-list li {
  text-align: left;
}

.fg-privacy-strong {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
}

.fg-error-box {
  height: 300px;
  margin: 5% auto;
}

@media (max-width: 767px) {

  #carousel-8ea3 .u-sheet-1 .u-btn-1,
  #carousel-8ea3 .u-sheet-1 .u-btn-2 {
    display: block !important;
    width: 90% !important;
    max-width: 300px !important;
    margin: 10px auto !important;
  }

  #carousel-8ea3 .u-sheet-1 {
    text-align: center;
  }

  #carousel_6af8 .u-layout-wrap-1,
  #carousel_6af8 .u-layout-wrap-2,
  #carousel_6af8 .u-layout,
  #carousel_6af8 .u-layout-col {
    display: block !important;
    width: 100% !important;
  }

  #carousel_6af8 .u-size-30,
  #carousel_6af8 .u-layout-row,
  #carousel_6af8 .u-layout-cell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  #carousel_6af8 .u-layout-row {
    margin-bottom: 20px !important;
  }

  #carousel_6af8 .u-layout-cell {
    min-height: auto !important;
    margin: 0 !important;
    float: none !important;
  }

  #carousel_6af8 .u-image-1,
  #carousel_6af8 .u-image-2,
  #carousel_6af8 .u-image-3,
  #carousel_6af8 .u-image-4 {
    min-height: 250px !important;
    height: 250px !important;
    width: 100% !important;
    display: block !important;
  }

  #carousel_6af8 .u-layout-cell-2,
  #carousel_6af8 .u-layout-cell-3,
  #carousel_6af8 .u-layout-cell-6,
  #carousel_6af8 .u-layout-cell-7 {
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  #carousel_6af8 .u-container-layout {
    padding: 20px 15px !important;
    height: auto !important;
    min-height: auto !important;
  }

  #carousel_6af8 .u-btn-1,
  #carousel_6af8 .u-btn-2,
  #carousel_6af8 .u-btn-3,
  #carousel_6af8 .u-btn-4 {
    display: block !important;
    margin: 20px auto !important;
    width: auto !important;
    max-width: 200px !important;
    padding: 12px 30px !important;
  }

  #carousel_6af8 h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  #carousel_6af8 p {
    margin-bottom: 15px !important;
  }

  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(1) .u-layout-row,
  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(2) .u-layout-row,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(1) .u-layout-row,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(2) .u-layout-row {
    display: flex !important;
    flex-direction: column !important;
  }

  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(1) .u-image-1,
  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(2) .u-image-2,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(1) .u-image-3,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(2) .u-image-4 {
    order: 1 !important;
  }

  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(1) .u-layout-cell-2,
  #carousel_6af8 .u-layout-wrap-1 .u-size-30:nth-child(2) .u-layout-cell-3,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(1) .u-layout-cell-6,
  #carousel_6af8 .u-layout-wrap-2 .u-size-30:nth-child(2) .u-layout-cell-7 {
    order: 2 !important;
  }
}