@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body {
  font-weight: 400;
  font-family: "Lato";
}

img {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: Barlow;
}

[role=link], [role=button] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

p, li, address, figcaption, .text:not(.field) {
  font-family: "Lato";
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 1.4em;
}

p, li, address, figcaption {
  line-height: 1.6em;
}

p:last-child, li:last-child, address:last-child, figcaption:last-child {
  margin-bottom: 0px;
}

p.large {
  font-size: clamp(20px, 1.45vw, 28px);
}

li:last-of-type {
  margin-bottom: 0px;
}

h1 {
  font-size: clamp(40px, 3.4722222222vw, 50px);
}

h2 {
  font-size: clamp(36px, 2.7777777778vw, 40px);
}

h3 {
  font-size: clamp(27px, 2.0833333333vw, 30px);
}

h4 {
  line-height: 1.4em;
  font-weight: 700;
  font-family: "Lato";
  text-transform: uppercase;
  font-size: clamp(18px, 1.14vw, 22px);
}

h5 {
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(16px, 0.93vw, 18px);
}

.text h4:not(:last-child) {
  margin-bottom: 20px;
}
.text ol, .text ul {
  padding-left: 1.5em;
}
section.row, header.row, footer.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
section.row > .column, header.row > .column, footer.row > .column {
  width: 100%;
  max-width: 1800px;
}

.paddingTopNormal {
  padding-top: clamp(48px, 5vw, 96px);
}

.paddingTop150 {
  padding-top: clamp(72px, 7.5vw, 144px);
}

.paddingBottom150 {
  padding-bottom: clamp(72px, 7.5vw, 144px);
}

.paddingTopHalf {
  padding-top: clamp(24px, 2.5vw, 48px);
}

.paddingTopDouble {
  padding-top: clamp(96px, 10vw, 192px);
}

.paddingBottomDouble {
  padding-bottom: clamp(96px, 10vw, 192px);
}

.paddingBottomNormal {
  padding-bottom: clamp(48px, 5vw, 96px);
}

.paddingBottomHalf {
  padding-bottom: clamp(24px, 2.5vw, 48px);
}

.paddingHorizontalNormal {
  padding-left: clamp(20px, 3.64vw, 70px);
  padding-right: clamp(20px, 3.64vw, 70px);
}

a.button.clear {
  color: #fff;
  border: 1px solid #7a99ad;
}
a.button.clear:hover {
  background-color: #1C262D;
}

a.button.white {
  color: #fff;
  border: 1px solid #fff;
}
a.button.white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

a.button.blue {
  color: #fff;
  background-color: #2487cd;
}
a.button.blue:hover {
  background-color: #2072ab;
}

a.button.red {
  color: #fff;
  background-color: #9c1c33;
}
a.button.red:hover {
  background-color: #861a2d;
}

a.button.underline {
  color: #9c1c33;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f9;
}
a.button.underline i {
  color: #9c1c33;
}
a.button.underline:hover {
  border-bottom: 1px solid #7a99ad;
}

a.button[disabled=disabled] {
  background-color: #ccc;
  color: #666;
}
a.button[disabled=disabled] i {
  color: #666;
}

a.button[disabled=disabled]:hover {
  background-color: #ccc;
  color: #666;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 400;
  min-width: 140px;
  text-align: center;
  padding: 12px 22px 12px 22px;
  line-height: 1em;
}
.button i, .button em {
  color: #ffffff;
  font-size: clamp(14px, 1em, 16px);
}

.darkTheme h1, .darkTheme h2, .darkTheme h3, .darkTheme h4 {
  color: #fff;
}

.lightTheme h1, .lightTheme h2, .lightTheme h3, .lightTheme h4 {
  color: #9c1c33;
}
.lightTheme h4 {
  color: #1C262D;
}
.lightTheme .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lightTheme p {
  color: #1C262D;
}
.lightTheme p a {
  color: #ff0000;
}

