:root {
  --white: white;
  --black: black;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  line-height: 24px;
}

.sticky-nav {
  z-index: 1;
  background-color: rgba(244, 244, 244, .68);
  margin-bottom: -100px;
  padding: 10px 20px;
  position: relative;
  top: 0;
}

.sticky-nav.mobilenav {
  background-image: url('../images/background-fade-hemo2.jpg');
  background-position: 100%;
  background-size: cover;
  margin-bottom: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  float: left;
  clear: left;
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 100%;
  padding-top: 10px;
  position: static;
}

.nav-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #444;
  letter-spacing: .1em;
  background-color: rgba(86, 89, 75, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Sf pro display, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
  transform: translate(0);
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.highlightmenu {
  opacity: .71;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  outline-offset: 1px;
  color: #fff;
  background-color: #bf0000;
  border-radius: 0;
  outline: 2px dashed #2a00ff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  transition: transform .175s;
}

.background-video {
  object-fit: fill;
  background-color: rgba(0, 0, 0, .26);
  width: auto;
  height: auto;
  max-height: 522px;
  display: block;
}

.hero-overlay {
  opacity: 1;
  color: #fff;
  object-fit: fill;
  background-color: rgba(7, 7, 7, .62);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  max-height: 680px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
  padding-top: 99px;
}

.div-block {
  padding-top: 50px;
}

.heading {
  margin-bottom: 32px;
  font-size: 63px;
}

.heading.headingmobile {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 900;
  line-height: 88px;
  position: relative;
}

.heading.headingmobile.hiddendesk {
  display: none;
}

.p2 {
  letter-spacing: .5px;
  text-transform: capitalize;
  padding-top: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #092a4b;
  border-radius: 4px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 1px 1px 9px rgba(114, 133, 177, .52);
}

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

.section {
  background-color: #f7f7f7;
  background-image: url('../images/home-dataSystems.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.heading-2 {
  text-align: left;
  font-family: Sf pro display, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Sf pro display, sans-serif;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.column {
  padding-top: 93px;
}

.column.mobcol {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image {
  text-align: left;
  max-width: 525px;
  max-height: 500px;
  padding-bottom: 0;
  position: static;
}

.columns {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.porfolli {
  background-image: url('../images/background-slight-blue.jpg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  padding-top: 105px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.section-copy2 {
  background-image: url('../images/fleetmanagement.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

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

.image-7 {
  width: 100%;
  max-width: 1913px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  text-align: center;
}

.text-block {
  height: 300px;
  max-height: 300px;
  padding-bottom: 0;
  overflow: scroll;
}

.text-block.privacyblock {
  color: #646464;
  letter-spacing: .4px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  font-size: 12px;
}

.field-label {
  text-align: left;
  min-width: 0;
  max-width: none;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Sf pro display, sans-serif;
  font-weight: 400;
}

.text-field, .text-field-2, .text-field-3 {
  border: 1px solid rgba(0, 0, 0, .31);
  border-radius: 4px;
  max-width: 300px;
  margin-left: 0;
  margin-right: auto;
}

.field-label-2 {
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Sf pro display, sans-serif;
  font-weight: 400;
}

.body-p {
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.submit-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.submit-button.submitspace {
  background-color: #092a4b;
  border-radius: 4px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 28px;
}

.columns-2 {
  clear: both;
  background-color: #eee;
  border-radius: 28px;
  margin-top: 65px;
  margin-bottom: 65px;
  box-shadow: 15px 13px 20px 3px rgba(155, 162, 184, .33);
}

.nav-logo-copy {
  float: left;
  clear: none;
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  margin-right: 10px;
  position: static;
}

.header_brand {
  float: none;
  color: #092a4b;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.heading_long {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Sf pro display, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.column-3 {
  background-color: rgba(250, 251, 252, .88);
  border-radius: 28px 0 0 28px;
  margin-top: 0;
  padding: 50px 70px;
}

.column-4 {
  padding: 100px 40px 10px;
}

.div-block-3-copy {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.form {
  text-align: left;
}

.heading_agreement {
  float: none;
  color: #333;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3b {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  max-width: none;
  margin-top: 0;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.subscribe-input {
  float: left;
  color: #ececec;
  letter-spacing: 1px;
  background-color: #484848;
  border: 1px #e0e0e0;
  border-radius: 6px;
  max-width: 60%;
  min-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.subscribe-input::placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.emailintakeformbutton {
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #706f6f;
  border-radius: 6px;
  width: 32%;
  max-width: 35%;
  min-height: 48px;
  margin-left: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.img_social {
  text-align: center;
  border: 2px #575656;
  border-radius: 11px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px;
}

.h_footer {
  color: #e4e4e4;
  text-align: left;
  text-decoration: underline;
}

.home-contact-label {
  color: #ddd;
  text-align: left;
  margin-top: 13px;
  font-family: Sf pro display, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.btn_standard {
  text-align: center;
  letter-spacing: .75px;
  text-transform: none;
  background-color: #092a4b;
  border: 2px #59a6e9;
  border-radius: 6px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.input_home_contact {
  float: none;
  color: #ececec;
  letter-spacing: 1px;
  background-color: #424040;
  border: 1px #e0e0e0;
  border-bottom-color: #b1b1b1;
  border-radius: 6px;
  max-width: 300px;
  min-height: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.input_home_contact::placeholder {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
}

.intakeformbutton {
  text-align: center;
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #706f6f;
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.footer_checkbox {
  color: #b9b9b9;
  text-align: left;
  letter-spacing: .4px;
  padding-left: 5px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
}

.checkbox-field {
  text-align: left;
  margin-top: 12px;
}

.footer_heading2 {
  color: #bbb;
  text-align: left;
  margin-bottom: 40px;
  font-family: Sf pro display, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.checkbox {
  min-width: 16px;
  min-height: 16px;
}

.columns-5 {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
}

.column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-7 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.p_footer_add {
  color: #ddd;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.p_footer_email {
  color: #ddd;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 28px;
  font-family: Sf pro display, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text-5, .bold-text-6 {
  color: #4390dd;
}

.footer_section {
  background-color: #2d2d2d;
  border-bottom: 0 #000;
  padding-top: 100px;
  padding-bottom: 0;
}

.container-3 {
  border: 1px #000;
  border-top: 1px solid #555;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_copyright {
  float: left;
  color: #c7c7c7;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.p_copyright-right {
  float: right;
  color: #a3a2a2;
  text-align: right;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

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

.div-block-5 {
  text-align: left;
  padding-top: 66px;
  padding-bottom: 17px;
}

.image_2 {
  text-align: left;
  position: static;
}

.columns-2b {
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #cecece;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-10 {
  max-width: 250px;
}

.italic-text {
  color: #5a5a5a;
}

.div-block-7 {
  float: right;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8a8a8a;
  border-left: 1px solid #d6d6d6;
  min-width: 548px;
  max-width: 548px;
  margin-top: 100px;
  padding: 0 0 0 20px;
}

.column-3c {
  background-color: rgba(250, 251, 252, .77);
  border-radius: 0;
  margin-top: 0;
  padding: 20px 70px 60px;
}

.image-10-copy {
  max-width: 300px;
  max-height: 240px;
}

.section-four {
  background-color: #f1f0f6;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
  display: flex;
}

.btn_standard_long {
  background-color: #092a4b;
  border-radius: 6px;
  margin-left: 20px;
}

.column-9 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  border-left: 1px solid #aaa;
  max-width: 600px;
  margin-top: 40px;
  padding: 10px 20px;
  display: block;
  overflow: visible;
}

.container-4 {
  max-width: 1200px;
}

.div-block-9 {
  max-width: none;
}

.div-block-10 {
  border-top: 1px #bbb;
  border-bottom: 0 #bbb;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.column-10 {
  clear: none;
  text-align: center;
  position: relative;
}

.image-11 {
  text-align: center;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  padding-bottom: 20px;
}

.column-11, .column-12 {
  text-align: center;
}

.body-p-center {
  clear: none;
  color: #333;
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.section-cta {
  background-image: url('../images/5f77d497032685741bde8cca_AdobeStock_327565909-iot4-5.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
}

.div-block-11 {
  background-color: rgba(40, 30, 85, .87);
  padding-top: 100px;
  padding-bottom: 100px;
}

.header_cta {
  float: none;
  color: #e7e7e7;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Sf pro display, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.body-a-cta {
  clear: none;
  color: #e7e7e7;
  text-align: left;
  letter-spacing: .05em;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.subscribe-input-cta {
  float: left;
  color: #2a2a2a;
  letter-spacing: 1px;
  background-color: #dadada;
  border: 1px #e0e0e0;
  border-radius: 6px;
  max-width: 60%;
  min-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.subscribe-input-cta::placeholder {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.downloadbutton {
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #c9c9c9;
  border-radius: 6px;
  width: 32%;
  max-width: 35%;
  min-height: 48px;
  margin-left: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.body-a-cta-form {
  clear: none;
  color: #e7e7e7;
  text-align: left;
  letter-spacing: .05em;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 19px;
  padding-right: 20px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.form-block {
  margin-top: 40px;
}

.text-block-2, .text-block-3 {
  letter-spacing: .3px;
  font-family: Sf pro display, sans-serif;
  font-weight: 400;
}

.text-block-3:focus {
  font-weight: 900;
}

.text-block-4 {
  font-family: Sf pro display, sans-serif;
  font-weight: 900;
}

.tab-link-tab-1 {
  background-color: #d6d6d6;
}

.tab-link-tab-1.w--current {
  color: #f8f8f8;
  background-color: #092a4b;
}

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

.btn_subscribe-head {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #b9c1c7;
  border: 2px #c9c9c9;
  border-radius: 6px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

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

.tab-link-tab-3-2 {
  background-color: #d6d6d6;
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #092a4b;
}

.tab-link-tab-2-2 {
  background-color: #d6d6d6;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #092a4b;
}

.body-p-2 {
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.capabilities-column-1 {
  background-color: rgba(250, 251, 252, .77);
  border-radius: 0;
  margin-top: 0;
  padding: 10px;
}

.capabilities-column-2 {
  padding: 10px;
}

.div-block-14 {
  float: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  max-width: 600px;
  padding: 0 20px;
  position: relative;
}

.capabilities-column-3 {
  background-color: rgba(250, 251, 252, .77);
  padding: 10px;
}

.button-3 {
  margin-left: 0;
  margin-right: 0;
}

.hero-2 {
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: block;
}

.div-block-22 {
  clear: none;
  flex: 0 auto;
  max-width: none;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 60px;
}

.body-p3 {
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: .1em;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-family: Sf pro display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.div-block-22-copy {
  flex: 0 auto;
  max-width: none;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-6 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.div-block-24 {
  max-width: 600px;
}

.section-capabilities {
  background-color: #eee;
  width: auto;
  padding-top: 0;
}

.capabilities-group {
  clear: both;
  background-color: #eee;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 {
  background-image: url('../images/dreamstime_xxl_104160213.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-6 {
  background-color: rgba(243, 243, 243, .83);
}

.column-17 {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 #000;
  border-right: 1px solid #e0e0e0;
  padding: 20px 40px 60px 60px;
}

.column-18 {
  padding: 20px 40px 60px 60px;
}

.italic-text-copy {
  color: #333;
}

.button-3a {
  text-align: center;
  width: 250px;
  max-width: 250px;
  margin-left: 0;
  margin-right: 0;
}

.container-7 {
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.btn_standard-body {
  text-align: center;
  background-color: #092a4b;
  border: 2px #59a6e9;
  border-radius: 6px;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.btn_standard-body-long {
  text-align: center;
  letter-spacing: 1px;
  background-color: #092a4b;
  border: 2px #59a6e9;
  border-radius: 6px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text-7 {
  color: #333;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-6 {
  background-image: url('../images/background-slight-blue.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-main-about {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .52);
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Sf pro display, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 44px;
}

.sub-heading-about {
  color: #fff;
  text-shadow: 1px 1px 36px rgba(0, 0, 0, .63);
}

.section-5-services {
  background-image: url('../images/chipbg2.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-services-three {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.sub-heading-h4 {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Sf pro display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
}

.header-port-2 {
  float: none;
  color: #333;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.header-portfolio-page {
  float: none;
  color: #333;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Sf pro display, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
}

.porfolio-section-1 {
  background-image: url('../images/background-fade-hemo2.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.porfolio-section-2 {
  background-image: url('../images/background-fade-hemo2_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  padding-top: 105px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.sub-heading-h3 {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Sf pro display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 44px;
}

.avidimimage {
  max-width: 300px;
  padding-left: 0;
}

.column-4-copy {
  padding: 40px 40px 10px;
}

.light-org {
  max-width: 360px;
  max-height: 240px;
}

.column-4-copy-copy, .column-4p {
  padding: 0 40px 10px;
}

.porfolio-section-1b {
  background-image: url('../images/cms-non-profit-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
  display: block;
}

.portfolio_left_col {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  padding: 20px 70px 60px;
}

.light-org2 {
  max-width: 300px;
  max-height: 100%;
}

.tab-link-tab-1-2 {
  background-color: #d6d6d6;
  padding: 12px 40px;
}

.tab-link-tab-1-2.w--current {
  color: #f8f8f8;
  background-color: #092a4b;
  padding: 12px 40px;
}

.tab-link-tab-3-3 {
  background-color: #d6d6d6;
  padding: 12px 40px;
}

.tab-link-tab-3-3.w--current {
  color: #fff;
  background-color: #092a4b;
}

.tab-link-tab-2-3 {
  background-color: #d6d6d6;
  padding: 12px 40px;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #092a4b;
}

.heading-3 {
  text-align: left;
  object-fit: fill;
  width: 100%;
  font-family: Sf pro display, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  display: block;
}

.btn_long2 {
  background-color: #092a4b;
  border-radius: 6px;
  min-height: auto;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text-9 {
  color: #fff;
  text-align: left;
  letter-spacing: .7px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sf pro display, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.text-block-6 {
  color: #ddd;
  text-align: left;
  letter-spacing: .4px;
  font-family: Sf pro display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-5 {
  color: #ddd;
  text-align: left;
  letter-spacing: .4px;
  max-width: 400px;
  margin-top: 20px;
  font-family: Sf pro display, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.columns-7 {
  margin-left: 60px;
  margin-right: 60px;
}

.tabs-menu {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn_head_cta {
  color: #1d1d1d;
  letter-spacing: .75px;
  background-color: #c9c9c9;
  border: 2px #c9c9c9;
  border-radius: 6px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.btn_standard-body-new {
  color: #1f1f1f;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: rgba(236, 236, 236, .59);
  border: 1px solid #d8d8d8;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Sf pro display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 5px 5px 9px -3px rgba(52, 38, 63, .15);
}

.featured_image_large {
  text-align: left;
  max-width: none;
  max-height: 500px;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.column-4b {
  padding: 60px 40px 40px;
}

.privacy_agreement_txt {
  color: #838383;
  text-align: left;
  letter-spacing: .3px;
  border: 1px #575757;
  max-width: 300px;
  margin-top: 24px;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-3small {
  border: 1px solid rgba(0, 0, 0, .31);
  border-radius: 4px;
  max-width: 50px;
  margin-left: 0;
  margin-right: auto;
}

.porfoltio_fleet {
  background-image: url('../images/fleetmanagement.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.portfolio_desc {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  max-width: none;
  margin-top: 7px;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.porfoltio_health_one {
  background-image: url('../images/hemo-portfolio-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.hemoimg {
  width: 100%;
  max-width: 1496px;
  max-height: 900px;
}

.portfolio_data_systems {
  background-image: url('../images/home-dataSystems.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_org_chart {
  background-image: url('../images/portfolio-background-orgchart.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_health_site, .portfolio_bulletin {
  background-image: url('../images/portfolio-background-healthsite.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_smartwatch {
  background-image: url('../images/portfolio-background-smartwatch.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_renovation {
  background-image: url('../images/portfolio-background-restoration.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_crowdcrypto {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/portfolio-background-cryptocrowd.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_online_car {
  background-image: url('../images/portfolio-background-carfinder.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_cta {
  color: #3c3a3a;
  letter-spacing: .2px;
  background-color: rgba(239, 240, 241, .88);
  border-radius: 4px;
  padding: 12px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  box-shadow: 3px 3px 3px rgba(28, 34, 65, .19);
}

.portfolio_weather_one {
  white-space: normal;
  background-image: url('../images/portfolio-hail-weather-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_donationvet {
  background-image: url('../images/portfolio_warriorsMindBg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_fleet {
  background-image: url('../images/portfolio-fleet-tracking-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_oil {
  background-image: url('../images/portfolio-oil-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.oilimg {
  width: 100%;
  max-width: 450px;
  max-height: none;
}

.portfolio_cardiology {
  background-image: url('../images/portfolio-cardiology-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_venue {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/portfolio_venueBg.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.portfolio_hotels {
  background-image: url('../images/portfolio_hotelsBg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.homesecone {
  background-image: url('../images/hemo-portfolio-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.columnhome {
  padding: 0 40px 10px;
}

.homeleftcol {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  padding: 20px 70px 60px;
}

.homedivblock {
  float: right;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8a8a8a;
  border-left: 1px solid #d6d6d6;
  min-width: 548px;
  max-width: 548px;
  margin-top: 100px;
  padding: 0 0 0 20px;
}

.homesectwo {
  background-image: url('../images/fleetmanagement.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-12 {
  min-width: 750px;
}

.columnhemo {
  padding-top: 93px;
}

.columnhemo.mobcol {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.columnhemo.mobcol.mobcol2 {
  padding-top: 27px;
}

.body-p2 {
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.homesecthree {
  background-image: url('../images/home-dataSystems.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Sf pro display, sans-serif;
}

.heading-4a {
  text-align: left;
  object-fit: fill;
  width: 100%;
  font-family: Sf pro display, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  display: block;
}

.porfolio-btm-cta {
  background-color: #e7e9eb;
  width: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: none;
}

.header-portfolio-cta {
  float: none;
  color: #333;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.paragraph-3b-cta {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.btn_standard-body-2 {
  text-align: center;
  background-color: #3898ec;
  border: 2px #59a6e9;
  border-radius: 4px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 5px;
  padding: 12px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.capabilities-hero {
  background-image: url('../images/capabilities-2577x1487-min.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Sf pro display, sans-serif;
}

.cap_intro_bg {
  background-color: rgba(9, 42, 75, .71);
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 60px;
}

.hero-light {
  color: #fff;
  font-size: 32px;
}

.light-p {
  color: #e7e7e7;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.light-subtitle {
  color: #f0f0f0;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.italic-text-2 {
  color: #e7e7e7;
}

.list-3 {
  margin-left: 0;
  margin-right: 0;
}

.cap-list-item {
  color: #3f3f3f;
  letter-spacing: .2px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  font-family: Sf pro display, sans-serif;
}

.capheading {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Sf pro display, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 44px;
}

.cap-subheading {
  color: #5a5a5a;
}

.cap-p {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.cap-title-div {
  float: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  min-width: 548px;
  max-width: 548px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.cap-div-2 {
  float: right;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8a8a8a;
  border-left: 1px solid #d6d6d6;
  min-width: 548px;
  max-width: 548px;
  margin-top: 100px;
  padding: 0 0 0 20px;
}

.section-cap-2 {
  background-color: #f8f8f8;
  background-image: linear-gradient(122deg, #fff, #f5f7fa);
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list3a {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.hero-2b {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.servicessection1 {
  background-image: url('../images/shutterstock_1100777855-Converted.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Sf pro display, sans-serif;
}

.services-div-1 {
  float: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  min-width: 548px;
  max-width: 548px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 60px 0 40px;
}

.services-p {
  color: #575757;
  text-align: left;
  letter-spacing: .5px;
  border: 1px #575757;
  max-width: none;
  margin-top: 7px;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.services-title-1 {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sf pro display, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 44px;
}

.button-services-1 {
  text-align: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.list2a {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 28px;
}

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

.sub-heading4 {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Sf pro display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
}

.p3b {
  color: #838383;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.subheading4b {
  float: none;
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: .2px;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

.divservices2b {
  margin-top: 60px;
}

.div-block-15 {
  float: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  max-width: none;
  padding: 0 20px 20px;
  position: relative;
}

.section-7 {
  color: rgba(20, 17, 17, .86);
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

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

.list-item-2 {
  display: none;
}

.list-item-3 {
  display: none;
  overflow: visible;
}

.capabilities-column-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-7 {
  text-align: right;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
  padding-right: 20px;
  font-family: Sf pro display, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 300;
}

.div-block-25 {
  padding-top: 0;
}

.intake-form {
  margin-bottom: 0;
}

.link {
  text-align: left;
}

.link-2 {
  float: none;
}

.link-3 {
  float: right;
  clear: both;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
}

.button-4 {
  float: right;
  clear: right;
  background-color: rgba(9, 42, 75, .84);
  position: relative;
  right: 60px;
}

.button-5 {
  float: right;
  clear: right;
}

.div-block-26 {
  padding-right: 60px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.recaptcha-2 {
  float: right;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 15px;
}

.success-message {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    flex-wrap: nowrap;
    justify-content: center;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 100px;
    display: block;
  }

  .centered-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

  .column.mobcol {
    align-self: auto;
    padding-top: 27px;
  }

  .column.mobcol.mobcol2 {
    clear: none;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .image {
    text-align: left;
    max-width: 300px;
  }

  .columns {
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .porfolli {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-copy2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-7 {
    display: none;
  }

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

  .submit-button.submitspace {
    white-space: normal;
  }

  .column-3 {
    padding-bottom: 30px;
  }

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

  .image_2 {
    text-align: left;
  }

  .div-block-7 {
    float: left;
    min-width: 0;
  }

  .section-four {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-8 {
    text-align: left;
    border: 1px #000;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .column-10 {
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .btn_subscribe-head {
    width: 150px;
    max-width: 150px;
  }

  .body-p-2 {
    border-style: none;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .capabilities-column-1, .capabilities-column-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-14 {
    float: none;
    max-width: none;
  }

  .capabilities-column-3 {
    clear: left;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-capabilities {
    padding-left: 0;
    padding-right: 0;
  }

  .capabilities-group {
    float: none;
    clear: none;
    transition: opacity .2s;
  }

  .container-7 {
    padding-left: 60px;
  }

  .btn_standard-body, .btn_standard-body-long {
    margin-left: 0;
    margin-right: 0;
  }

  .column-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .porfolio-section-1, .porfolio-section-2 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-4-copy, .column-4-copy-copy, .column-4p {
    text-align: center;
  }

  .porfolio-section-1b {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn_long2 {
    text-align: left;
    margin-left: 0;
    padding-left: 40px;
  }

  .btn_standard-body-new {
    margin-left: 0;
    margin-right: 0;
  }

  .featured_image_large {
    text-align: left;
    max-width: 300px;
    margin-top: 40px;
  }

  .column-4b {
    text-align: center;
  }

  .porfoltio_fleet, .porfoltio_health_one, .portfolio_data_systems, .portfolio_org_chart, .portfolio_health_site, .portfolio_bulletin, .portfolio_smartwatch, .portfolio_renovation, .portfolio_crowdcrypto, .portfolio_online_car, .portfolio_weather_one, .portfolio_donationvet, .portfolio_fleet, .portfolio_oil, .portfolio_cardiology, .portfolio_venue, .portfolio_hotels {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .homesecone {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columnhome {
    text-align: center;
  }

  .homedivblock {
    float: left;
    min-width: 0;
  }

  .homesectwo {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .columnhemo.mobcol {
    padding-top: 27px;
  }

  .columnhemo.mobcol.mobcol2 {
    clear: none;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .homesecthree {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4a {
    margin-top: 0;
  }

  .porfolio-btm-cta {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-8 {
    text-align: left;
    flex-direction: row;
    display: block;
  }

  .btn_standard-body-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cap-title-div, .cap-div-2 {
    float: left;
    min-width: 0;
  }

  .section-cap-2 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-2b {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-div-1 {
    float: left;
    min-width: 0;
  }

  .div-block-15 {
    float: none;
    max-width: none;
  }

  .section-7 {
    white-space: normal;
    object-fit: fill;
    display: flex;
  }

  .capabilities-column-4 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .div-block {
    padding-top: 0;
  }

  .heading.headingmobile {
    line-height: 66px;
  }

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

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .column.mobcol {
    clear: none;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column.mobcol.mobcol2 {
    padding-top: 0;
  }

  .image {
    text-align: center;
  }

  .columns {
    display: flex;
  }

  .porfolli {
    padding-bottom: 100px;
  }

  .body-p {
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    border-radius: 0;
  }

  .column-4 {
    text-align: center;
    padding-bottom: 40px;
  }

  .btn_standard {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .column-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .p_copyright {
    float: none;
    text-align: center;
    font-size: 12px;
  }

  .p_copyright-right {
    float: none;
    color: #c7c7c7;
    text-align: center;
  }

  .column-8 {
    border-top: 1px solid #575757;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image_2, .div-block-6 {
    text-align: center;
  }

  .image-10 {
    width: 100%;
    max-width: 200px;
  }

  .div-block-7 {
    min-width: 0;
  }

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

  .image-10-copy {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .btn_standard_long {
    margin-left: 0;
  }

  .column-9 {
    order: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    border-top: 1px solid #aaa;
    border-left-style: none;
  }

  .column-10 {
    order: 1;
  }

  .div-block-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-14 {
    text-align: center;
    padding-bottom: 10px;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .btn_subscribe-head {
    width: 150px;
    max-width: none;
    margin-top: 10px;
  }

  .column-15 {
    text-align: center;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .body-p-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .capabilities-column-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .capabilities-column-2 {
    text-align: center;
    padding-bottom: 40px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .body-p3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-3a {
    width: 250px;
  }

  .btn_standard-body {
    text-align: left;
    align-self: flex-start;
    width: auto;
  }

  .btn_standard-body-long {
    width: 250px;
    max-width: 200px;
  }

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

  .porfolio-section-1, .porfolio-section-2 {
    padding-bottom: 100px;
  }

  .avidimimage {
    width: 100%;
    max-width: 200px;
  }

  .column-4-copy {
    text-align: center;
    padding-bottom: 40px;
  }

  .light-org {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .column-4-copy-copy, .column-4p {
    text-align: center;
    padding-bottom: 40px;
  }

  .porfolio-section-1b {
    padding-bottom: 100px;
  }

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

  .light-org2 {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .tab-link-tab-1-2.w--current {
    padding-left: 20px;
  }

  .btn_long2 {
    margin-left: 0;
  }

  .bold-text-9 {
    margin-bottom: 10px;
  }

  .btn_head_cta {
    margin-left: 0;
  }

  .btn_standard-body-new {
    width: 150px;
  }

  .featured_image_large {
    text-align: center;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-top: 0;
  }

  .column-4b {
    text-align: center;
    padding-bottom: 40px;
  }

  .porfoltio_fleet, .porfoltio_health_one, .portfolio_data_systems, .portfolio_org_chart, .portfolio_health_site, .portfolio_bulletin, .portfolio_smartwatch, .portfolio_renovation, .portfolio_crowdcrypto, .portfolio_online_car {
    padding-bottom: 100px;
  }

  .column-21 {
    margin-top: 40px;
  }

  .portfolio_weather_one, .portfolio_donationvet, .portfolio_fleet, .portfolio_oil, .portfolio_cardiology, .portfolio_venue, .portfolio_hotels, .homesecone {
    padding-bottom: 100px;
  }

  .columnhome {
    text-align: center;
    padding-bottom: 40px;
  }

  .columnhome.mobcol2 {
    padding-bottom: 0;
  }

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

  .homedivblock {
    min-width: 0;
  }

  .homesectwo {
    padding-bottom: 100px;
  }

  .columnhemo.mobcol {
    clear: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columnhemo.mobcol.mobcol2 {
    text-align: left;
    padding-top: 0;
  }

  .body-p2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .homesecthree {
    padding-bottom: 100px;
  }

  .heading-4a {
    margin-bottom: 0;
    font-size: 26px;
  }

  .porfolio-btm-cta {
    padding-bottom: 100px;
  }

  .btn_standard-body-2 {
    text-align: left;
    width: auto;
  }

  .cap-title-div, .cap-div-2 {
    min-width: 0;
  }

  .section-cap-2 {
    padding-bottom: 100px;
  }

  .hero-2b {
    padding: 40px 20px;
  }

  .services-div-1 {
    min-width: 0;
  }

  .button-services-1 {
    width: 250px;
  }
}

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

  .sticky-nav.mobilenav {
    margin-bottom: 0;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: center;
    padding-top: 0;
  }

  .div-block {
    padding-top: 20px;
  }

  .heading.headingmobile {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }

  .p2 {
    text-align: center;
  }

  .button {
    border: 0 solid #000;
  }

  .section {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-bottom: 60px;
  }

  .heading-2 {
    text-align: left;
    text-transform: none;
    white-space: normal;
    font-family: Sf pro display, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
  }

  .column {
    padding-bottom: 60px;
  }

  .column.mobcol {
    padding: 0 0 40px;
  }

  .image {
    float: none;
    clear: none;
    max-width: 100%;
    max-height: 100%;
    position: static;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .porfolli {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding: 60px 15px;
  }

  .section-copy2 {
    background-image: none;
  }

  .text-block.privacyblock {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-p {
    color: #333;
    text-align: left;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .submit-button.submitspace {
    letter-spacing: normal;
    text-transform: uppercase;
    white-space: normal;
    object-fit: fill;
    max-width: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .nav-logo-copy {
    float: none;
  }

  .header_brand {
    color: #092a4b;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .heading_long {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .column-3 {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_agreement {
    color: #333;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-3b {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .subscribe-input {
    float: none;
    width: 100%;
    max-width: none;
  }

  .emailintakeformbutton {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .btn_standard {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .intakeformbutton {
    max-width: 100%;
  }

  .footer_heading2 {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 44px;
  }

  .p_footer_add, .p_footer_email {
    color: #ddd;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .p_copyright {
    color: #949494;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .p_copyright-right {
    color: #c7c7c7;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .image_2 {
    float: none;
    clear: none;
    position: static;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-7 {
    float: none;
    border-left-style: none;
    max-width: none;
    margin-top: 100px;
    padding-left: 0;
  }

  .column-3c {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-four {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn_standard_long {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .column-9 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-p-center {
    color: #333;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .section-cta {
    background-image: url('../images/5f77d497032685741bde8cca_AdobeStock_327565909-iot4-5.jpg');
    background-position: 0%;
    background-size: auto;
  }

  .div-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_cta {
    color: #fff;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .body-a-cta {
    color: #e6e6e6;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .subscribe-input-cta {
    max-width: 100%;
  }

  .downloadbutton {
    text-align: center;
    letter-spacing: 1.2px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .body-a-cta-form {
    color: #fff;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .body-p-2 {
    color: #333;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .list-item {
    padding-bottom: 20px;
  }

  .capabilities-column-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .capabilities-column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    float: none;
    border-left-style: none;
    max-width: none;
    padding-left: 0;
  }

  .capabilities-column-3, .div-block-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-p3 {
    color: #333;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-22-copy {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-capabilities {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3a {
    width: 240px;
  }

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

  .btn_standard-body {
    text-align: left;
    align-self: flex-start;
  }

  .btn_standard-body-long {
    width: 250px;
    max-width: 300px;
  }

  .heading-main-about {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .p-services-three {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .sub-heading-h4 {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .header-port-2 {
    color: #333;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .header-portfolio-page {
    color: #333;
    letter-spacing: 0;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .porfolio-section-1 {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .porfolio-section-2 {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading-h3 {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .avidimimage {
    width: 100%;
  }

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

  .porfolio-section-1b {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

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

  .heading-3 {
    text-transform: none;
    white-space: normal;
    font-family: Sf pro display, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 44px;
  }

  .btn_long2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .btn_head_cta {
    text-align: center;
    letter-spacing: 1.2px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .featured_image_large {
    float: none;
    clear: none;
    max-width: 100%;
    max-height: 100%;
    position: static;
  }

  .column-4b {
    padding: 40px 0;
  }

  .privacy_agreement_txt {
    color: #838383;
    letter-spacing: .3px;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .porfoltio_fleet {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .portfolio_desc {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .porfoltio_health_one, .portfolio_data_systems, .portfolio_org_chart, .portfolio_health_site, .portfolio_bulletin, .portfolio_smartwatch, .portfolio_renovation, .portfolio_crowdcrypto, .portfolio_online_car {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .bold-text-10 {
    letter-spacing: .5px;
  }

  .portfolio_weather_one, .portfolio_donationvet, .portfolio_fleet, .portfolio_oil, .portfolio_cardiology, .portfolio_venue, .portfolio_hotels, .homesecone {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

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

  .homeleftcol {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .homedivblock {
    float: none;
    border-left-style: none;
    max-width: none;
    padding-left: 0;
  }

  .homesectwo {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .columnhemo {
    padding-bottom: 60px;
  }

  .columnhemo.mobcol {
    padding: 0 0 40px;
  }

  .columnhemo.mobcol.mobcol2 {
    text-align: left;
  }

  .body-p2 {
    color: #333;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .homesecthree {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

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

  .heading-4a {
    text-transform: none;
    white-space: normal;
    font-family: Sf pro display, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 44px;
  }

  .porfolio-btm-cta {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-portfolio-cta {
    color: #333;
    letter-spacing: 0;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-3b-cta {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .btn_standard-body-2 {
    text-align: left;
  }

  .cap_intro_bg {
    max-width: none;
    padding-left: 20px;
  }

  .light-p, .light-subtitle {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .capheading {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .cap-p {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .cap-title-div, .cap-div-2 {
    float: none;
    border-left-style: none;
    max-width: none;
    margin-top: 100px;
    padding-left: 0;
  }

  .section-cap-2 {
    background-image: url('../images/background-fade-hemo2.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .services-div-1 {
    float: none;
    border-left-style: none;
    max-width: none;
    margin-top: 100px;
    padding-left: 0;
  }

  .services-p {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .services-title-1 {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .button-services-1 {
    width: 240px;
  }

  .sub-heading4 {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .p3b {
    color: #838383;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .subheading4b {
    text-transform: none;
    font-family: Sf pro display, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
  }

  .div-block-15 {
    float: none;
    border-left-style: none;
    max-width: none;
    padding-left: 0;
  }
}

#w-node-_1b476c46-0b75-4d4f-b280-55bdc0a06cf7-c0a06cf4 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_1b476c46-0b75-4d4f-b280-55bdc0a06cf7-c0a06cf4 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}