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

.image {
  margin-top: 14px;
  padding: 10px;
}

.navbar {
  position: static;
  top: 0px;
  background-color: #fff;
  -o-object-fit: fill;
     object-fit: fill;
}

.footer {
  background-color: #f47920;
  color: #f47920;
}

.section_welcome {
  margin-right: 0px;
  background-image: linear-gradient(180deg, #49b6ff, #49b6ff);
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav_link {
  margin-top: 9px;
  letter-spacing: normal;
  text-transform: none;
}

.container_federal {
  position: static;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  flex-direction: column;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
     object-fit: fill;
}

.container_commerical {
  padding-right: 4px;
  padding-left: 4px;
}

.container_our_story {
  padding-right: 4px;
  padding-left: 4px;
}

.container_partner {
  padding-right: 4px;
  padding-left: 4px;
}

.container_careers {
  padding-right: 4px;
  padding-left: 4px;
}

.container_welcome {
  position: static;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  flex-direction: row;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.block-quote {
  display: none;
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 40px;
  border-left-style: none;
  text-align: center;
}

.text-block {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph {
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.text-span {
  position: static;
  font-weight: 400;
  white-space: normal;
  mix-blend-mode: normal;
  -o-object-fit: fill;
     object-fit: fill;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

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

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

.person_pic {
  max-width: 90%;
  margin-bottom: 8px;
  padding-bottom: 0px;
  border: 1px none #000;
  border-radius: 20px;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.paragraph-6 {
  font-weight: 700;
  text-align: center;
}

.person_title {
  font-weight: 700;
  text-align: center;
}

.person_name {
  margin-bottom: 0px;
  text-align: center;
}

.column {
  text-align: center;
}

.pic_column {
  text-align: center;
}

.list-item {
  margin-left: 20px;
  padding-left: 0px;
}

.list-item-2 {
  margin-left: 20px;
}

.list-item-3 {
  margin-left: 20px;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  margin: 20px 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.column-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 3px solid #49b6ff;
  text-align: center;
}

.column-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 3px solid #49b6ff;
  text-align: center;
}

.column-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 3px solid #49b6ff;
  text-align: center;
}

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

.image-2 {
  position: static;
  left: auto;
  top: 38%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 21px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -o-object-fit: fill;
     object-fit: fill;
}

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

.section_hero {
  width: 100%;
  height: auto;
}

.slide {
  background-image: url('../images/wash_capital.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 38%;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 1728px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slider {
  height: 500px;
  margin-top: 0px;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/medical_background.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.5;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide-3 {
  background-image: url('../images/Aaron.png'), linear-gradient(180deg, #0e7eaa, #0e7eaa);
  background-position: 100% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-y, repeat;
}

.container-2 {
  display: block;
  max-height: none;
  max-width: none;
  margin-top: 121px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 134px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  -o-object-fit: fill;
     object-fit: fill;
}

.heading {
  font-size: 48px;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
  font-size: 120px;
}

.heading-4 {
  color: #fff;
  font-size: 100px;
}

.text-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  margin-top: 67px;
  margin-right: 0px;
  margin-left: 500px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  color: #49b6ff;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
     object-fit: fill;
}

.container-3 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.columns-2 {
  display: block;
  margin-right: 0px;
}

.column-6 {
  right: 78px;
  text-align: right;
}

.column-7 {
  left: -5px;
  padding-left: 0px;
}

.text-block-2 {
  margin-top: 92px;
  color: #fff;
  font-size: 36px;
  line-height: 26px;
  text-align: left;
}

.paragraph-8 {
  overflow: visible;
  margin-right: 541px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.paragraph-9 {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-10 {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-11 {
  font-size: 20px;
}

.paragraph-12 {
  font-size: 20px;
}

.content-p {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.content-p.welcome {
  margin-top: 20px;
  margin-right: 0px;
}

.section_federal {
  margin-bottom: -5px;
  border-style: solid;
  border-width: 1px;
  border-color: #797777;
  background-image: linear-gradient(180deg, #f47920, #f47920);
}

.section_commerical {
  background-color: #49b6ff;
  background-image: linear-gradient(180deg, #49b6ff, #49b6ff);
  text-align: left;
}

.section_partner {
  background-image: linear-gradient(180deg, #f47920, #f47920);
}

.section_story {
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section_careers {
  background-color: #49b6ff;
  background-image: none;
}

.columns-3 {
  display: block;
  flex-direction: row;
  justify-content: space-between;
}

.column-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.list {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-13 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.paragraph-14 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.paragraph-15 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.paragraph-16 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

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

.div-block {
  position: static;
  top: 0px;
  height: auto;
}

.paragraph-17 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.list-item-4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.heading-5 {
  font-size: 20px;
  line-height: 24px;
}

.list-4 {
  font-size: 20px;
  line-height: 24px;
}

.list-5 {
  font-size: 20px;
  line-height: 24px;
}

.heading-6 {
  color: #f47920;
  font-size: 72px;
  line-height: 80px;
  text-transform: none;
}

.heading-section {
  margin-top: 41px;
  text-transform: uppercase;
}

.heading-8 {
  font-size: 20px;
  line-height: 24px;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  float: left;
  clear: none;
  text-align: left;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-5 {
  position: relative;
  display: block;
}

.container-4 {
  display: block;
  overflow: visible;
}

.columns-4 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 115px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.heading-9 {
  margin-top: 112px;
  color: #fff;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  margin-top: 9px;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
}

.text-block-4 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.text-block-5 {
  margin-left: 321px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
}

.heading-12 {
  margin-top: 20px;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -4px;
  text-align: right;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  text-align: left;
}

.column-9 {
  color: #000;
  text-align: center;
}

.list-6 {
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
}

.slide-6 {
  background-image: url('../images/cyberlock.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/cloud-modernation-fun.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-8 {
  margin-top: 41px;
  margin-right: 79px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: right;
}

.icon {
  margin-top: 230px;
}

.text-block-9 {
  margin-top: 31px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.image-6 {
  display: block;
  overflow: visible;
  margin-bottom: -1px;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-9 {
  margin-top: -2px;
}

.callout-headline {
  margin-top: 0px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #f47920;
  text-transform: uppercase;
}

.heading-17 {
  margin-top: 0px;
}

.bold-text-3 {
  display: block;
}

.callout-heading-partner {
  padding-left: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.columns-5 {
  color: #fff;
}

.column-10 {
  padding-right: 40px;
  color: #000;
}

.button {
  position: static;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 10px;
  background-color: #f47920;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.div-block-3 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.text-block-10 {
  margin-right: 0px;
  margin-left: 60%;
  padding-right: 60px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #285fac;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
}

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

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

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

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

.person-title {
  font-weight: 700;
}

.image-10 {
  display: block;
  margin-top: 51px;
  clear: left;
  flex: 0 auto;
}

.callout-column2 {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  justify-content: center;
}

.pic-cyber {
  margin-top: 24px;
  margin-right: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.column-12 {
  margin-top: 0px;
  border-radius: 10px;
  text-align: center;
}

.pic-digital_trans {
  margin-top: 17px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
}

.pic-cloud {
  margin-top: 14px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
}

.callout-highlight-comm-top {
  margin: 20px 40px 0px;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.columns-7 {
  margin-top: 34px;
  margin-bottom: 19px;
}

.callout-column1 {
  padding-left: 10px;
}

.callout-subtitle {
  margin-top: 0px;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.callout-p {
  margin-right: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.callout-p.welcome {
  margin-top: 20px;
  margin-right: 0px;
}

.pic-cloud2 {
  margin-top: 24px;
  margin-right: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.pic-dt {
  margin-top: 25px;
  margin-right: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.pic-gov {
  margin-top: 24px;
  margin-right: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.callout-p-comm {
  margin-right: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.callout-p-comm.welcome {
  margin-top: 20px;
  margin-right: 0px;
}

.callout-columns-comm {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 9px 9px 11px 0 rgba(0, 0, 0, 0.2);
}

.callout-icon-comm {
  display: block;
}

.image-11 {
  display: none;
}

.image-12 {
  display: none;
}

.heading-subtitle {
  margin-top: 41px;
  font-weight: 500;
  text-transform: uppercase;
}

.headline-subtitle {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.headline-subtitle-dark {
  margin-top: 0px;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.callout-headline-comm {
  margin-top: 40px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #285fac;
  text-transform: uppercase;
}

.callout-subtitle-comm {
  margin-top: 0px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.callout-partner {
  margin: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, 0.2);
}

.column-13 {
  color: #000;
}

.columns-8 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 20px;
  background-color: rgba(73, 182, 255, 0.7);
  box-shadow: 7px 7px 8px 3px rgba(0, 0, 0, 0.2);
}

.column-14 {
  left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 4px solid #fff;
  text-align: center;
}

.principle {
  display: flex;
  margin: 0px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.column-15 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  align-items: center;
}

.column-16 {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-left: 4px solid #fff;
}

.callout-highlight-top {
  margin: 0px 40px;
  padding: 20px 40px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 10px 10px 9px 4px rgba(0, 0, 0, 0.2);
}

.callout-highlight-comm {
  margin: 0px 40px;
  padding: 20px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.callout-highlight-comm-bottom {
  margin: 0px 40px;
  padding: 20px;
  border: 1px none #000;
  border-radius: 0px 0px 20px 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.column-17 {
  display: flex;
  justify-content: center;
  text-align: left;
}

.column-18 {
  display: flex;
  justify-content: center;
}

.column-19 {
  display: flex;
  justify-content: center;
}

.column-20 {
  display: flex;
  justify-content: center;
}

.callout-highlight-fed {
  margin: 40px 40px 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 9px 9px 10px 3px rgba(0, 0, 0, 0.2);
}

.core-principle {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: transparent;
  outline-color: #49b6ff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.callout-principle {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: center;
}

.columns-9 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.grid-2 {
  padding: 20px 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.callout-headline-story {
  margin-top: 0px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #49b6ff;
  color: #fff;
  text-transform: uppercase;
}

.core-principle-career {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: transparent;
  outline-color: hsla(0, 0%, 100%, 0.75);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.career-benefit {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
  outline-color: hsla(0, 0%, 100%, 0.75);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.headline-subtitle-story {
  margin-top: 0px;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.pp-p {
  padding-left: 20px;
}

.pp-heading {
  padding-left: 10px;
}

.slide-4 {
  background-image: url('../images/cyberlock.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-20 {
  margin-top: 120px;
  margin-right: 0px;
  margin-left: 60%;
  padding-right: 60px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #49b6ff;
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
  text-align: right;
}

.slide-7 {
  background-image: url('../images/peoplefirst6.png');
  background-position: 50% 40%;
  background-size: cover;
}

.heading-34 {
  display: block;
  margin-top: 355px;
  margin-left: 10px;
  align-items: flex-end;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.heading-35 {
  margin-top: -19px;
  margin-left: 10px;
  color: #fff;
  font-size: 72px;
  line-height: 74px;
  text-align: center;
  text-transform: uppercase;
}

.heading-36 {
  margin-top: 1px;
  margin-left: 60px;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}

.div-block-4 {
  background-color: hsla(0, 0%, 47.8%, 0.5);
}

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

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: flex;
    margin-top: 10px;
    padding: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-2 {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .heading-4 {
    margin-left: -72px;
  }

  .text-block-3 {
    margin-top: 321px;
    margin-right: 0px;
    margin-left: 184px;
  }

  .heading-6 {
    margin-top: -92px;
    margin-left: -88px;
    font-size: 60px;
    line-height: 62px;
  }

  .heading-9 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-11 {
    margin-left: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .text-block-4 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-5 {
    margin-left: 147px;
  }

  .slide-6 {
    background-position: 50% 50%;
  }

  .slide-5 {
    background-position: 50% 50%;
  }

  .text-block-8 {
    margin-right: 20px;
  }

  .text-block-9 {
    font-size: 42px;
    line-height: 44px;
  }

  .heading-13 {
    margin-top: 115px;
    margin-left: -72px;
  }

  .heading-14 {
    margin-left: -72px;
  }

  .text-block-10 {
    margin-left: 50%;
  }

  .slide-4 {
    background-position: 50% 50%;
  }

  .text-block-20 {
    margin-left: 50%;
    font-size: 42px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .body {
    background-size: cover;
  }

  .slide-2 {
    background-position: 50% 50%;
  }

  .heading-4 {
    margin-left: -57px;
    color: #49b6ff;
  }

  .text-block-3 {
    margin-top: 299px;
    margin-right: 1px;
    margin-left: 40px;
  }

  .heading-6 {
    margin-top: -125px;
    margin-left: -44px;
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-2 {
    margin-top: 38px;
  }

  .heading-9 {
    margin-top: 295px;
    margin-left: 222px;
    color: #fff;
  }

  .heading-11 {
    margin-left: 222px;
    color: #feffff;
  }

  .text-block-4 {
    margin-left: 222px;
  }

  .text-block-5 {
    margin-left: 59px;
  }

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

  .text-block-7 {
    margin-left: 200px;
  }

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

  .list-6 {
    margin-left: 191px;
  }

  .text-block-9 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-13 {
    margin-top: 253px;
    margin-left: -57px;
    color: #fff;
  }

  .heading-14 {
    margin-left: -57px;
    color: #fff;
  }

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

  .text-block-10 {
    margin-left: 30%;
  }

  .pic-cyber {
    max-width: 50%;
  }

  .pic-cloud2 {
    max-width: 50%;
  }

  .pic-dt {
    max-width: 50%;
  }

  .pic-gov {
    max-width: 50%;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block-20 {
    margin-left: 30%;
    padding-left: 0px;
    font-size: 32px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .container_federal {
    padding-left: 0px;
  }

  .container_commerical {
    margin-top: -3px;
  }

  .container_careers {
    margin-top: -15px;
  }

  .text-block {
    margin-left: 10px;
  }

  .paragraph-7 {
    margin-left: 10px;
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-2 {
    display: block;
    text-align: center;
  }

  .slide-2 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-3 {
    background-image: url('../images/Aaron.png'), linear-gradient(180deg, #0e7eaa, #0e7eaa);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat-y, repeat;
  }

  .container-2 {
    padding-left: 11px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .heading-4 {
    margin-top: 3px;
    margin-bottom: -50px;
    margin-left: 0px;
    font-size: 60px;
    line-height: 62px;
  }

  .text-block-3 {
    margin-top: 368px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
  }

  .content-p {
    padding-left: 10px;
  }

  .column-8 {
    position: static;
  }

  .div-block {
    min-height: 20px;
    background-image: url('../images/wave-blue-to-orange.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .paragraph-17 {
    margin-left: 10px;
  }

  .heading-5 {
    margin-left: 10px;
  }

  .heading-6 {
    margin-top: -111px;
    margin-left: 16px;
    font-size: 26px;
    line-height: 28px;
  }

  .heading-8 {
    margin-left: 10px;
  }

  .heading-9 {
    margin-top: 297px;
    margin-left: 55px;
    font-weight: 400;
  }

  .heading-11 {
    margin-top: 8px;
    margin-left: 55px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-4 {
    margin-left: 55px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-5 {
    margin-left: 66px;
  }

  .heading-12 {
    margin-left: 10px;
  }

  .text-block-6 {
    margin-left: 10px;
  }

  .text-block-7 {
    margin-left: 10px;
  }

  .list-6 {
    margin-left: 10px;
  }

  .slide-6 {
    background-position: 50% 50%;
  }

  .slide-5 {
    background-position: 50% 50%;
  }

  .text-block-8 {
    margin-top: 260px;
    margin-right: 7px;
  }

  .text-block-9 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-13 {
    margin-top: 294px;
    margin-bottom: -4px;
    margin-left: 0px;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-14 {
    margin-top: 48px;
    margin-left: 0px;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
  }

  .image-6 {
    display: none;
    min-height: 20px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-7 {
    min-height: 20px;
    margin-top: -3px;
  }

  .image-8 {
    margin-top: -5px;
  }

  .image-9 {
    margin-top: -3px;
    margin-bottom: 0px;
  }

  .heading-15 {
    padding-left: 9px;
  }

  .callout-headline {
    padding-left: 10px;
  }

  .bold-text-2 {
    padding-left: 10px;
  }

  .heading-17 {
    padding-left: 11px;
  }

  .heading-18 {
    margin-left: 10px;
  }

  .bold-text-3 {
    margin-left: 0px;
  }

  .heading-19 {
    padding-left: 10px;
  }

  .heading-20 {
    margin-left: 10px;
  }

  .heading-21 {
    margin-left: 10px;
  }

  .heading-22 {
    margin-left: 10px;
  }

  .heading-23 {
    margin-left: 10px;
  }

  .heading-24 {
    margin-left: 10px;
  }

  .heading-25 {
    margin-left: 10px;
  }

  .heading-26 {
    margin-left: 10px;
  }

  .callout-heading-partner {
    margin-left: 10px;
  }

  .heading-28 {
    margin-left: 10px;
  }

  .heading-29 {
    margin-left: 10px;
  }

  .text-block-10 {
    margin-left: 0%;
    padding-right: 40px;
  }

  .callout-subtitle {
    padding-left: 10px;
  }

  .callout-p {
    padding-left: 10px;
  }

  .callout-p-comm {
    padding-left: 10px;
  }

  .callout-icon-comm {
    text-align: left;
  }

  .headline-subtitle {
    padding-left: 10px;
  }

  .headline-subtitle-dark {
    padding-left: 10px;
  }

  .callout-headline-comm {
    padding-left: 10px;
  }

  .callout-subtitle-comm {
    padding-left: 10px;
  }

  .grid-2 {
    justify-items: stretch;
    align-items: stretch;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .callout-headline-story {
    padding-left: 10px;
  }

  .headline-subtitle-story {
    padding-left: 10px;
  }

  .slide-4 {
    background-position: 50% 50%;
  }

  .text-block-20 {
    margin-left: 0%;
    padding-right: 40px;
    font-size: 42px;
    line-height: 44px;
  }

  .slide-7 {
    background-position: 25% 50%;
  }

  .heading-34 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-35 {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-36 {
    line-height: 65px;
    text-align: center;
  }

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

#w-node-_53aa0c39-a237-7fb3-f2af-6054ecacc529-04f3e8d6 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e969f985-2f30-ab03-d190-803312355d2a-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-c00352cd-04ec-1749-7738-c71dcc71361b-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1766-04f3e8d6 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1768-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a176a-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e1d-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: auto;
      justify-self: auto;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e1f-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_171339e9-c952-17e9-cdaf-f425c39727d3-04f3e8d6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5cc7fbf3-c809-4910-a348-4a3534da6773-04f3e8d6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_773008a9-766c-16f5-1a57-7c02396f3304-04f3e8d6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e21-04f3e8d6 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_53aa0c39-a237-7fb3-f2af-6054ecacc529-04f3e8d6 {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  #w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1766-04f3e8d6 {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  #w-node-_464ad69e-b49c-874d-661f-3670661c6e21-04f3e8d6 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}