.form > .fields {
  display: -ms-grid;
  display: grid;
  gap: clamp(14px, 1.25vw, 24px);
}
.form > .fields .spacer {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #7a99ad;
}
.form > .fields > .split {
  display: -ms-grid;
  display: grid;
  gap: clamp(14px, 1.04vw, 20px);
  -ms-grid-columns: 1fr clamp(14px, 1.04vw, 20px) 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .form > .fields > .split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form > .fields .split.three {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.form > .fields .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form > .fields .field label {
  font-family: "Lato";
  margin-bottom: 0.5em;
}
.form > .fields .field label span {
  color: #7a99ad;
}
.form > .fields .field span.required {
  color: #9c1c33;
  font-weight: 700;
}
.form > .fields .field:last-child {
  margin-bottom: 0px;
}
.form > .fields .field input, .form > .fields .field select, .form > .fields .field textarea {
  background-color: #fff;
  font-family: "Lato";
}
.form > .fields .field.text input, .form > .fields .field.text textarea {
  border: 1px solid #63656B;
  padding: 12px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}
.form > .fields .field.upload input {
  background-color: transparent;
}
.form > .fields .field.select select {
  border: 1px solid #63656B;
  padding: 12px 4px;
  border-radius: 2px;
}
.form > .fields .field.validation.green {
  color: #679b39;
}
.form > .fields .field.validation.green i {
  color: #679b39;
}
.form > .fields .field.validation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9c1c33;
}
.form > .fields .field.validation i {
  margin-right: 10px;
  color: #555;
  font-size: 20px;
}
.form > .fields .field.validation i.green {
  color: #679b39;
  font-size: 20px;
}
.form > .fields .field.validation i.red {
  color: #ee0000;
  font-size: 20px;
}
.form > .fields .field.validation .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #05121b;
}
.form > .fields .field.validation .message .fa-circle-check {
  color: #679b39;
}
.form > .fields .field.message.error {
  color: #ee0000;
}
.form > .fields > .field.table {
  display: block;
}
.form > .fields > .field.table table {
  border-collapse: collapse;
}
.form > .fields > .field.table table > tbody > tr > th {
  padding: 10px;
}
.form > .fields > .field.table table > tbody > tr > td {
  padding: 10px;
  border: 1px solid #05121b;
  margin: 0px auto;
  text-align: center;
  background-color: #fff;
}
.form > .fields > .field.checkboxList {
  width: 100%;
}
.form > .fields > .field.checkboxList ul {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 10px;
}
.form > .fields > .field.checkboxList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-width: 200px;
}
.form > .fields > .field.checkboxList ul li input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form > .fields > .field.checkboxList ul li label {
  margin: 0px;
  padding: 0px;
}
.form > .fields .field.actions {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form > .fields *.invalid {
  outline: 2px solid #ee0000;
  border: 1px solid #fff !important;
}

section.row.paragraph > .column > .content h2 {
  margin-bottom: 0.5em;
}
section.row.paragraph > .column > .content h3 {
  margin-bottom: 0.5em;
  color: #9c1c33;
}
section.row.paragraph > .column > .content h4 {
  margin-bottom: 1em;
}
section.row.paragraph > .column > .content ul {
  margin-bottom: 1.4em;
  margin-left: 40px;
}
section.row.paragraph > .column > .content ul li {
  margin-bottom: 0px;
}
hr {
  border-top: 1px solid #7a99ad;
}

:root {
  --box-shadow-images: 0 0 10px 0px rgba(0,0,0,.20);
}

section.megaMenu.row {
  -webkit-transition: border-bottom linear 1.5s;
  transition: border-bottom linear 1.5s;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  background-color: #05121b;
  display: none;
}
section.megaMenu.row > .bottomTrim {
  border-bottom: 5px solid #63656B;
}
section.megaMenu.row > .column {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
section.megaMenu.row > .column nav ul {
  margin-bottom: 20px;
  list-style: none;
}
section.megaMenu.row > .column nav ul li {
  text-align: right;
  margin-bottom: clamp(10px, 1.91vw, 20px);
}
section.megaMenu.row > .column nav ul li a {
  color: #fff;
  text-decoration: none;
}

section.row.utility {
  position: relative;
  border-bottom: 1px solid #1C262D;
  z-index: 1;
  background-color: #05121b;
}
section.row.utility > .column > nav.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(20px, 1.5625vw, 30px);
}
@media (max-width: 768px) {
  section.row.utility > .column > nav.content a:nth-child(2) {
    display: none;
  }
}
@media (max-width: 540px) {
  section.row.utility > .column > nav.content a:nth-child(3) {
    display: none;
  }
}
section.row.utility > .column > nav.content a {
  color: #fff;
  text-decoration: none;
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.utility > .column > nav.content a i {
  margin-right: 10px;
}
section.row.utility > .column > nav.content a.highlight {
  background-color: #9c1c33;
  color: #fff;
}

header.row.open {
  background-color: #05121b;
}

header.row.solid {
  background-color: #05121b;
}

header.row {
  position: relative;
  z-index: 1000;
  background-color: transparent;
}
header.row > .column {
  --header-spacing-vertical: clamp(20px, 1.82vw, 35px);
}
header.row > .column > .content {
  padding-top: var(--header-spacing-vertical);
  padding-bottom: var(--header-spacing-vertical);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.row > .column > .content > .logo {
  width: clamp(200px, 18.75vw, 240px);
}
header.row > .column > .content > .logo a img {
  width: 100%;
}
@media (max-width: 1054px) {
  header.row > .column > .content > nav.mainNavigation {
    display: none;
  }
}
header.row > .column > .content > nav.mainNavigation menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 3.125vw, 60px);
}
@media (max-width: 1200px) {
  header.row > .column > .content > nav.mainNavigation menu li:first-child {
    display: none;
  }
}
header.row > .column > .content > nav.mainNavigation menu li {
  margin-bottom: 0px;
  padding-bottom: 4px;
}
header.row > .column > .content > nav.mainNavigation menu li a {
  color: #fff;
  text-decoration: none;
}
header.row > .column > .content > nav.mainNavigation menu li a.selected {
  padding-bottom: 4px;
  border-bottom: 2px solid #9c1c33;
}
header.row > .column > .content > div.mobileNavigation {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  isolation: isolate;
}
@media (max-width: 1054px) {
  header.row > .column > .content > div.mobileNavigation {
    display: block;
  }
}
header.row > .column > .content > div.mobileNavigation > .hamburger {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0px;
}

footer.row {
  background-color: #05121b;
}
footer.row > .column > .content > .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  footer.row > .column > .content > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer.row > .column > .content > .columns > .left.companyInformation {
  width: 60%;
}
@media (max-width: 1200px) {
  footer.row > .column > .content > .columns > .left.companyInformation {
    padding-top: 40px;
    border-top: 1px solid #1C262D;
  }
}
@media (max-width: 1200px) {
  footer.row > .column > .content > .columns > .left.companyInformation {
    width: 100%;
  }
}
footer.row > .column > .content > .columns > .left.companyInformation > .logo {
  width: clamp(190px, 11.4583333333vw, 220px);
  margin-bottom: 46px;
}
footer.row > .column > .content > .columns > .left.companyInformation > .logo img {
  width: 100%;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: -webkit-max-content clamp(50px, 10.4166666667vw, 200px) 1fr;
  -ms-grid-columns: max-content clamp(50px, 10.4166666667vw, 200px) 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: clamp(50px, 10.4166666667vw, 200px);
  max-width: 768px;
}
@media (max-width: 540px) {
  footer.row > .column > .content > .columns > .left.companyInformation > .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .addressColumn {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .addressColumn > address {
  color: #fff;
  font-style: normal;
  margin-bottom: 1em;
  line-height: 1.75em;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .addressColumn > address div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .addressColumn > address div a i {
  color: #fff;
  margin-right: 10px;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .addressColumn > address:last-child {
  margin-bottom: 0px;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .linkColumn > nav ul {
  list-style: none;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .linkColumn > nav ul li {
  margin-bottom: 0px;
  line-height: 1.75em;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .linkColumn > nav a {
  color: #fff;
  text-decoration: none;
}
footer.row > .column > .content > .columns > .left.companyInformation > .columns .linkColumn > nav a i {
  margin-left: 10px;
  font-size: 0.75em;
  color: #7a99ad;
}
footer.row > .column > .content > .columns > .right.contactForm {
  width: 40%;
}
@media (max-width: 1200px) {
  footer.row > .column > .content > .columns > .right.contactForm {
    width: 100%;
  }
}
footer.row > .column > .content > .columns > .right.contactForm h2 {
  margin-bottom: 0.1em;
}
footer.row > .column > .content > .columns > .right.contactForm h5 {
  color: #7a99ad;
  margin-bottom: 1em;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper {
  min-height: 250px;
  max-width: 600px;
  margin-left: 0px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide {
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 2.0833333333vw, 10px);
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .success .checkMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .success .checkMessage .icon.left {
  color: #7a99ad;
  font-size: 60px;
  height: 60px;
  line-height: 1em;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .success .checkMessage .right h5 {
  margin: 0px;
  color: #fff;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .success p {
  color: #fff;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.text.textarea {
  max-width: 400px;
  width: 100%;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.text.textarea textarea {
  max-width: 400px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field {
  margin-bottom: 0px;
  margin-top: 0px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .radioButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .radioButtonList label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  gap: 10px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .radioButtonList label .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #7a99ad;
  border-radius: 50%;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .radioButtonList label .checkbox i {
  display: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .radioButtonList label.checked i {
  display: block;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .checkboxList label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  gap: 10px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .checkboxList label .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #7a99ad;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .checkboxList label .checkbox i {
  display: none;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields .field > .checkboxList label.checked i {
  display: block;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.actions .validation span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide .fields > .field.actions .validation span i {
  font-size: 32px;
  color: #9c1c33;
  width: 32px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide > .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide > .options > a {
  font-size: 18px;
  padding: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide > .options > a i {
  font-size: 16px;
  color: #D9D8D6;
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide > .options a.selected {
  border: 1px solid rgb(255, 255, 255);
}
footer.row > .column > .content > .columns > .right.contactForm .swiper-slide > .options a.disabled {
  color: rgba(255, 255, 255, 0.2);
}
footer.row > .column > .content > .columns > .right.contactForm .form > .fields .field {
  color: #fff;
}
footer.row > .column > .content > .columns > .right.contactForm .form > .fields .field input, footer.row > .column > .content > .columns > .right.contactForm .form > .fields .field textarea {
  background-color: #D9D8D6;
}
footer.row > .column > .content > .basement {
  color: #63656B;
  padding-top: clamp(20px, 2.08vw, 40px);
  margin-top: clamp(20px, 4.16vw, 80px);
  border-top: 1px solid #1C262D;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.row > .column > .content > .basement a {
  color: #7a99ad;
  text-decoration: none;
}
footer.row > .column > .content > .basement div {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.row > .column > .content > .basement div.dashboardLink {
  margin-left: auto;
}
footer.row > .column > .content > .basement div.dashboardLink a {
  color: #7a99ad;
  padding: 10px 12px;
}
.mastheadBackground {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.mastheadBackground::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #05121b;
  z-index: 0;
  opacity: 0.7;
}
.mastheadBackground::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#05121b), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#05121b, rgba(0, 0, 0, 0));
  opacity: 0.9;
  z-index: 1;
}

section.row.masthead.dark::before {
  background-image: url(/images/dark-triangle-trim.png);
}

section.row.masthead.light::before {
  background-image: url(/images/light-triangle-trim.png);
}

section.row.masthead.red::before {
  background-image: url(/images/red-triangle-trim.png);
}

section.row.masthead {
  background-color: transparent;
}
section.row.masthead::before {
  content: "";
  aspect-ratio: 1920/42;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 100;
  background-size: cover;
}
section.row.masthead > .column {
  position: relative;
  z-index: 1;
  padding-top: clamp(80px, 5.5555555556vw, 100px);
  padding-bottom: clamp(80px, 5.5555555556vw, 100px);
}
section.row.masthead > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
section.row.masthead > .column > .content .textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  gap: 35px;
  max-width: 1280px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.row.masthead > .column > .content .textWrap hgroup {
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 35px;
  text-wrap: balance;
}
@media (max-width: 768px) {
  section.row.masthead > .column > .content .textWrap hgroup {
    gap: 35px;
  }
}
section.row.masthead > .column > .content .textWrap hgroup h4 {
  color: #fff;
}
section.row.masthead > .column > .content .textWrap hgroup h1 {
  line-height: 1.2em;
  max-width: 700px;
  position: relative;
  color: #fff;
  text-align: left;
  margin-bottom: 0px;
}
section.row.masthead > .column > .content .textWrap hgroup h1:last-of-type::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -86px;
  left: -70px;
  width: 262px;
  height: 169px;
  opacity: 0.2;
  background-image: url(/images/target-lineart.png);
}
@media (max-width: 768px) {
  section.row.masthead > .column > .content .textWrap hgroup h1:last-of-type::after {
    display: none;
  }
}
section.row.masthead > .column > .content .textWrap hgroup h3 {
  font-weight: 500;
  line-height: 1.5em;
  font-family: "Lato";
  font-size: clamp(20px, 1.6666666667vw, 24px);
}
section.row.masthead > .column > .content .textWrap hgroup ul {
  margin-top: 35px;
}
section.row.masthead > .column > .content .textWrap hgroup ul li {
  font-weight: 500;
  line-height: 1.5em;
  font-family: "Lato";
  font-size: clamp(20px, 1.6666666667vw, 24px);
  margin-bottom: 0px;
}
section.row.masthead > .column > .content .textWrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.row.beckerSaves.courtroom {
  background-color: #05121b;
}

section.row.beckerSaves {
  position: relative;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.beckerSaves > .column.stats > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.beckerSaves > .column.stats > .content h1 {
  text-align: center;
  padding-bottom: clamp(24px, 2.5vw, 48px);
  text-wrap: balance;
}
section.row.beckerSaves > .column.stats > .content > p {
  gap: clamp(16px, 1.25vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 768px;
  padding-bottom: clamp(24px, 2.5vw, 48px);
}
section.row.beckerSaves > .column.stats > .content > p span {
  color: #7a99ad;
  font-size: 24px;
}
section.row.beckerSaves > .column.stats > .content .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 4.1666666667vw, 80px) 1px clamp(30px, 4.1666666667vw, 80px) 1fr clamp(30px, 4.1666666667vw, 80px) 1px clamp(30px, 4.1666666667vw, 80px) 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  width: 100%;
  max-width: 1280px;
  gap: clamp(30px, 4.1666666667vw, 80px);
}
@media (max-width: 960px) {
  section.row.beckerSaves > .column.stats > .content .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  section.row.beckerSaves > .column.stats > .content .columns > .card {
    justify-items: center;
  }
}
section.row.beckerSaves > .column.stats > .content .columns > .pipe {
  background-color: #7a99ad;
}
section.row.beckerSaves > .column.stats > .content .columns > .card {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
}
section.row.beckerSaves > .column.stats > .content .columns > .card h2 {
  color: #7a99ad;
}
section.row.beckerSaves > .column.stats > .content .columns > .card h3 {
  margin-bottom: 0.5em;
}
section.row.beckerSaves > .column.stats > .content .columns > .card h3 span {
  color: #7a99ad;
}
section.row.beckerSaves > .column.stats > .content .columns > .card p {
  max-width: 340px;
}
section.row.beckerSaves > .column.chart {
  max-width: unset;
  opacity: 0.4;
}
section.row.beckerSaves > .column.chart > img {
  width: 100%;
}
section.row.beckerSaves > .column.courtroom > .content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.beckerSaves > .column.courtroom > .content .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 4.1666666667vw, 80px) 1px clamp(30px, 4.1666666667vw, 80px) 1fr;
  grid-template-columns: 1fr 1px 1fr;
  width: 100%;
  max-width: 1280px;
  gap: clamp(30px, 4.1666666667vw, 80px);
}
@media (max-width: 1024px) {
  section.row.beckerSaves > .column.courtroom > .content .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  section.row.beckerSaves > .column.courtroom > .content .columns p {
    max-width: 512px;
  }
  section.row.beckerSaves > .column.courtroom > .content .columns .card {
    justify-items: center;
  }
}
section.row.beckerSaves > .column.courtroom > .content .columns > .pipe {
  background-color: #7a99ad;
}
section.row.beckerSaves > .column.courtroom > .content .columns > .card {
  -ms-flex-line-pack: start;
      align-content: start;
  display: -ms-grid;
  display: grid;
}
section.row.beckerSaves > .column.courtroom > .content .columns > .card h3 {
  color: #7a99ad;
}
section.row.beckerSaves > .column.courtroom > .content .columns > .card h2 {
  color: #fff;
  margin-bottom: 0.25em;
}
section.row.beckerSaves > .column.courtroom > .content .columns > .card ul li {
  margin-bottom: 0px;
}

section.row.nationwideMap {
  background-color: #10445c;
  background-image: url(/images/map-transparent.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 1180px) {
  section.row.nationwideMap {
    background-size: cover;
    background-position: center center;
  }
}
section.row.nationwideMap > .column {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
@media (max-width: 1180px) {
  section.row.nationwideMap > .column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.row.nationwideMap > .column > .content {
  width: 100%;
  max-width: 1280px;
  height: 30vw;
  min-height: 500px;
  max-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  section.row.nationwideMap > .column > .content {
    width: 100%;
    background-color: rgba(16, 68, 92, 0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0px;
    text-align: center;
  }
}
section.row.nationwideMap > .column > .content hgroup {
  margin-bottom: clamp(24px, 1.5625vw, 30px);
}
section.row.nationwideMap > .column > .content hgroup h1 {
  color: #fff;
  line-height: 1em;
  margin-bottom: 0.3em;
}
section.row.nationwideMap > .column > .content hgroup h4 {
  color: #fff;
  text-transform: none;
}
section.row.nationwideMap > .column > .content .mapContainer {
  position: relative;
}

section.row.logoCloud {
  background-color: #f6f6f9;
}
section.row.logoCloud > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.logoCloud > .column > .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 5.2083333333vw, 100px) 1fr clamp(20px, 5.2083333333vw, 100px) 1fr clamp(20px, 5.2083333333vw, 100px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 5.2083333333vw, 100px);
  max-width: 1024px;
}
@media (max-width: 768px) {
  section.row.logoCloud > .column > .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
section.row.logoCloud > .column > .content > .image img {
  mix-blend-mode: darken;
  max-width: 120px;
  width: 100%;
}

section.row.serviceList {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.row.serviceList::before {
  content: "";
  /*        background-color: rgba(5,18,27,1);
          background-color: rgb(77,14,25); //dark red
          background-color: #360710;*/
  background-color: #fff;
  opacity: 1;
  position: absolute;
  inset: 0px;
}
section.row.serviceList > .column {
  position: relative;
}
section.row.serviceList > .column > .content {
  color: #05121b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.row.serviceList > .column > .content h1 {
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(40px, 3.4722222222vw, 50px);
}
section.row.serviceList > .column > .content .services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 3.125vw, 60px) 1fr clamp(40px, 3.125vw, 60px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 3.125vw, 60px);
  width: 100%;
}
@media (max-width: 960px) {
  section.row.serviceList > .column > .content .services {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  section.row.serviceList > .column > .content .services {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
section.row.serviceList > .column > .content .services > .service {
  display: -ms-grid;
  display: grid;
  gap: clamp(16px, 1.0416666667vw, 20px);
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: start;
  padding: 10px;
}
section.row.serviceList > .column > .content .services > .service > .icon img {
  width: clamp(48px, 3.3333333333vw, 64px);
}
section.row.serviceList > .column > .content .services > .service h3 {
  /*        font-size: 20px;
  font-weight: 700;
  font-family: Barlow;
  line-height: 1em;*/
}
section.row.serviceList > .column > .content .services > .service ul li {
  margin-bottom: 0px;
}
section.row.serviceList > .column > .content .services > .service p {
  margin-bottom: 0px;
}
section.row.serviceList > .column > .content .services .service.more {
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.serviceList > .column > .content .services .service.more a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

section.row.twoColTextAndImage.darkTheme {
  background-color: #9c1c33;
}
section.row.twoColTextAndImage.darkTheme > .column > .content {
  color: #fff;
}
section.row.twoColTextAndImage.lightTheme {
  background-color: #05121b;
}
section.row.twoColTextAndImage.lightTheme > .column > .content {
  background-color: #fff;
}
section.row.twoColTextAndImage > .column {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
}
section.row.twoColTextAndImage > .column > .content {
  gap: clamp(30px, 4.16vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 960px) {
  section.row.twoColTextAndImage > .column > .content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  section.row.twoColTextAndImage > .column > .content > .image {
    width: 100% !important;
    max-height: 300px;
    margin: 0 auto;
  }
  section.row.twoColTextAndImage > .column > .content > .content {
    width: 100% !important;
  }
  section.row.twoColTextAndImage > .column > .content > .content h1, section.row.twoColTextAndImage > .column > .content > .content h2, section.row.twoColTextAndImage > .column > .content > .content h3, section.row.twoColTextAndImage > .column > .content > .content h4, section.row.twoColTextAndImage > .column > .content > .content h5, section.row.twoColTextAndImage > .column > .content > .content p {
    text-align: center;
  }
}
section.row.twoColTextAndImage > .column > .content > .image {
  min-width: 200px;
}
section.row.twoColTextAndImage > .column > .content > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
section.row.twoColTextAndImage > .column > .content > .content {
  padding-top: clamp(48px, 9.375vw, 180px);
  padding-bottom: clamp(48px, 9.375vw, 180px);
  padding-left: clamp(20px, 3.64vw, 70px);
  padding-right: clamp(20px, 3.64vw, 70px);
}
section.row.twoColTextAndImage > .column > .content > .content h2 {
  margin-bottom: 0.5em;
  color: #1C262D;
}
section.row.twoColTextAndImage > .column .content.thirty > .image {
  width: 30%;
}
section.row.twoColTextAndImage > .column .content.thirty > .content {
  width: 70%;
}
section.row.twoColTextAndImage > .column .content.fourty > .image {
  width: 40%;
}
section.row.twoColTextAndImage > .column .content.fourty > .content {
  width: 60%;
}
section.row.twoColTextAndImage > .column .content.fifty > .image {
  width: 50%;
}
section.row.twoColTextAndImage > .column .content.fifty > .content {
  width: 50%;
}
section.row.twoColTextAndImage > .column .content.imageLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.row.twoColTextAndImage > .column .content.imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.row.weHaveTheExperience {
  background-color: #fff;
}
section.row.weHaveTheExperience > .column {
  max-width: 1280px;
}
section.row.weHaveTheExperience > .column > .content h1 {
  text-align: center;
  margin-bottom: clamp(48px, 5vw, 96px);
}
section.row.weHaveTheExperience > .column > .content > .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60fr clamp(30px, 4.16vw, 80px) 40fr;
  grid-template-columns: 60fr 40fr;
  justify-items: center;
  gap: clamp(30px, 4.16vw, 80px);
}
@media (max-width: 768px) {
  section.row.weHaveTheExperience > .column > .content > .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.weHaveTheExperience > .column > .content > .columns > .text h3 {
  margin-bottom: 1em;
  color: #1C262D;
}
section.row.weHaveTheExperience > .column > .content > .columns > .image img {
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-images);
          box-shadow: var(--box-shadow-images);
}

section.row.leadershipTeam {
  background-color: #f6f6f9;
}
section.row.leadershipTeam > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.leadershipTeam > .column > .content {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  max-width: 1280px;
}
section.row.leadershipTeam > .column > .content h1 {
  text-align: center;
  margin-bottom: 0.25em;
}
section.row.leadershipTeam > .column > .content h3 {
  margin-bottom: clamp(48px, 5vw, 96px);
  color: #1C262D;
  text-align: center;
  max-width: 960px;
}
section.row.leadershipTeam > .column > .content > .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 4.1666666667vw, 80px) 1fr clamp(30px, 4.1666666667vw, 80px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4.1666666667vw, 80px);
}
@media (max-width: 1024px) {
  section.row.leadershipTeam > .column > .content > .columns {
    -ms-grid-columns: (2fr)[2];
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 768px) {
  section.row.leadershipTeam > .column > .content > .columns {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  section.row.leadershipTeam > .column > .content > .columns > .card {
    max-width: 380px;
  }
}
section.row.leadershipTeam > .column > .content > .columns > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row.leadershipTeam > .column > .content > .columns > .card > img {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: var(--box-shadow-images);
          box-shadow: var(--box-shadow-images);
}
section.row.leadershipTeam > .column > .content > .columns > .card > .nameTag {
  padding: 10px;
  border-bottom: 2px solid #D9D8D6;
}
section.row.leadershipTeam > .column > .content > .columns > .card > .nameTag .name {
  color: #9c1c33;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Barlow;
}
section.row.leadershipTeam > .column > .content > .columns > .card > .nameTag .title {
  color: #63656B;
  font-size: 18px;
}
section.row.leadershipTeam > .column > .content > .columns > .card p {
  padding: 10px;
}

section.row.planForTheFuture {
  background-color: #9c1c33;
  background-image: url(/images/charts-background2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
section.row.planForTheFuture::before {
  content: "";
  background-color: rgba(107, 19, 35, 0.85);
  position: absolute;
  inset: 0px;
}
section.row.planForTheFuture > .column {
  position: relative;
  max-width: 1280px;
}
section.row.planForTheFuture > .column > .content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.row.planForTheFuture > .column > .content h1 {
  text-align: center;
  margin-bottom: 1em;
}
section.row.planForTheFuture > .column > .content p {
  text-align: center;
  max-width: 768px;
}
section.row.weHaveTheExperience {
  background-color: #f6f6f9;
}
section.row.weHaveTheExperience > .column {
  max-width: 1280px;
}
section.row.weHaveTheExperience > .column > .content h1 {
  text-align: center;
  margin-bottom: clamp(48px, 5vw, 96px);
}
section.row.weHaveTheExperience > .column > .content > .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60fr clamp(30px, 4.16vw, 80px) 40fr;
  grid-template-columns: 60fr 40fr;
  justify-items: center;
  gap: clamp(30px, 4.16vw, 80px);
}
@media (max-width: 768px) {
  section.row.weHaveTheExperience > .column > .content > .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.weHaveTheExperience > .column > .content > .columns > .text h3 {
  margin-bottom: 1em;
  color: #1C262D;
}
section.row.weHaveTheExperience > .column > .content > .columns > .image img {
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-images);
          box-shadow: var(--box-shadow-images);
}

section.row.companyStats {
  background-image: url(/images/charts-background2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
section.row.companyStats::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #f6f6f9;
  opacity: 0.94;
  background-color: #fff;
  opacity: 1;
  position: absolute;
  inset: 0px;
}
section.row.companyStats > .column {
  position: relative;
}
section.row.companyStats > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.row.companyStats > .column > .content h1 {
  text-align: center;
  margin-bottom: 1em;
  color: #1C262D;
}
section.row.companyStats > .column > .content .stats {
  width: 100%;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 4.6875vw, 60px) 1fr clamp(20px, 4.6875vw, 60px) 1fr clamp(20px, 4.6875vw, 60px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 4.6875vw, 60px);
}
@media (max-width: 960px) {
  section.row.companyStats > .column > .content .stats {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section.row.companyStats > .column > .content .stats {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
section.row.companyStats > .column > .content .stats > .stat {
  display: -ms-grid;
  display: grid;
  gap: clamp(16px, 1.5625vw, 20px);
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
}
section.row.companyStats > .column > .content .stats > .stat > .icon img {
  width: clamp(48px, 5vw, 64px);
}
section.row.companyStats > .column > .content .stats > .stat h4 {
  color: #9c1c33;
  font-size: clamp(46px, 4.6875vw, 60px);
  font-weight: 700;
  font-family: Barlow;
  line-height: 1em;
}
section.row.companyStats > .column > .content .stats > .stat p {
  text-align: center;
}

section.row.ourProcessForSuccess {
  background-color: #f6f6f9;
}
section.row.ourProcessForSuccess > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.ourProcessForSuccess > .column > .content {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
section.row.ourProcessForSuccess > .column > .content h1 {
  color: #1C262D;
  text-align: center;
  margin-bottom: 0px;
  margin-bottom: 10px;
}
section.row.ourProcessForSuccess > .column > .content p {
  max-width: 1024px;
  text-align: center;
  margin-bottom: 40px;
}
section.row.ourProcessForSuccess > .column > .content > .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 4.1666666667vw, 80px) 1fr clamp(30px, 4.1666666667vw, 80px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4.1666666667vw, 80px);
  max-width: 1280px;
}
@media (max-width: 768px) {
  section.row.ourProcessForSuccess > .column > .content > .columns {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  section.row.ourProcessForSuccess > .column > .content > .columns > .card {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  section.row.ourProcessForSuccess > .column > .content > .columns > .card > img {
    max-width: 380px;
  }
  section.row.ourProcessForSuccess > .column > .content > .columns > .card h3 {
    text-align: center !important;
  }
  section.row.ourProcessForSuccess > .column > .content > .columns > .card p {
    text-align: center !important;
  }
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card > .image {
  background-color: #9c1c33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card > .image > img {
  display: block;
  width: 50%;
  -webkit-box-shadow: var(--box-shadow-images);
          box-shadow: var(--box-shadow-images);
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card > .nameTag {
  padding: 10px;
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card > .nameTag .name {
  color: #9c1c33;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato";
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card p {
  padding: 10px;
  text-align: left;
}
section.row.ourProcessForSuccess > .column > .content > .columns > .card p a {
  color: #9c1c33;
  text-decoration: none;
}

section.row.certificationsList {
  background-image: url(/images/charts-background2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
section.row.certificationsList::before {
  content: "";
  /*        background-color: rgba(255,255,255,.9);
          background-color: $greySmoke;
          opacity: .94*/
  background-color: rgba(107, 19, 35, 0.85);
  position: absolute;
  inset: 0px;
}
section.row.certificationsList > .column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.certificationsList > .column > .content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
}
section.row.certificationsList > .column > .content h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 0.25em;
}
section.row.certificationsList > .column > .content p {
  width: 100%;
  max-width: 1024px;
  margin-bottom: 1.4em;
}
section.row.certificationsList > .column > .content .column {
  -webkit-column-gap: clamp(20px, 2.7777777778vw, 40px);
     -moz-column-gap: clamp(20px, 2.7777777778vw, 40px);
          column-gap: clamp(20px, 2.7777777778vw, 40px);
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
}
section.row.certificationsList > .column > .content .column ol {
  list-style: none;
}
section.row.certificationsList > .column > .content .column ol li {
  margin-bottom: 0px;
}

section.row.investigatorPositions > .column > .content h3 {
  margin-bottom: 1em;
}
section.row.investigatorPositions > .column > .content .positions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(40px, 2.0833333333vw, 60px);
  max-width: 1024px;
}
section.row.investigatorPositions > .column > .content .positions .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #7a99ad;
  padding: 10px;
}
section.row.investigatorPositions > .column > .content .positions .card .left .state {
  color: #9c1c33;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Barlow;
}

section.row.officePositions > .column > .content .positions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(40px, 2.0833333333vw, 60px);
}
section.row.officePositions > .column > .content .positions .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #9c1c33;
  padding-left: 20px;
}
section.row.officePositions > .column > .content .positions .card .title {
  color: #9c1c33;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Barlow;
  margin-bottom: 10px;
}
section.row.officePositions > .column > .content .positions .card .location {
  margin-bottom: 10px;
  font-weight: 600;
}
section.row.officePositions > .column > .content .positions .card div.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center start;
  margin-bottom: 10px;
}
section.row.officePositions > .column > .content .positions .card div.image img {
  width: 64px;
}

section.row.applicationForm.fieldInvestigator {
  background-color: #f6f6f9;
}
section.row.applicationForm.fieldInvestigator > .column .content {
  max-width: 768px;
}
section.row.applicationForm.fieldInvestigator > .column .content h3 {
  margin-bottom: 1em;
}
section.row.applicationForm.fieldInvestigator > .column .content .form {
  margin-bottom: 30px;
}

section.row.warning {
  background-color: #fffcc5;
}
section.row.assignmentRequestForm {
  background-color: #f6f6f9;
}
section.row.assignmentRequestForm > .column .content {
  max-width: 1024px;
}
section.row.assignmentRequestForm > .column .content h3 {
  margin-bottom: 1em;
}
section.row.assignmentRequestForm > .column .content .form {
  margin-bottom: 60px !important;
}
section.row.assignmentRequestForm > .column .content .form .fields .sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.assignmentRequestForm > .column .content .form .fields .sectionTitle h3 {
  margin-bottom: 0px;
}
section.row.assignmentRequestForm > .column .content .form .fields .split .left .field.upload {
  margin-bottom: 30px;
}
section.row.assignmentRequestForm > .column .content .form .fields .field label {
  font-weight: 700;
}
section.row.assignmentRequestForm > .column .content .form .fields .field .uploads {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content clamp(20px, 2.9296875vw, 30px) -webkit-max-content;
  -ms-grid-columns: max-content clamp(20px, 2.9296875vw, 30px) max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: clamp(20px, 2.9296875vw, 30px);
}
section.row.assignmentRequestForm > .column .content .form .fields .field .uploads > .upload input {
  background-color: transparent;
}

section.row.zipcode {
  background-color: #f6f6f9;
}
section.row.zipcode > .column > .content .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.row.investgatorResults {
  background-color: #10445c;
  background-image: url(/images/map-transparent.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.row.investgatorResults::after {
  background-color: rgba(16, 68, 92, 0.9);
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 0;
}
section.row.investgatorResults > .column {
  z-index: relative;
  z-index: 1;
}
section.row.investgatorResults > .column > .content {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: clamp(40px, 5.859375vw, 60px);
}
section.row.investgatorResults > .column > .content hgroup h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0em;
}
section.row.investgatorResults > .column > .content hgroup h1 {
  color: #fff;
  text-align: center;
  font-size: clamp(40px, 5.859375vw, 60px);
}
section.row.investgatorResults > .column > .content .controls {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 1.953125vw, 20px);
}
section.row.investgatorResults > .column > .content .controls h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
section.row.investgatorResults > .column > .content .controls .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.investgatorResults > .column > .content .controls .inputs input {
  border: 0px;
  padding: 10px 12px;
}
section.row.investgatorResults > .column > .content .controls p {
  text-align: center;
  color: #f6f6f9;
}
section.row.investgatorResults > .column > .content > .results {
  width: 100%;
  max-width: 1024px;
}
section.row.investgatorResults > .column > .content > .results .startLocation {
  color: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.row.investgatorResults > .column > .content > .results .startLocation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section.row.investgatorResults > .column > .content > .results .cards {
  display: -ms-grid;
  display: grid;
  gap: clamp(20px, 2.9296875vw, 30px);
  margin-bottom: 60px;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow {
  background-color: rgb(255, 255, 255);
  padding: clamp(10px, 1.953125vw, 20px);
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: clamp(18px, 1.953125vw, 20px);
  font-family: Barlow;
  font-weight: 700;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .location .pin {
  color: #2487cd;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 0.9765625vw, 10px);
  font-size: clamp(16px, 1.953125vw, 18px);
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats .miles {
  font-family: Barlow;
  font-weight: 500;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats .pipe {
  border-right: 1px solid #2487cd;
  display: none;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats .services {
  gap: clamp(5px, 0.9765625vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats .services .service {
  font-size: 0.75em;
  padding: 4px;
  border: 1px solid #7a99ad;
  color: #63656B;
}
section.row.investgatorResults > .column > .content > .results .cards > .resultRow .split > .stats .services .service.active {
  background-color: #2487cd;
  color: #fff;
  border: 0px;
}
section.row.investgatorResults > .column > .content > .results .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.row.timesheetTitle {
  background-color: #f6f6f9;
}
section.row.timesheetTitle > .column > .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.row.timesheetForm > .column {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
section.row.timesheetForm > .column > .content.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.timesheetForm > .column > .content.footer > .totals p {
  margin: 0px;
}
section.row.timesheetForm > .column > .content.footer > .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
section.row.timesheetForm > .column > .content .form .fields .field .validate {
  color: #ee0000;
}
section.row.timesheetForm > .column > .content .form.userDetails {
  max-width: 640px;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form {
  background-color: #f6f6f9;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form label {
  font-weight: bold;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.vertical.fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.vertical.fields > .column {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.horizontal.fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.horizontal.fields:first-child {
  border-bottom: 1px dashed #D9D8D6;
  padding-bottom: 20px;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.horizontal.fields .field.remove {
  margin-left: auto;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.horizontal.fields .field.remove a {
  color: #7a99ad;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1em;
}
section.row.timesheetForm > .column > .content #upTimehseet .formSection > .item.form .row.horizontal.fields .field.remove a i {
  margin-right: 8px;
}

section.row.servicePage > .column {
  position: relative;
}
section.row.servicePage > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.row.servicePage > .column > .content h1 {
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(40px, 3.4722222222vw, 50px);
}

section.row.educationAndTraining > .column {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
section.row.educationAndTraining > .column > .content.top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  max-width: 1440px;
}
@media (max-width: 960px) {
  section.row.educationAndTraining > .column > .content.top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.row.educationAndTraining > .column > .content.top > .right {
    padding-top: clamp(48px, 5vw, 96px);
    padding-bottom: clamp(48px, 5vw, 96px);
  }
}
section.row.educationAndTraining > .column > .content.top > .left {
  padding-top: clamp(48px, 5vw, 96px);
  padding-bottom: clamp(48px, 5vw, 96px);
  padding-left: clamp(20px, 3.64vw, 70px);
  padding-right: clamp(20px, 3.64vw, 70px);
}
section.row.educationAndTraining > .column > .content.top > .left h3 {
  margin-bottom: 1em;
}
section.row.educationAndTraining > .column > .content.top > .left h2 {
  margin-bottom: 0.3em;
  color: #9c1c33;
}
section.row.educationAndTraining > .column > .content.top > .left div.hr {
  border-bottom: 1px solid #7a99ad;
  margin-top: clamp(32px, 2.0833333333vw, 40px);
  margin-bottom: clamp(32px, 2.0833333333vw, 40px);
}
section.row.educationAndTraining > .column > .content.top > .right {
  background-color: #9c1c33;
  background-image: url(/images/charts-background2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: clamp(20px, 3.64vw, 70px);
  padding-right: clamp(20px, 3.64vw, 70px);
}
section.row.educationAndTraining > .column > .content.top > .right::after {
  content: "";
  background-color: rgba(156, 28, 50, 0.75);
  position: absolute;
  inset: 0px;
  z-index: 0;
}
section.row.educationAndTraining > .column > .content.top > .right .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
section.row.educationAndTraining > .column > .content.top > .right .content h4 {
  color: #fff;
  margin-bottom: 1em;
  font-family: Barlow;
}
section.row.educationAndTraining > .column > .content.top > .right .content .bullets {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
section.row.educationAndTraining > .column > .content.top > .right .content .bullets .bullet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 20px 1fr;
  grid-template-columns: 24px 1fr;
  gap: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.educationAndTraining > .column > .content.top > .right .content .bullets .bullet .icon {
  font-size: 24px;
}
section.row.educationAndTraining > .column > .content.top > .right .content .bullets .bullet .text {
  margin-bottom: 0px;
}

section.row.workshopList {
  background-color: #fff;
}
section.row.workshopList > .column {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
section.row.workshopList > .column > div.title {
  width: 100%;
  max-width: 1440px;
  text-align: center;
}
section.row.workshopList > .column > div.title h3 {
  margin-bottom: 1em;
}
section.row.workshopList > .column > .split {
  padding-left: clamp(20px, 3.64vw, 70px);
  padding-right: clamp(20px, 3.64vw, 70px);
  max-width: 1440px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 6.25vw, 120px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 6.25vw, 120px);
}
@media (max-width: 768px) {
  section.row.workshopList > .column > .split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.row.workshopList > .column > .split > .workshop {
  background-color: #f6f6f9;
  padding: clamp(20px, 3.64vw, 70px);
  border-bottom: 2px solid #05121b;
}
section.row.workshopList > .column > .split > .workshop h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
section.row.workshopList > .column > .split > .workshop h3 mark {
  /*       background-color:$blackBlueTint;
  color:#fff;
  line-height:1em;
  padding-bottom:6px;
  padding-left:10px;
  padding-right:10px;*/
  background-color: transparent;
}

section.row.contactUs {
  background-color: #f6f6f9;
}
section.row.contactUs > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.contactUs > .column > .content h2 {
  text-align: center;
}
section.row.contactUs > .column > .content h3 {
  text-align: center;
}
section.row.contactUs > .column > .content p {
  text-align: center;
}
section.row.contactUs > .column > .content a {
  color: #9c1c33;
  text-decoration: none;
}
section.row.contactUs > .column > .content address {
  font-style: normal;
}
section.row.contactUs > .column > .content .phoneEmail {
  margin-bottom: 1.4em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr;
}
section.row.contactUs > .column > .content .phoneEmail .pipe {
  background-color: #7a99ad;
}
section.row.contactUs > .column > .content .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 80px;
  text-align: center;
}
section.row.sampleReport {
  background-color: #f6f6f9;
}
section.row.sampleReport > .column > .content > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.sampleReport > .column > .content > .logo img {
  width: 64px;
}
section.row.sampleReport > .column > .content > .text {
  text-align: center;
}
section.row.sampleReport > .column > .content > .columns {
  padding-top: clamp(60px, 7.8125vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30px, 5.859375vw, 60px) 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1024px;
  gap: clamp(30px, 5.859375vw, 60px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0px auto;
}
@media (max-width: 768px) {
  section.row.sampleReport > .column > .content > .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
section.row.sampleReport > .column > .content > .columns .successWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
section.row.sampleReport > .column > .content > .columns .successWidget .icon {
  color: #7a99ad;
  font-size: 60px;
  height: 60px;
}
section.row.sampleReport > .column > .content > .columns .successWidget .text {
  max-width: 340px;
}
section.row.sampleReport > .column > .content > .columns > .left .form > .fields > .field.validation {
  color: #ee0000;
}
section.row.sampleReport > .column > .content > .columns > .left .form > .fields .field {
  margin-bottom: 0px;
}
section.row.sampleReport > .column > .content > .columns > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, 5.859375vw, 60px);
}
@media (max-width: 768px) {
  section.row.sampleReport > .column > .content > .columns > .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.row.sampleReport > .column > .content > .columns > .right > .image img {
  width: 100%;
}
section.row.sampleReport > .column > .content > .columns > .right .contact address {
  font-style: normal;
}
section.row.sampleReport > .column > .content > .columns > .right .contact address div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9c1c33;
  text-decoration: none;
}
section.row.sampleReport > .column > .content > .columns > .right .contact address div a i {
  color: #9c1c33;
  margin-right: 10px;
}

section.row.educationAndTrainingForm > .column {
  max-width: 1440px;
  background-color: #f6f6f9;
}
section.row.educationAndTrainingForm > .column .content {
  max-width: 720px;
}
section.row.educationAndTrainingForm > .column .content > h2 {
  margin-bottom: 0.5em;
}
section.row.educationAndTrainingForm > .column .content .validation {
  font-size: 18px;
}
section.row.educationAndTrainingForm > .column .content .validation i {
  color: #9c1c33;
}

section.row.serviceDetails {
  background-color: #f6f6f9;
}
section.row.serviceDetails > .column .content h3 {
  margin-bottom: 2em;
}
section.row.serviceDetails > .column .content .lineitems h4 {
  margin-bottom: 0px;
}
section.row.serviceDetails > .column .content .lineitems p {
  margin-bottom: 3em;
}

section.row.timesheetActions > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.timesheetActions > .column > .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
section.row.timesheetActions > .column > .content .right .saveResult > .message, section.row.timesheetActions > .column > .content .right .saveResult .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 20px;
}
section.row.timesheetActions > .column > .content .right .saveResult > .message i, section.row.timesheetActions > .column > .content .right .saveResult .warning i {
  font-size: 20px;
}
section.row.timesheetActions > .column > .content .right .saveResult > .message i {
  color: #679b39;
}
section.row.timesheetActions > .column > .content .right .saveResult > .warning i {
  color: #9c1c33;
}
section.row.timesheetActions > .column > .content .right .button.disabled {
  pointer-events: none;
}
section.row.timesheetActions > .column > .content .right .button.disabled span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.row.timesheetActions > .column > .content .right .button {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.row.timesheetActions > .column > .content .right .button span {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  inset: 0px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.row.timesheetActions > .column > .content .right .button span .spinner {
  color: #7a99ad;
  font-size: 24px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
section.row.timesheetActions > .column > .content .right .button i {
  font-size: 16px;
}

section.row.timesheetBackLink > .column > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.timesheetBackLink > .column > .content .right {
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}

section.row.timesheetEdit > .column .timeSection {
  padding: 30px;
  border-bottom: 1px solid #f6f6f9;
}
section.row.timesheetEdit > .column .timeSection > h3 {
  margin-bottom: 0.5em;
}
section.row.timesheetEdit > .column .timeSection .lineItems {
  display: -ms-grid;
  display: grid;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form:last-child {
  border-bottom: 0px dashed #f6f6f9;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f6f6f9;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .stack {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .field .invalid {
  outline: 2px solid red;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .field > .iconCircle.trash {
  color: #9c1c33;
  font-size: 20px;
  margin-top: 34px;
}
section.row.timesheetEdit > .column .timeSection .lineItems .lineItem.form > .fields .field.text textarea {
  min-width: 320px;
}
section.row.timesheetControls > .column {
  max-width: 1800px;
  width: 100%;
}
section.row.timesheetControls > .column > .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.row.timesheetList > .column {
  max-width: 1800px;
  width: 100%;
}
section.row.timesheetList > .column h3 {
  margin-bottom: 1em;
}
section.row.timesheetList > .column > .datagrid > table tr td, section.row.timesheetList > .column > .datagrid > table tr th {
  padding: 14px 10px;
  border-bottom: 1px solid #eee;
}
section.row.timesheetList > .column > .datagrid > table tr td a, section.row.timesheetList > .column > .datagrid > table tr th a {
  color: #2487cd;
}
section.row.timesheetList > .column > .datagrid > table tr th {
  background-color: #f6f6f9;
}
section.row.timesheetList > .column > .datagrid > table tr td.red.delete a {
  color: #9c1c33;
}

section.row.timesheetList.open > .column {
  max-width: 1800px;
  width: 100%;
  border-bottom: 1px solid #f6f6f9;
}

section.row.timesheetStart > .column {
  max-width: 1800px;
  width: 100%;
}
section.row.timesheetStart > .column .content {
  max-width: 400px;
}
section.row.timesheetStart > .column .content h3 {
  margin-bottom: 1em;
}

section.row.statCards.general {
  background-color: #D9D8D6;
}
section.row.statCards.general > .column {
  padding-bottom: calc(clamp(48px, 5vw, 96px) - 1em);
}
section.row.statCards.general > .column > .content {
  display: -ms-grid;
  display: grid;
  gap: 1em;
}
section.row.statCards.general > .column > .content > .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10px, 1.5625vw, 30px) 1fr clamp(10px, 1.5625vw, 30px) 1fr clamp(10px, 1.5625vw, 30px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.5625vw, 30px);
}
@media (width < 1100px) {
  section.row.statCards.general > .column > .content > .cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 660px) {
  section.row.statCards.general > .column > .content > .cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
section.row.statCards.general > .column > .content > .cards > .card {
  background-color: #fff;
  border-radius: 6px;
  container-type: inline-size;
}
section.row.statCards.general > .column > .content > .cards > .card h3, section.row.statCards.general > .column > .content > .cards > .card h4 {
  line-height: 1em;
}
section.row.statCards.general > .column > .content > .cards > .card > .top {
  border-left: 2px solid #9c1c33;
  padding-inline: clamp(15px, 7.5cqw, 30px);
  margin-block: clamp(15px, 7.5cqw, 30px);
}
section.row.statCards.general > .column > .content > .cards > .card > .top h3 {
  font-size: 7cqw;
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom {
  padding-inline: clamp(15px, 7.5cqw, 30px);
  margin-block: clamp(15px, 7.5cqw, 30px);
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom h3.stat {
  font-size: clamp(64px, 20cqw, 80px);
  margin-bottom: 0.1em;
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom h4.label {
  color: #9c1c33;
  font-weight: 700;
  font-size: clamp(32px, 10cqw, 40px);
  font-family: Barlow;
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom h4.tag {
  font-weight: 700;
  font-size: clamp(18px, 5cqw, 20px);
  font-family: Barlow;
  margin-bottom: 2em;
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom p.link {
  text-align: center;
}
section.row.statCards.general > .column > .content > .cards > .card > .bottom p.link a {
  color: #9c1c33;
  text-decoration: none;
}
section.row.statCards.general > .column > .content .disclaimer {
  text-align: center;
  text-wrap: balance;
}