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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 300;
}

h2 {
  margin-top: 5px;
  margin-bottom: 40px;
  color: #154a94;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8a1bd9;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}

h6 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #777;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5em;
}

a {
  color: #154a94;
  text-decoration: none;
  cursor: pointer;
}

a.w--current {
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.5em;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 25px;
  padding: 0px 0px 0px 15px;
  border-left: 1px solid #8a1bd9;
  font-size: 18px;
  line-height: 1.7em;
  font-style: italic;
}

figcaption {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #777;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.navbar__container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar__btn {
  margin-right: 5px;
  margin-left: 10px;
  padding: 9px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #154a94;
  border-radius: 6px;
  background-color: #154a94;
  color: #fff;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar__btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #154a94;
  background-color: #fff;
  color: #154a94;
}

.navbar__btn.w--current {
  background-color: #154a94;
  color: #fff;
}

.navbar__btn.js-navbar__btn {
  border-color: #154a94;
  background-color: #154a94;
}

.navbar__btn.js-navbar__btn:hover {
  background-color: transparent;
  color: #154a94;
}

.navbar__btn.is--white {
  border-color: #fff;
  background-color: transparent;
}

.navbar__btn.is--white:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.dropdown__link {
  padding: 20px 30px;
}

.dropdown__link:hover {
  background-color: #edf7a3;
  color: #333;
}

.dropdown__link.is--jelly-hover:hover {
  background-color: #fef3ff;
}

.dropdown__link.is--electric-hover:hover {
  background-color: #e9f7fa;
}

