@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --goldenrod: #f2b90c;
  --white-smoke: #f0f2f1;
  --crimson: #f8253d;
  --midnight-blue: #20213a;
  --black: #212529;
  --brown: #9e1726;
  --midnight-blue-2: #0f2d53;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

a {
  color: var(--goldenrod);
  text-decoration: underline;
}

.div-block {
  border-bottom: 1px solid var(--white-smoke);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.section {
  background-color: #0000;
  justify-content: center;
  height: 610px;
  display: block;
  position: relative;
}

.div-block-2 {
  width: 80%;
  position: static;
  inset: 0% auto auto 0%;
}

.background-video {
  height: 700px;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-3 {
  background-image: linear-gradient(#00000091, #21252980), url('../images/Mix_Group_1_banner.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-button {
  background-color: var(--crimson);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-top: 31px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.header-button.nomargin {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  margin-top: 0;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-2 {
  background-color: var(--black);
  justify-content: center;
  display: flex;
}

.div-block-4 {
  height: 70px;
  margin-top: auto;
  padding-top: 30px;
}

.text-block {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-5 {
  width: 80%;
}

.div-block-6 {
  background-color: var(--white-smoke);
  height: 1px;
  margin-top: 20px;
}

.section-3 {
  background-color: #243483;
}

.div-block-7 {
  width: 65%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-8 {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.call-out-text {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.call-out-text.blue {
  color: #071634;
}

.call-out-text.blue.referral {
  display: inline;
}

.call-out-text.blue.referral.margin {
  padding-left: 10px;
}

.call-out-text.red {
  color: var(--midnight-blue);
}

.text-block-4 {
  color: var(--white-smoke);
  padding-bottom: 10px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-9 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-5 {
  color: #071634;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-10 {
  margin-bottom: 99px;
  position: relative;
}

.text-block-6 {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 1px 1px 9px #000000b8;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 175px;
  font-weight: 800;
  line-height: 175px;
}

.text-block-7 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-8 {
  color: var(--goldenrod);
  text-align: center;
  text-shadow: 1px 1px 6px #000000b8;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.text-block-9 {
  color: var(--brown);
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
}

.section-5 {
  background-color: var(--midnight-blue);
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-7 {
  background-color: var(--brown);
  justify-content: center;
  display: flex;
}

.div-block-11 {
  margin-bottom: 20px;
}

.features-metrics {
  background-color: #071634;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-metrics._2 {
  background-color: var(--black);
}

.features-metrics._1 {
  background-color: var(--midnight-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-metrics._3 {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.image-2, .image-2._3 {
  padding-bottom: 10px;
}

.text-block-10, .text-block-11 {
  color: var(--goldenrod);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-12 {
  color: var(--goldenrod);
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-13, .text-block-14 {
  color: var(--goldenrod);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading._1, .heading._2 {
  font-size: 45px;
  line-height: 48px;
}

.heading._2.small {
  margin-bottom: 0;
  font-size: 30px;
}

.div-block-12 {
  padding-bottom: 0;
}

.text-block-15 {
  color: var(--white-smoke);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.text-block-15._2 {
  padding-bottom: 20px;
}

.heading-2 {
  color: #fff;
  padding-top: 20px;
}

.container-4 {
  color: #fff;
}

.list-item {
  color: #fff;
  display: flex;
}

.list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.list.white {
  color: var(--white-smoke);
}

.list-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text {
  color: var(--crimson);
  font-size: 30px;
  line-height: 40px;
}

.column {
  padding-left: 60px;
}

.columns {
  border-radius: 0;
  display: flex;
}

.select-field {
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .textarea {
  font-family: Montserrat, sans-serif;
}

.image-3 {
  padding-left: 20px;
}

.italic-text {
  font-style: normal;
}

.div-block-13 {
  background-image: url('../images/K-9_Satterfield_sm.jpeg');
  background-position: 0 0;
  background-size: auto;
  height: 250px;
}

.div-block-14 {
  background-image: url('../images/DPU-Petre_sm.jpeg');
  background-position: 50%;
  background-size: auto;
}

.div-block-15 {
  background-image: url('../images/Preston_sm.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-16 {
  background-image: url('../images/officers_line_sm.jpeg');
  background-position: 50%;
  background-size: auto;
}

.salary {
  color: var(--goldenrod);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-item-2 {
  text-align: left;
}

.text-block-16 {
  color: #f0f2f1;
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-17 {
  border-bottom: 1px solid #f0f2f1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.div-block-18 {
  margin-bottom: 99px;
  position: relative;
}

.header-button-2 {
  color: #f0f2f1;
  background-color: #f8253d;
  border-radius: 20px;
  margin-top: 31px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-17 {
  color: #f0f2f1;
  text-align: center;
  text-shadow: 1px 1px 9px #000000b8;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 175px;
  font-weight: 800;
  line-height: 175px;
}

.text-block-18 {
  color: #f8253d;
  text-align: center;
  text-shadow: 1px 1px 6px #000000b8;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.text-block-19 {
  color: #f0f2f1;
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-19 {
  border-bottom: 1px solid #f0f2f1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.div-block-20 {
  margin-bottom: 99px;
  position: relative;
}

.text-block-20 {
  color: #f8253d;
  text-align: center;
  text-shadow: 1px 1px 6px #000000b8;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.hero-overlay {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.custom-container {
  max-width: 78%;
}

.heading-jumbo {
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  object-fit: fill;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 181px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  display: flex;
  position: static;
}

.padding-global {
  background-color: #0f2d53;
  padding: 100px 0% 20px;
}

.background-video-2 {
  height: 73vh;
}

.contact-lebel {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.heading-four {
  color: #1c1f1c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.heading-four.form-five-heading {
  color: #000;
  margin-bottom: 10px;
}

.success-message-2 {
  background-color: #fff;
}

.text-block-21 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.text-block-21.small {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navigation-items {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_logo-link {
  margin-bottom: 20px;
  padding-left: 0;
}

.video-main-wrapper {
  z-index: 99;
  width: 80%;
  position: relative;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-five-grid {
  grid-template-rows: auto;
  max-width: 1020px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 600px;
  max-width: 100%;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.cus-five-submit-btn {
  background-color: #0e406a;
  border-radius: 10px;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.video-close-wrapper {
  z-index: 99999;
  background-color: #0e406a70;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.contact-us-five-section {
  margin-top: -2px;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 80px;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.form-name-span {
  grid-column-gap: 30px;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-xxhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge.slogan_float-padding {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-vertical.padding-xxhuge.slogan_float-bg {
  background-image: linear-gradient(#f0f2f1bf, #f0f2f1bf), url('../images/Zeigler.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.padding-vertical.padding-xhuge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.close-btn {
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.text-block-22 {
  color: #fff;
  margin-bottom: 20px;
}

.testimony-child {
  justify-content: center;
  align-items: center;
  width: 44%;
  height: auto;
  display: flex;
}

.testimony-child.overflow {
  width: 60%;
  overflow: hidden;
}

.testimony-img {
  border-radius: 4px;
  width: auto;
  height: auto;
}

.footer1_credit-text {
  color: #fff;
  font-size: .875rem;
}

.last-name {
  width: 50%;
}

.menu-button {
  display: none;
}

.bg-close {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.contact-four-textarea {
  border-radius: 10px;
  min-height: 146px;
  margin-bottom: 30px;
}

.padding-bottom, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  color: #0e406a;
  font-size: 18px;
}

.contact-placeholder {
  color: #1c1f1c;
  border-radius: 10px;
  font-size: 13px;
}

.contact-placeholder::placeholder {
  color: #1c1f1c;
  background-color: #fff;
  font-size: 13px;
  line-height: 26px;
}

.image-5 {
  margin-bottom: 40px;
}

.section-8 {
  border-top: 1px solid #0e406a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.paragraph-2.left {
  text-align: left;
}

.paragraph-2.left.white {
  color: #fff;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.brand.w--current {
  z-index: 9999;
  background-image: none;
  order: 0;
}

.page-wrapper {
  font-family: Montserrat, sans-serif;
}

.form-five-block {
  margin-bottom: 0;
}

.lm-section {
  z-index: 20;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  text-align: center;
  background-image: radial-gradient(circle at 100% 0, #0e406abd, #fff);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  box-shadow: 0 -1px 2px #0000000f, 0 1px 2px #0000000f;
}

.testimony-parent {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 46px;
  line-height: 130%;
}

.heading-3.left {
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-3.left.white {
  color: #fff;
  flex-wrap: nowrap;
  flex: 0 auto;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: #0f2d53;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 80px 0;
  display: flex;
  position: static;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  margin-top: 40px;
}

.padding-top.padding-large, .padding-top.padding-xsmall, .padding-top.padding-small {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xlarge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.play-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer1_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.phone-number {
  margin-bottom: 20px;
}

.section-9 {
  padding-top: 6em;
  padding-bottom: 100px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.text-area {
  text-align: left;
}

.section-wrapper {
  text-align: center;
  background-color: #0000;
  border: 0 solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer1_component {
  background-color: #0e406a;
}

.contact-five-address {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.contact-five-address.color {
  color: #1c1f1c;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  white-space: normal;
  object-fit: fill;
  margin-top: 31px;
  margin-bottom: 40px;
  font-size: 16px;
  transition: opacity .2s;
  position: static;
}

.contact-five-address.color.opt-in {
  font-size: 10px;
  line-height: 16px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #5865f2;
  border-radius: 8px;
  align-items: center;
  margin-right: 10px;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.discord {
  background-color: #0e406a;
  margin-left: 10px;
  margin-right: 0;
}

.button-icon-small-secondary.discord:hover {
  color: #0e406a;
  background-color: #fff;
  transform: none;
}

.button-icon-small-secondary.discord.hide {
  background-color: #0f2d53;
}

.button-icon-small-secondary.discord.left-0 {
  color: #fff;
  border: 1px solid #0e406a;
  margin-left: 0;
  transition-property: none;
}

.button-icon-small-secondary.discord.left-0:hover {
  color: #0e406a;
}

.button-icon-small-secondary.discord.left-0.white {
  color: #0e406a;
  background-color: #fff;
  border-color: #fff;
}

.button-icon-small-secondary.discord.left-0.white:hover {
  color: #fff;
  background-color: #0e406a;
}

.button-icon-small-secondary.discord.mobile {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f2d53;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 50%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.paragraph-text-one {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-text-one.color {
  color: #1c1f1c;
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-text-one.color.when-text {
  text-align: left;
  max-width: none;
  font-size: 16px;
}

.content-txt {
  color: #000;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.content-txt.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.hero {
  background-image: linear-gradient(#000000ad, #000000ad);
  height: 100vh;
  margin-top: -122px;
  padding-top: 0;
}

.background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.background.testimonial-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial-items {
  background-color: #161a20;
  min-height: auto;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.testimonial-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.menu-wrapper {
  display: flex;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.overlay {
  z-index: 3;
  background-color: #03060c80;
  background-image: url('../images/Gaudin-Morrison-Ground-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.first-name {
  width: 50%;
  margin-bottom: 20px;
}

.section-11 {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/20230201_FS_1319280-Large.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-block-23 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
}

.padding-global-2 {
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
}

.header26_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.header26_image-wrapper {
  margin-top: 40px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-size: 40px;
  line-height: 50px;
}

.section-12 {
  background-color: var(--midnight-blue-2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-23 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-block-24 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-25 {
  font-size: 30px;
  line-height: 40px;
  display: none;
}

.text-block-26 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}

.text-block-27 {
  font-size: 25px;
  line-height: 25px;
}

.section-13 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-24 {
  display: flex;
}

.div-block-25 {
  padding-left: 40px;
}

.div-block-26 {
  width: 800px;
}

.spacer {
  height: 60px;
}

.div-block-27 {
  flex-direction: column;
  display: flex;
}

.text-block-28 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-29 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-30 {
  color: var(--white-smoke);
  text-align: center;
}

.text-block-31 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.body {
  background-color: var(--midnight-blue-2);
}

.container-6 {
  border: 3px solid var(--white-smoke);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.vre-details {
  padding-left: 40px;
  padding-right: 40px;
}

.section-14 {
  background-color: var(--brown);
  height: 25px;
}

.section-15 {
  background-color: var(--white-smoke);
}

.div-block-29 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-30 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.collection-list-wrapper {
  justify-content: flex-start;
  display: block;
}

.div-block-31 {
  width: 80%;
}

.div-block-32 {
  border: 2px solid var(--white-smoke);
  background-color: #20213acc;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  display: flex;
}

.text-block-32, .text-block-33 {
  color: var(--white-smoke);
  font-size: 18px;
  line-height: 25px;
}

.vre-button {
  background-color: var(--brown);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.list-item-4 {
  text-align: left;
}

.list-item-5 {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 6px;
}

.list-3 {
  padding-left: 89px;
}

.list-item-6 {
  text-align: left;
  margin-top: 23px;
  margin-bottom: 28px;
  margin-left: -43px;
}

.list-4 {
  padding-left: 0;
}

.list-item-7 {
  text-align: left;
  margin-left: -76px;
}

.div-block-35 {
  text-align: left;
  padding-bottom: 25px;
}

.text-block-34 {
  text-align: left;
  margin-bottom: 31px;
  padding-left: 40px;
}

.list-item-8 {
  text-align: left;
}

.image-7 {
  margin-top: -31px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-align-left {
  text-align: left;
}

.text-align-left.compliance-message {
  font-size: 12px;
  font-weight: 400;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .875rem;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: var(--white-smoke);
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.xlarge {
  max-width: 100rem;
}

.container-large.xlarge.slogan-container {
  background-image: linear-gradient(#f0f2f1d9, #f0f2f1d9), url('../images/Zeigler.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 3rem;
  display: flex;
}

.container-large.xlarge.department-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#9e1726e6, #0f2d53cc 34%, #0f2d5324 64%), url('../images/hero.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1100px;
  padding: 5rem 5rem 40rem;
  display: flex;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: var(--white-smoke);
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.padding-small.height-100 {
  height: 100%;
}

.text-color-black {
  color: var(--black);
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-yellow {
  color: var(--goldenrod);
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-style-link {
  color: var(--goldenrod);
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

label#downshift-0-label {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

.text-size-medium.text-color-white.text-weight-bold.nav-text-link, .text-size-medium.text-color-white.text-weight-semibold.nav-text-link {
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hero-section {
  background-image: linear-gradient(135deg, #9e1726e6, #0f2d53e6), url('../images/hero.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
  display: flex;
}

.flex-vertical-center {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-blue {
  color: var(--midnight-blue);
}

.text-color-red {
  color: var(--crimson);
}

.text-color-brown {
  color: var(--brown);
}

.background-color-yellow {
  background-color: var(--goldenrod);
}

.background-color-blue {
  background-color: var(--midnight-blue);
}

.background-color-red {
  background-color: var(--crimson);
}

.background-color-brown {
  background-color: var(--brown);
}

.background-color-light-blue {
  background-color: var(--midnight-blue-2);
}

.text-color-light-blue {
  color: var(--midnight-blue-2);
}

.new-btn {
  border: 1px solid var(--white-smoke);
  background-color: #3898ec00;
  background-image: linear-gradient(135deg, var(--brown), var(--midnight-blue-2));
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

button.needsclick.go2415656977.kl-private-reset-css-Xuajs1 {
  border: 1px solid var(--white-smoke) !important;
  background-color: #3898ec00 !important;
  background-image: linear-gradient(135deg, var(--brown), var(--midnight-blue-2)) !important;
  text-transform: uppercase !important;
  padding: 1rem 2rem !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.new-btn.small {
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
}

.event-item {
  border: 1px solid var(--midnight-blue-2);
}

.event-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.event-detail, .event-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.mission-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.mission_content-block {
  width: 100%;
}

.mission_content-block.img {
  background-image: url('../images/Crews-Stairs-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section {
  background-image: linear-gradient(135deg, #9e1726cc, #0f2d53cc), url('../images/Front-Stairs-1-Medium.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-page_date-time-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.event-page_date-time {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.event-form_wrapper {
  border: 1px solid var(--midnight-blue-2);
}

.form-2 {
  z-index: 5;
  background-color: #f0f0f0;
  position: relative;
}

.form-field {
  border: 1px solid var(--midnight-blue-2);
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 10px;
  height: 50px;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-field::placeholder {
  color: #21252980;
  font-size: 1.25rem;
}

.form-field.message {
  height: 100px;
}

.flex-vertical-center-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2e5698;
  border: 2px solid #f0f0f0;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-2:hover {
  color: #2e5698;
  background-color: #f0f0f0;
  border-color: #2e5698;
}

.event-time-small-wrapper, .event-page-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.event-radio-btn {
  border: 1px solid #000;
  padding: 10px 10px 10px 30px;
  display: inline-block;
}

.event-radio-btn.is-active {
  border-color: var(--goldenrod);
}

.event-filter {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.heading-line {
  background-image: linear-gradient(135deg, var(--brown), var(--midnight-blue-2));
  width: 100px;
  height: 2px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.image-section {
  background-image: url('../images/Zeigler.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  position: relative;
}

.overlay-layer {
  background-image: linear-gradient(135deg, #9e172680, #0f2d5380);
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(135deg, #9e1726cc, #0f2d53cc);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_logo-img {
  width: 250px;
}

.interaction {
  display: none;
}

.footer {
  background-color: var(--midnight-blue-2);
}

.footer_content-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer_content-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer_logo-img {
  width: 200px;
}

.footer_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-style-noline {
  text-decoration: none;
}

.footer_content-privacy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.filter-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.event-thank-you-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: center;
  justify-content: center;
  display: flex;
}

.event-thank-you-text-wrapper.flex-vertical-center {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.new-hero {
  min-height: 100vh;
}

.new-hero_video {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.new-hero_overlay {
  background-image: linear-gradient(135deg, #9e1726e6, #0f2d53e6);
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.slogan {
  margin-top: -100px;
}

.slogan_float-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.flex-horziontal-center {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.salary_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.salary_content-left {
  width: 60%;
}

.salary_content-right {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.salary_content-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.salary_block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.salary_block-card {
  border: 1px solid var(--brown);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.salary_block-card.opacity-0 {
  opacity: 0;
  pointer-events: none;
}

.department {
  padding-bottom: 12rem;
}

.department_list {
  color: var(--white-smoke);
  flex-flow: column;
  display: flex;
}

.law {
  background-image: linear-gradient(#9e172680, #0f2d5380), url('../images/law.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.law_content-wrapper {
  background-image: linear-gradient(135deg, #9e1726e6, #0f2d53e6);
  border-radius: 10px;
  width: 60%;
  padding: 3rem;
}

.cta_content-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta_content-left {
  color: var(--white-smoke);
  background-image: linear-gradient(135deg, #9e1726e6, #0f2d53e6);
  width: 100%;
}

.cta_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta_left-content {
  flex-flow: column;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-footer_content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.new-footer {
  background-color: var(--midnight-blue-2);
}

.new-footer_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_img {
  width: 200px;
}

.new-footer_right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.new-footer_content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.new-footer_link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-footer_text-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.new-nav {
  z-index: 99;
  background-color: var(--midnight-blue-2);
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.new-nav_content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.new-nav_img {
  width: 300px;
}

.faq_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.faq_content-item {
  border: 1px solid var(--midnight-blue);
}

.text-size-medium-2 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.faq_item-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_list {
  font-size: 1.25rem;
}

.faq_content-detail {
  padding-left: 0;
  overflow: hidden;
}

.faq_content-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.faq_heading-plus-line-2 {
  background-color: #fff;
  width: 3px;
  height: 40px;
}

.faq_heading-plus-line-1 {
  background-color: #fff;
  width: 40px;
  height: 3px;
  position: absolute;
  inset: 18px 0% 0%;
}

.faq_heading-plus {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.faq_icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.body-2 {
  color: #000;
}

.nav-left_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    font-size: 24px;
  }

  .text-block-4 {
    line-height: 27px;
  }

  .text-block-6 {
    font-size: 150px;
  }

  .features-metrics {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading._1, .heading._2 {
    font-size: 40px;
    line-height: 42px;
  }

  .list, .list-2 {
    font-size: 14px;
    line-height: 32px;
  }

  .bold-text {
    color: var(--goldenrod);
    font-size: 28px;
  }

  .image-3 {
    padding-left: 0;
  }

  .text-block-17 {
    font-size: 150px;
  }

  .hero-overlay {
    height: 75vh;
  }

  .heading-jumbo {
    text-align: center;
    justify-content: center;
    font-size: 47px;
    line-height: 59px;
    display: flex;
  }

  .padding-global {
    padding-top: 80px;
  }

  .background-video-2 {
    height: 58vh;
  }

  .navigation-items {
    background-color: #fff;
    margin-top: 20px;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .image-4 {
    width: 230px;
  }

  .video-close-wrapper, .footer1_link-list.hide {
    display: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .testimony-child, .testimony-child.overflow {
    width: 100%;
  }

  .menu-icon {
    filter: invert();
    display: block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .paragraph-2.left {
    line-height: 151%;
  }

  .lm-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimony-parent {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .heading-3, .heading-3.left, .heading-3.left {
    font-size: 40px;
  }

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    margin-top: 20px;
  }

  .section-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .testimonial-quote {
    padding: 60px 0;
  }

  .section-wrapper {
    max-width: 728px;
  }

  .contact-five-address.color {
    font-size: 15px;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .button-icon-small-secondary.discord.mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    display: block;
  }

  .four-column {
    grid-row-gap: 48px;
    width: 70%;
  }

  .paragraph-text-one.color.when-text {
    font-size: 15px;
  }

  .content-txt {
    margin-top: .25em;
  }

  .content-txt.white {
    font-size: 15px;
  }

  .background.testimonial-background {
    margin-top: -52px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .navigation-item {
    color: #000;
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .testimonial-text {
    font-size: 41px;
  }

  .menu-wrapper {
    grid-column-gap: 20px;
    align-items: center;
  }

  .overlay {
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header26_image {
    border-radius: 15px;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .div-block-23 {
    margin-top: 300px;
  }

  .text-block-26 {
    text-align: center;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .container-large.xlarge.slogan-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-large.xlarge.department-container {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .text-color-white.margin-0.tablet-text-align-center {
    text-align: center;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-medium.text-color-white.text-weight-bold.nav-text-link {
    font-size: 1rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-medium.tablet-small {
    padding: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .event-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .mission-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
  }

  .mission_content-block.img {
    height: 400px;
  }

  .event-time-small-wrapper.location {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .footer_content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer_content-left {
    align-items: center;
  }

  .salary_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .salary_content-left {
    width: 100%;
  }

  .salary_content-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 600px;
  }

  .department {
    padding-bottom: 8rem;
  }

  .law_content-wrapper {
    width: 100%;
  }

  .cta_content-wrapper {
    flex-flow: column;
  }

  .new-footer_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .new-footer_left {
    justify-content: flex-start;
    align-items: center;
  }

  .new-footer_right {
    justify-content: center;
    align-items: flex-end;
  }

  .new-nav_img {
    width: 200px;
  }

  .nav-left_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .header-button {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .text-block-6 {
    padding-top: 20px;
    font-size: 80px;
  }

  .text-block-8 {
    font-size: 80px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-9 {
    padding-bottom: 40px;
  }

  .features-metrics {
    flex-direction: column;
    align-items: center;
    padding: 60px 15px;
    display: flex;
  }

  .features-metrics._2, .features-metrics._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-wrapper {
    flex-flow: column wrap;
    margin-bottom: -40px;
    font-size: 15px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 20px;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-14 {
    line-height: 20px;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading._1, .heading._2 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-4 {
    text-align: center;
  }

  .list, .list-2 {
    text-align: left;
    font-size: 14px;
    line-height: 32px;
  }

  .bold-text {
    font-size: 22px;
  }

  .column {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    display: block;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-3 {
    padding-left: 0;
  }

  .header-button-2 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .text-block-17 {
    padding-top: 20px;
    font-size: 80px;
  }

  .text-block-18, .text-block-20 {
    font-size: 80px;
  }

  .hero-overlay {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 220px 0 100px;
  }

  .custom-container {
    max-width: 90%;
    margin-top: -300px;
    font-size: 10px;
  }

  .heading-jumbo {
    letter-spacing: 5px;
    padding-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .background-video-2 {
    height: 42vh;
  }

  .heading-four {
    text-align: center;
  }

  .heading-four.form-five-heading {
    text-align: left;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .contact-five-grid {
    display: block;
  }

  .image-4 {
    width: 221px;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .contact-us-five-section {
    padding: 40px 18px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .left {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .testimony-child, .testimony-img {
    width: 100%;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .menu-button {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .lm-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimony-parent {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-3, .heading-3.left {
    font-size: 36px;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .testimonial-quote {
    grid-row-gap: 20px;
    padding: 48px 48px 48px 0;
  }

  .contact-five-address {
    margin-bottom: 0;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.discord.hide {
    display: none;
  }

  .button-icon-small-secondary.discord.left-0 {
    font-size: 13px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-text-one {
    margin-bottom: 0;
  }

  .content-txt {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
  }

  .content-txt.white {
    text-align: left;
    font-size: 14px;
  }

  .hero {
    height: 500px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-text {
    font-size: 23px;
    line-height: 34px;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-group.is-center {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .div-block-23 {
    margin-top: 275px;
  }

  .text-block-24 {
    font-size: 20px;
  }

  .text-block-25 {
    font-size: 30px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .text-block-27 {
    font-size: 15px;
  }

  .container-6 {
    border-style: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .container-large.xlarge.slogan-container {
    padding: 2rem;
  }

  .container-large.xlarge.department-container {
    background-image: linear-gradient(#9e1726e6, #0f2d53cc), url('../images/hero.jpeg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    min-height: auto;
    padding: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2, .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  label#downshift-0-label {
    font-size: 1.125rem !important;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .hero-section {
    min-height: 100vh;
  }

  .new-btn {
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
  }
  button.needsclick.go2415656977.kl-private-reset-css-Xuajs1 {
    padding: .75rem 1.5rem !important;
    font-size: 1.5rem !important;
  }

  .event-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .event-time {
    flex-direction: column;
  }

  .form-field, .form-field::placeholder {
    font-size: 1rem;
  }

  .button-2 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
  }

  .event-filter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .filter-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .salary_block-wrapper {
    flex-flow: column;
  }

  .salary_block-card.opacity-0 {
    display: none;
  }

  .department {
    padding-bottom: 4.5rem;
  }

  .law_content-wrapper {
    padding: 2rem;
  }

  .faq_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .faq_item-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_content-detail {
    padding-left: 0;
  }

  .faq_heading-plus-line-2 {
    width: 1px;
    height: 25px;
  }

  .faq_heading-plus-line-1 {
    width: 25px;
    height: 1px;
    top: 12px;
  }

  .faq_heading-plus {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-top: .25rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 480px;
  }

  .div-block-2 {
    width: 100%;
  }

  .background-video {
    height: 450px;
  }

  .header-button {
    display: none;
  }

  .header-button.nomargin {
    font-size: 25px;
    display: block;
  }

  .grid {
    display: block;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .text-block {
    text-align: center;
    font-size: 15px;
  }

  .div-block-7 {
    width: 90%;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .call-out-text {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .call-out-text.blue.referral.margin.full {
    display: block;
  }

  .call-out-text.red {
    color: var(--brown);
  }

  .text-block-4 {
    margin-bottom: 14px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .section-4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text-block-6 {
    padding-top: 40px;
    font-size: 60px;
    line-height: 70px;
  }

  .text-block-7 {
    padding-top: 0;
    line-height: 22px;
  }

  .text-block-8 {
    padding-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .image {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .features-metrics._2 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .features-wrapper {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
    font-size: 12px;
    line-height: 16px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 50px;
    display: flex;
  }

  .heading._1 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .heading._2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading._2.small {
    text-align: left;
    align-items: flex-start;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-15 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    display: flex;
  }

  .text-block-15._2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
    padding-top: 40px;
  }

  .container-4 {
    text-align: left;
  }

  .list, .list-2 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .bold-text {
    line-height: 24px;
  }

  .column {
    order: 1;
    align-self: auto;
  }

  .columns {
    flex-direction: column;
  }

  .column-2 {
    flex: 0 auto;
    order: -1;
    display: flex;
  }

  .bold-text-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .italic-text {
    font-size: 12px;
  }

  .div-block-14, .div-block-15, .div-block-16 {
    height: 250px;
  }

  .salary {
    color: var(--goldenrod);
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .list-item-3 {
    font-size: 18px;
    line-height: 27px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-16 {
    line-height: 22px;
  }

  .header-button-2 {
    display: none;
  }

  .text-block-17 {
    padding-top: 40px;
    font-size: 60px;
    line-height: 70px;
  }

  .text-block-18 {
    padding-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-19 {
    line-height: 22px;
  }

  .text-block-20 {
    padding-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-overlay {
    background-image: linear-gradient(#0000 36%, #0006);
    height: 600px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-overlay.event {
    height: 700px;
  }

  .custom-container {
    text-align: center;
    margin-top: -175px;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: 3px;
    white-space: normal;
    padding-top: 100px;
    font-size: 18px;
    line-height: 25px;
  }

  .padding-global {
    padding-top: 60px;
  }

  .background-video-2 {
    height: 21vh;
  }

  .contact-lebel {
    font-size: 15px;
  }

  .heading-four {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-four.form-five-heading {
    font-size: 19px;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .text-block-21.small {
    font-size: 15px;
  }

  .navigation-items {
    margin-top: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .video-main-wrapper {
    width: 95%;
  }

  .navigation-wrap {
    background-color: #fff0;
    align-items: center;
  }

  .contact-five-grid {
    display: block;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cus-five-submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .contact-us-five-section {
    padding: 40px 18px;
  }

  .form-name-span {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: .125em;
  }

  .form-five-right {
    margin-top: 40px;
  }

  .testimony-child {
    width: 100%;
    height: 50%;
  }

  .testimony-img {
    height: auto;
  }

  .menu-button {
    flex: none;
    display: none;
  }

  .menu-button.w--open {
    flex: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    line-height: 25px;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 0;
  }

  .brand {
    text-align: left;
    padding-left: 0;
  }

  .lm-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    padding: 20px;
  }

  .testimony-parent {
    flex-direction: column;
    height: 100%;
  }

  .heading-3 {
    text-align: left;
    font-size: 25px;
    line-height: 127%;
  }

  .heading-3.left {
    align-items: flex-start;
    font-family: Open Sans, sans-serif;
    font-size: 31px;
    line-height: 125%;
    display: block;
  }

  .heading-3.left.white {
    font-size: 25px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    background-color: #fff0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .testimonial-quote {
    padding: 36px 28px 36px 0;
  }

  .section-wrapper {
    max-width: none;
  }

  .contact-five-address {
    margin-bottom: 0;
  }

  .contact-five-address.color {
    text-align: left;
    margin-bottom: 20px;
  }

  .button-icon-small-secondary {
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon-small-secondary.discord {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .button-icon-small-secondary.discord.hide {
    display: none;
  }

  .button-icon-small-secondary.discord.left-0, .button-icon-small-secondary.discord.left-0.white {
    font-size: 15px;
  }

  .button-icon-small-secondary.discord.mobile {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
  }

  .four-column {
    width: 100%;
  }

  .paragraph-text-one {
    margin-bottom: 0;
  }

  .paragraph-text-one.color {
    text-align: center;
    margin-bottom: 36px;
  }

  .paragraph-text-one.color.when-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .content-txt {
    text-align: left;
    width: auto;
    font-size: 14px;
  }

  .hero {
    height: 550px;
  }

  .hero.event {
    height: 600px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    align-self: auto;
  }

  .navigation-item {
    color: #000;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .form-five-content-wrapper {
    margin-bottom: 0;
  }

  .first-name {
    margin-bottom: 10px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11.hidden {
    display: none;
  }

  .div-block-21 {
    width: 73%;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header26_image {
    border-radius: 10px;
  }

  ._20-space {
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-24 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-26 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .hidden {
    display: none;
  }

  .container-6 {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .vre-details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31 {
    width: 90%;
  }

  .checkbox-field {
    overflow-wrap: anywhere;
  }

  .heading-style-h4.event-title {
    font-size: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.xlarge.slogan-container, .container-large.xlarge.department-container {
    padding: 1.5rem 1rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium.tablet-small {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .event-collection-list {
    grid-template-columns: 1fr;
  }

  .event-time {
    flex-direction: column;
  }

  .mission_content-block.img {
    background-position: 50%;
  }

  .event-page_date-time-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .event-page_date-time {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .nav-wrapper {
    justify-content: center;
  }

  .filter-row {
    grid-row-gap: .25rem;
  }

  .law_content-wrapper {
    padding: 1.5rem 1rem;
  }

  .new-nav_img {
    width: 150px;
  }

  .new-nav_btn {
    display: none;
  }

  .text-size-medium-2 {
    white-space: normal;
  }
}

#w-node-_736eae71-6897-3ad3-e527-5dbe02415e33-80d795c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_736eae71-6897-3ad3-e527-5dbe02415e34-80d795c1 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-_736eae71-6897-3ad3-e527-5dbe02415e37-80d795c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_736eae71-6897-3ad3-e527-5dbe02415e53-80d795c1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_736eae71-6897-3ad3-e527-5dbe02415e88-80d795c1, #w-node-_736eae71-6897-3ad3-e527-5dbe02415e91-80d795c1, #w-node-e05c835d-5091-3fab-45ae-137c088d9c8a-80d795c2, #w-node-_0980e6eb-fbec-65f2-a212-2708045679fa-80d795c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d010-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d015-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d01a-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d01f-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d025-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d02b-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d031-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d13e-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d157-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d15a-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d15c-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d15f-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d1c8-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d1cd-80d795c6, #w-node-_254b7af3-0b1d-7b34-b6a4-95066ebeb8ba-80d795c6, #w-node-_11ec2696-27da-6b72-d515-45ce5c112e87-80d795c6, #w-node-ef6983b3-0d32-2a86-681e-13d2ec651275-80d795c6, #w-node-_2b5c5bfe-67d2-9b43-2394-f7e761ea782e-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d1d2-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d1d3-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d241-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d246-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d24b-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d250-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d255-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d25a-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d264-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d269-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d26e-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d273-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d278-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d27d-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d282-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d287-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d28c-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d291-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d296-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d29a-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d29b-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2a0-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2a5-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2aa-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2bf-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2c4-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2c9-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2ce-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2d3-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2d8-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2e2-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2e7-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2ec-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2f1-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2f6-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d2fb-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d300-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d305-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d30a-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d30f-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d314-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d318-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d319-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d31e-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d323-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d328-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d33a-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d33f-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d344-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d349-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d34e-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d353-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d358-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d35d-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d362-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d367-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d36b-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d36c-80d795c6 {
  justify-self: start;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d36f-80d795c6, #w-node-_69731088-4efc-6bc0-e43a-0041f547d3f2-80d795c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69731088-4efc-6bc0-e43a-0041f547d44e-80d795c6 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_736eae71-6897-3ad3-e527-5dbe02415e34-80d795c1 {
    grid-column-start: 1;
  }

  #w-node-_736eae71-6897-3ad3-e527-5dbe02415e37-80d795c1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_736eae71-6897-3ad3-e527-5dbe02415e33-80d795c1 {
    grid-column: 1 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_736eae71-6897-3ad3-e527-5dbe02415e34-80d795c1 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}