.nav-dropdown-icon {
  margin-top: 12px;
  margin-bottom: 10px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  height: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 hsla(0, 0%, 60%, 0.2);
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar__logo {
  width: 114px;
}

.dropdown__list.w--open {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.navbar__link {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 9px 0px 2px;
}

.navbar__link:hover {
  border-bottom: 2px solid #8a1bd9;
}

.navbar__link.w--current {
  color: #8a1bd9;
}

.navbar__link.is--white {
  color: #fff;
}

.navbar__left-menu {
  display: inline-block;
  margin-left: 20px;
  float: left;
}

.navbar__dropdown {
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown__toggle {
  padding-top: 9px;
  padding-bottom: 2px;
}

.dropdown__toggle.is--white {
  color: #fff;
}

.btn {
  padding: 9px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #8a1bd9;
  border-radius: 6px;
  background-color: #27aae1;
  color: #fff;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: transparent;
  color: #8a1bd9;
}

.btn.is--white {
  margin-right: 10px;
  border-color: #fff;
  background-color: transparent;
}

.btn.is--white:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.footer__container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 50px;
}

.footer__social-icons {
  margin-left: -20px;
}

.footer__column {
  color: #888;
}

.footer__row {
  margin-bottom: 25px;
}

.social-icon {
  margin-left: 20px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.social-icon:hover {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.social-icon.is--facebook {
  color: #1977f2;
}

.social-icon.is--linkedin {
  color: #0077b5;
}

.social-icon.is--twitter {
  color: #1da1f2;
}

.social-icon.is--instagram {
  color: #405de6;
}

.footer__logo {
  display: block;
  margin-bottom: 5px;
}

.footer__section {
  background-color: #f8f8fa;
}

.footer__link {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

.footer__link:hover {
  color: #777;
}

.spacer--25px {
  height: 25px;
}

.large-card {
  width: 100%;
  height: 274px;
  border-bottom: 2px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

.full-hero__section {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.full-hero__section.is--404 {
  background-image: linear-gradient(45deg, rgba(26, 110, 183, 0.27), rgba(26, 110, 183, 0.37)), url('/images/site/System-Notifications_Technology-Flatlay.jpg');
  background-position: 0px 0px, 50% 50%;
}

.full-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1600px;
  min-height: 800px;
  padding-top: 75px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-hero__content {
  display: block;
  width: 625px;
  color: #fff;
}

.large-featured-card {
  width: 100%;
  height: 274px;
  border-bottom: 2px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

.small-card {
  width: 100%;
  height: 174px;
  border-bottom: 2px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer__heading {
  margin-bottom: 15px;
  color: #154a94;
}

.spacer--3px {
  height: 3px;
}

.hero-slider {
  height: 88px;
  background-color: transparent;
}

.hero-slider__nav {
  display: none;
}

.hero-slider__arrow {
  display: none;
}

.spacer--100px {
  height: 100px;
}

.full-hero__video {
  height: 100vh;
  min-height: 800px;
  background-color: rgba(7, 38, 80, 0.75);
}

.page-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.heading.is--white {
  color: #fff;
}

.heading.is--electric {
  color: #22c3ea;
}

.heading.is--lime {
  color: #d7ed32;
}

.full-hero__max-width {
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.track-01__database {
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

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

.logo-track__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout__section {
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 38, 80, 0.75)), to(rgba(8, 38, 80, 0.75))), url('/images/site/COL_2019-Homepage_Request-a-demo.jpg');
  background-image: linear-gradient(180deg, rgba(8, 38, 80, 0.75), rgba(8, 38, 80, 0.75)), url('/images/site/COL_2019-Homepage_Request-a-demo.jpg');
  background-position: 0px 0px, 75% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.callout__section.is--contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 38, 80, 0.75)), to(rgba(7, 38, 80, 0.75))), url('/images/site/Contact-Us__Callout-Section.jpg');
  background-image: linear-gradient(180deg, rgba(7, 38, 80, 0.75), rgba(7, 38, 80, 0.75)), url('/images/site/Contact-Us__Callout-Section.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.callout__container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hp-body__container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.hp-body__container.is--relative {
  position: relative;
}

.hp-body__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-body__copy {
  width: 100%;
  padding-right: 20%;
  padding-left: 20%;
}

.track-2__property {
  position: absolute;
  left: 5.25%;
  top: 32.5%;
  width: 22%;
}

.track-2__database-property {
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.hp-spacer--35vh {
  height: 35vh;
  min-height: 200px;
}

.hp-progress__background {
  width: 100%;
  height: 2px;
  background-color: #dddde7;
}

.hp-progress {
  z-index: 9999;
  display: block;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8a1bd9;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hp-progress__menu {
  width: 100%;
  margin-top: 10px;
  float: none;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hp-progress__text {
  display: block;
  padding: 5px 5px 0px 0px;
  float: left;
  color: #8a1bd9;
}

.hp-progress__text.w--current {
  display: block;
  color: #8a1bd9;
}

.hp-progress__number {
  display: block;
  padding: 5px 0px 0px 5px;
  float: right;
  color: #dddde7;
}

.hp-progress__number.w--current {
  display: block;
  color: #dddde7;
}

.hp-body__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-body__column {
  padding-right: 0px;
  padding-left: 0px;
}

.hp-body__column.is--offset {
  margin-top: -50px;
}

.hp-image__div {
  position: relative;
  z-index: 100;
  width: 100%;
}

.track-2__opacity-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
}

.track-2__private-databases {
  position: absolute;
  left: 20%;
  top: 60%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 60%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-2__switch-database {
  position: absolute;
  left: 65%;
  top: 18%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  height: 15%;
  border-radius: 6px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-2__database-users {
  position: absolute;
  left: 20%;
  top: 60%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 60%;
}

.track-3__call-lists {
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-3__opacity-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
}

.track-3__tasks {
  position: absolute;
  left: 25%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  width: 50%;
  border-radius: 6px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-3__task-users {
  position: absolute;
  left: 25%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  width: 50%;
  border-radius: 6px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-3__call-list-btn {
  position: absolute;
  left: 73%;
  top: 18%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  height: 15%;
  border-radius: 6px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-4__plugin {
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-4__plugin-photos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  width: 100%;
}

.track-4__opacity-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
}

.track-4__document {
  position: absolute;
  left: -5%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  width: 60%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-4__document-photo {
  position: absolute;
  left: -5%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  width: 60%;
}

.track-4__on-market-btn {
  position: absolute;
  left: 40%;
  top: 72%;
  right: 0%;
  bottom: 0%;
  z-index: 700;
  height: 15%;
  border-radius: 6px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-5__pipeline {
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-5__pipeline-card {
  position: absolute;
  left: -5%;
  top: 48%;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  width: 60%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-6__commissions {
  width: 60%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-6__receivables {
  position: absolute;
  left: 40%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 60%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.hp-logo-track {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.track-7__property-inventory {
  width: 100%;
}

.body__columns {
  width: 100vw;
  margin-top: 100px;
  margin-right: -25px;
  margin-left: -25px;
  padding-right: 10%;
  padding-left: 10%;
}

.body__column {
  padding-right: 25px;
  padding-left: 25px;
}

.hp-spacer--25vh {
  height: 25vh;
  min-height: 200px;
}

.hp-background__image {
  position: fixed;
  left: -35%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: block;
  width: 70%;
}

.hidden-bp--tablet {
  display: none;
}

.spacer--10px {
  height: 10px;
}

.hidden-bp--portrait {
  display: none;
}

.hp-progress-bar {
  margin-top: 15px;
}

.navbar__right-menu {
  display: inline-block;
  float: right;
}

.dropdown__link-description {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.navbar__content {
  padding-right: 10%;
  padding-left: 10%;
}

.navbar__mobile-link {
  display: none;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 9px 0px 2px;
}

.navbar__mobile-link:hover {
  border-bottom: 2px solid #00b3f0;
}

.navbar__mobile-link.w--current {
  color: #8a1bd9;
}

.navbar__mobile-dropdown {
  display: none;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sticky-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
}

.hp-nav-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8888;
  margin-top: 10px;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.footer__copyright {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #154a94;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden-bp--landscape {
  display: none;
}

.footer__content {
  padding-right: 10%;
  padding-left: 10%;
}

.text-block {
  line-height: 1.5em;
}

.login_body {
  background-color: hsla(0, 0%, 93.7%, 0.1);
}

.googlelogin {
  width: 100%;
  text-decoration: none;
}

.forgot_password_container {
  display: block;
  padding-top: 16px;
  float: none;
  text-align: right;
}

.passwordresettext {
  margin-bottom: -13px;
  font-family: proxima-nova, sans-serif;
  color: #968a8a;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.remembermecheck {
  display: inline-block;
  margin-right: 7px;
  float: none;
}

.forgot_password_text {
  display: inline-block;
  padding-top: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.forgot_password_text.rememberme {
  width: 200px;
  font-family: proxima-nova, sans-serif;
  text-align: left;
}

.login_button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 64px;
  border-radius: 4px;
  background-color: #154a94;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login_button:hover {
  background-color: rgba(21, 74, 148, 0.9);
}

.login_button.google {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 16px;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #968a8a;
}

.successmessage {
  margin-top: 29px;
  padding-top: 31px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.buttontext {
  display: inline-block;
  padding-left: 0.65rem;
  font-size: 12px;
  font-weight: 700;
}

.errormessage {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 7px;
  border: 1px none #ff1818;
  border-radius: 4px;
  background-color: #ff6161;
}

.login_container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.login_logo {
  display: block;
  margin-bottom: 17px;
  float: none;
  text-align: center;
}

.remembermecontainer {
  display: inline-block;
  padding-top: 0px;
  float: left;
}

.googleicon {
  width: 1.42rem;
  height: 1.42rem;
}

.login {
  display: block;
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.login-help-text {
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  color: #5a5b63;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.login_headline {
  padding-top: 21px;
  padding-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #5a5b63;
  font-size: 37px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.login_field {
  height: auto;
  max-height: auto;
  min-height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.login_field.email {
  height: auto;
  max-height: auto;
  min-height: auto;
  margin-top: 24px;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
}

.formmessagetext {
  font-family: Lato, sans-serif;
  color: #343434;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.formmessagetext.error {
  color: #fff;
}

.password_reset_container {
  display: none;
  margin-top: 20px;
}

.login_section {
  padding-top: 10%;
}

.track-5__opacity-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
}

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

.logo-track__heading {
  margin-bottom: 25px;
}

.track-01__projects {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.track-01__back-office {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
}

.logo-track__texture {
  position: absolute;
  left: -55%;
  top: -450%;
  right: 0%;
  z-index: -100;
  max-width: 75%;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

.hp-image-__captions-wrapper {
  margin-top: 25px;
}

.hp-image__captions {
  width: 100%;
  float: none;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hp-image__text {
  display: block;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  color: #154a94;
}

.hp-image__text.w--current {
  display: block;
  color: #8a1bd9;
}

.track-01__projects-users {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.track-01_mobi-building {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 11%;
  margin-top: 31.25%;
  margin-left: 33.75%;
}

.track-01__map-markers {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.body__section {
  padding-top: 50px;
}

.c-body__rich-text h2 {
  margin-bottom: 10px;
}

.c-body__rich-text.is--center {
  text-align: center;
}

.wrapper--680px {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.form__select-field {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px none #000;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 transparent;
  color: #777;
  font-size: 20px;
  line-height: 1.5em;
}

.text-field__div {
  margin-bottom: 0px;
  border-bottom: 1px solid #dddde7;
}

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

.form__text-field {
  margin-bottom: 5px;
  border: 1px none #000;
  font-size: 20px;
}

.form__text-field::-webkit-input-placeholder {
  color: #777;
}

.form__text-field:-ms-input-placeholder {
  color: #777;
}

.form__text-field::-ms-input-placeholder {
  color: #777;
}

.form__text-field::placeholder {
  color: #777;
}

.form__option {
  display: block;
}

.form__option.js-zendesk-form {
  display: none;
}

.form__option.js-salesforce-form {
  display: none;
}

.form__option.js-help-text {
  display: none;
}

.select-field__div {
  position: relative;
  margin-bottom: 0px;
  padding-top: 8px;
  border-bottom: 1px solid #dddde7;
}

.wrapper--480px {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.form__submit-btn {
  margin-top: 50px;
  padding: 15px 75px;
  border-style: solid;
  border-width: 1px;
  border-color: #154a94;
  border-radius: 6px;
  background-color: #154a94;
  font-size: 20px;
}

.form__submit-btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #154a94;
  background-color: #fff;
  color: #154a94;
}

.form__rich-text a {
  font-weight: 400;
}

.form__rich-text h4 {
  margin-bottom: 5px;
}

.callout__social-icons {
  margin-top: 5px;
}

.form__error-text {
  display: none;
  margin-top: 10px;
  margin-right: 12px;
  padding-left: 12px;
  color: #ea0048;
  font-size: 14px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.form__text-area {
  padding-bottom: 40px;
  border: 1px none #000;
  font-size: 20px;
  line-height: 1.5em;
}

.form__text-area::-webkit-input-placeholder {
  color: #777;
  font-size: 20px;
  line-height: 1.5em;
}

.form__text-area:-ms-input-placeholder {
  color: #777;
  font-size: 20px;
  line-height: 1.5em;
}

.form__text-area::-ms-input-placeholder {
  color: #777;
  font-size: 20px;
  line-height: 1.5em;
}

.form__text-area::placeholder {
  color: #777;
  font-size: 20px;
  line-height: 1.5em;
}

.form__error-message {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding: 20px;
  background-color: #ea0048;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form__success-message {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding: 20px;
  background-color: #8a1bd9;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-area__div {
  margin-bottom: 0px;
  border-bottom: 1px solid #dddde7;
}

.select-field__arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #777;
}

.form__hidden-field {
  display: none;
}

.zendesk-form__success-message {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding: 20px;
  background-color: #8a1bd9;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.zendesk-form__error-message {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding: 20px;
  background-color: #ea0048;
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-messsage__link {
  color: #fff;
}

.form-field__div {
  margin-bottom: 40px;
}

.footer__text-block {
  margin-bottom: 10px;
  color: #555;
}

.footer__first-column {
  padding-right: 10%;
}

.award-callout {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #e9f7fa;
}

.award__text-block {
  padding-right: 10px;
  color: #555;
  font-size: 10px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="wait-1s-to-load"] {
  display: none;
}

@media (max-width: 991px) {
  .navbar__btn {
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
    text-align: left;
  }
  .navbar__btn:hover {
    border-style: none;
    background-color: transparent;
    color: #333;
  }
  .nav-dropdown-icon {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .dropdown__list.w--open {
    border-style: none;
    background-color: transparent;
    box-shadow: none;
  }
  .navbar__icon {
    color: #333;
  }
  .navbar__icon.is--white {
    color: #fff;
  }
  .navbar__link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    text-align: left;
  }
  .navbar__link:hover {
    padding-bottom: 10px;
    border-style: none;
  }
  .navbar__mobile-menu {
    padding: 5px 10px;
  }
  .navbar__mobile-menu.w--open {
    background-color: transparent;
  }
  .navbar__left-menu {
    display: none;
    margin-right: 75px;
    margin-left: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
    text-align: right;
  }
  .navbar__dropdown {
    display: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .dropdown__toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .btn.is--white {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer__link {
    padding-right: 10px;
  }
  .full-hero__section {
    height: auto;
    min-height: 0px;
    margin-top: 75px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .full-hero__section.is--404 {
    margin-top: 0px;
  }
  .full-hero__container {
    display: block;
    height: auto;
    min-height: auto;
    padding: 100px 75px;
  }
  .full-hero__content {
    width: 100%;
    margin-top: 50px;
  }
  .full-background {
    height: 100vh;
    background-color: #f8f8fa;
  }
  .footer__heading {
    padding-right: 10px;
  }
  .full-hero__wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 38, 80, 0.75)), to(rgba(7, 38, 80, 0.75))), url('/images/site/2019-Homepage_Hero-Image_Mobile.jpg');
    background-image: linear-gradient(180deg, rgba(7, 38, 80, 0.75), rgba(7, 38, 80, 0.75)), url('/images/site/2019-Homepage_Hero-Image_Mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .full-hero__video {
    height: auto;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 38, 80, 0.75)), color-stop(80%, rgba(7, 38, 80, 0.85))), url('/images/site/2019-Homepage_Hero-Image_Mobile.jpg');
    background-image: linear-gradient(180deg, rgba(7, 38, 80, 0.75), rgba(7, 38, 80, 0.85) 80%), url('/images/site/2019-Homepage_Hero-Image_Mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .logo-track__column {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hp-body__section {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .hp-body__container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .hp-body__content {
    display: block;
  }
  .hp-body__copy {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-spacer--35vh {
    display: none;
  }
  .hp-body__columns {
    display: block;
  }
  .hp-body__column.is--offset {
    margin-top: 0px;
  }
  .track-3__tasks {
    top: 25%;
  }
  .track-3__task-users {
    top: 25%;
  }
  .track-3__call-list-btn {
    z-index: 600;
  }
  .track-4__plugin {
    width: 100%;
  }
  .track-4__plugin-photos {
    width: 100%;
  }
  .track-4__opacity-layer {
    width: 100%;
  }
  .track-4__document {
    top: 20%;
    width: 50%;
  }
  .track-4__document-photo {
    top: 20%;
    width: 50%;
  }
  .track-5__pipeline-card {
    left: 47%;
    top: 59%;
    width: 50%;
  }
  .track-6__commissions {
    position: static;
  }
  .track-6__commissions.is--absolute {
    position: absolute;
  }
  .track-6__receivables {
    z-index: 0;
  }
  .hp-logo-track {
    padding: 100px 0px;
  }
  .body__columns {
    width: auto;
    margin-top: 0px;
    margin-right: -25px;
    margin-left: -25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-spacer--25vh {
    display: none;
  }
  .display-bp--tablet {
    display: none;
  }
  .hidden-bp--tablet {
    display: block;
  }
  .callout__image {
    background-image: url('/images/site/COL_2019-Homepage_Better-with-Buildout-v2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hp-progress-bar {
    display: none;
  }
  .navbar__right-menu {
    z-index: 800;
    display: none;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.05);
    text-align: right;
  }
  .navbar__content {
    padding-right: 75px;
    padding-left: 75px;
  }
  .navbar__mobile-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
  }
  .navbar__mobile-link:hover {
    border-style: none;
  }
  .navbar__mobile-dropdown {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .login_headline {
    font-size: 35px;
    line-height: 44px;
  }
  .track-5__opacity-layer {
    width: 100%;
  }
  .logo-track__heading {
    margin-bottom: 50px;
  }
  .hp-image-__captions-wrapper {
    display: none;
  }
  .body__container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .wrapper--680px {
    width: auto;
  }
  .wrapper--480px {
    width: auto;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.3em;
  }
  h4 {
    font-size: 12px;
  }
  .navbar__icon.is--white {
    color: #fff;
  }
  .navbar__left-menu {
    margin-right: 45px;
    margin-left: 45px;
  }
  .btn.is--white {
    margin-bottom: 10px;
  }
  .footer__container {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .footer__social-icons {
    margin-top: 10px;
    text-align: center;
  }
  .footer__column {
    margin-bottom: 25px;
  }
  .footer__link {
    padding-right: 0px;
  }
  .full-hero__container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer__heading {
    padding-right: 0px;
  }
  .hero-slider {
    height: 55px;
  }
  .logo-track__column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-track__columns {
    display: block;
  }
  .hp-body__container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hp-logo-track {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navbar__content {
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer__copyright {
    font-size: 12px;
  }
  .display-bp--landscape {
    display: none;
  }
  .hidden-bp--landscape {
    display: block;
  }
  .footer__pages {
    margin-top: 50px;
  }
  .login_headline {
    font-weight: 300;
  }
  .callout__social-icons {
    margin-top: 10px;
    text-align: center;
  }
  .footer__first-column {
    padding-right: 10px;
  }
}

@media (max-width: 479px) {
  h4 {
    font-size: 12px;
  }
  .navbar__btn {
    font-size: 12px;
  }
  .dropdown__link {
    font-size: 12px;
  }
  .navbar__logo {
    padding-left: 10px;
  }
  .navbar__link {
    font-size: 12px;
  }
  .navbar__mobile-menu {
    padding: 5px 10px 5px 0px;
  }
  .navbar__left-menu {
    margin-right: 25px;
    margin-left: 25px;
  }
  .dropdown__toggle {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
  .footer__container {
    padding-right: 25px;
  }
  .footer__social-icons {
    text-align: center;
  }
  .full-hero__section {
    background-position: 0px 50%;
  }
  .full-hero__content {
    width: auto;
  }
  .hero-slider {
    height: 105px;
  }
  .logo-track__column {
    padding: 0px 0px 25px;
  }
  .hp-body__container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .body__column {
    margin-bottom: 25px;
  }
  .hidden-bp--portrait {
    display: block;
  }
  .dropdown__link-description {
    line-height: 1.6em;
    white-space: pre-wrap;
  }
  .navbar__content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar__mobile-link {
    font-size: 12px;
  }
  .forgot_password_text.rememberme {
    width: 100px;
  }
  .login_logo {
    margin-bottom: 42px;
  }
  .login {
    width: auto;
  }
  .login_headline {
    margin-top: -47px;
    padding-bottom: 0px;
    font-size: 31px;
    line-height: 34px;
    text-align: center;
  }
  .login_section {
    padding-top: 10%;
  }
  .login_form {
    padding-right: 22px;
    padding-left: 22px;
  }
  .body__container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .callout__social-icons {
    text-align: center;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima_nova_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima_nova_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima_nova.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
