.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;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto;
  color: #8492a6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

h1 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 44px;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

h3 {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

p {
  width: 90%;
  margin-bottom: 25px;
  border-style: none;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

a {
  margin-bottom: 0px;
  border-radius: 8px;
  font-family: Proximanova, sans-serif;
  color: #0070d9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

ul {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 15px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 24px;
  list-style-type: square;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0px;
  border-left: 1px none #000;
  font-family: Proximanova, sans-serif;
  color: #00abdf;
  font-size: 55px;
  line-height: 45px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

figure {
  margin-top: 0px;
  margin-bottom: 0px;
}

figcaption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 11px;
  margin-bottom: 31px;
  margin-left: 11px;
  padding: 7px;
  border-radius: 3px;
  background-color: #8492a6;
  font-family: Roboto;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}

.quote-section-2 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
}

.quote-section-2.bg-grey {
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
  background-color: transparent;
}

.content-wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.button-1 {
  display: inline-block;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #0070d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.button-1:hover {
  background-color: #093a67;
  color: #fff;
}

.button-1.margin-right {
  margin-right: 25px;
}

.button-1.right-margin {
  margin-right: 15px;
}

.button-1.button-reverse {
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-1.button-reverse:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #093a67;
  color: #fff;
}

.navbar-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 525px;
  color: #fff;
  font-size: 49px;
  line-height: 62px;
}

.hero-large.hero-home {
  background-image: none;
}

.paragraph {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none #000;
  font-family: Proximanova, sans-serif;
  color: #5b5f68;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  -webkit-column-count: 1;
  column-count: 1;
}

.paragraph._90 {
  width: 90%;
}

.heading-1 {
  width: 100%;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-1.white {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.heading-1.white {
  color: #fff;
}

.heading-1.center-content {
  text-align: center;
}

.heading-1.center-content._75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.display-none {
  display: none;
}

.notice-bar {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1b1b1b;
}

.notice-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 9.5px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mini-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  -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;
  text-align: right;
}

.body {
  padding-top: 0px;
  font-family: Roboto;
  color: #8492a6;
  font-weight: 300;
}

.intro-features-text {
  font-family: Proximanova, sans-serif;
  color: #3c4858;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.flex-wrapper.mobile-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-wrapper.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.flex-wrapper.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

._50-percent-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

._50-percent-column.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 0px;
  -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;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

._50-percent-column.flex-center.mobilefriendly {
  width: 50%;
  height: 500px;
  background-image: url('/Assets/ActiveNetwork/iStock-625627708.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._50-percent-column.flex-center.mobilefriendly.complete-lineup {
  background-image: none;
}

._50-percent-column.flex-center.complete-lineup {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('/Assets/ActiveNetwork/Complete_Mobile.png');
  background-position: 50% 0px;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._50-percent-column.white {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
}

._50-percent-column.padding-top-bottom-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._50-percent-column.responsive-design {
  background-image: url('/Assets/ActiveNetwork/responsive-design-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column.on-the-go {
  background-image: url('/Assets/ActiveNetwork/on-the-go.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column.bg-grey.padding-top-bottom {
  padding-top: 75px;
  padding-bottom: 75px;
}

._50-percent-column.email {
  background-image: url('/Assets/ActiveNetwork/email-3.png');
  background-position: 0px 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column.more-than {
  background-image: url('/Assets/ActiveNetwork/AWEScreen-1.png');
  background-position: 0px 100%;
  background-size: 500px;
  background-repeat: no-repeat;
}

._50-percent-column.margin-top-bottom {
  padding-top: 75px;
  padding-bottom: 75px;
}

._50-percent-column.blue {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0070d9;
}

._50-percent-column.blue._200-height {
  height: 300px;
}

._50-percent-column._300-height {
  height: 300px;
}

._50-percent-column._300-height.grey {
  background-color: #f1f3f7;
}

._50-percent-column.grey {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f1f3f7;
}

._50-percent-column.padding-top-bottom-50 {
  padding-top: 75px;
  padding-bottom: 75px;
}

._50-percent-column.technical-support {
  height: auto;
  background-image: url('/Assets/ActiveNetwork/technicalsupport.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-content {
  display: block;
  width: 75%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: left;
}

.text-content.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.text-content.mobile.tech-support {
  padding-top: 75px;
  padding-bottom: 75px;
}

.header-box {
  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-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;
}

.bottom-border {
  margin-bottom: 0px;
}

.bottom-border.more-bottom {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.bottom-border.more-bottom.bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.bottom-border.more-bottom {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.bottom-border.more-bottom {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-3.center-content {
  display: block;
  margin-bottom: 15px;
}

.inter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(357deg, rgba(0, 0, 0, 0.75), hsla(0, 0%, 100%, 0.1) 98%), url('/Assets/ActiveNetwork/iStock-134398338.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.clients-inter-box {
  display: block;
  width: 75%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 1px;
  text-align: center;
}

.set-1-logo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-black {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.inline-block {
  display: inline-block;
  width: auto;
  margin-left: 0px;
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.testimonial-slider {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonial-text-box {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  text-align: center;
}

.slider-arrow {
  background-image: url('/Assets/ActiveNetwork/Slide-arrow-right_1Slide-arrow-right.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.slider-arrow:hover {
  opacity: 0.7;
}

.slider-arrow.left {
  background-image: url('/Assets/ActiveNetwork/Slide-arrow-left_1Slide-arrow-left.png');
  background-size: 18px;
}

.footer-section {
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Proximanova, sans-serif;
  color: #fff;
}

.footer-left-column {
  width: 40%;
  padding-right: 35px;
}

.footer-text {
  display: inline-block;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 22px;
}

.footer-link-box {
  width: 30%;
  font-weight: 300;
}

.footer-link-box.no-borders {
  width: 30%;
}

.footer-mini-title {
  display: block;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.footer-link {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #0070d9;
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link.w--current {
  text-decoration: none;
}

.footer-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #464754;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  -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;
  border: 2px solid #5b5f68;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social-icon:hover {
  background-color: #5b5f68;
}

.footer-social-icon.facebook {
  background-image: url('/Assets/ActiveNetwork/004-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.footer-social-icon.facebook:hover {
  background-color: #fff;
}

.footer-social-icon.twitter {
  background-image: url('/Assets/ActiveNetwork/Twitter-gray.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.footer-social-icon.twitter:hover {
  background-color: #fff;
}

.footer-social-icon.instagram {
  background-image: url('/Assets/ActiveNetwork/Instagram-gray.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.footer-social-icon.instagram:hover {
  background-color: #fff;
}

.footer-social-icon.linkedin {
  background-image: url('/Assets/ActiveNetwork/Linkedin-gray.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.footer-social-icon.linkedin:hover {
  background-color: #fff;
}

.footer-logo {
  margin-bottom: 10px;
}

.testimonial-mask {
  left: 0px;
  top: 0px;
  display: block;
  padding-top: auto;
}

.notice-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-text-box {
  width: 90%;
  padding-left: 25px;
}

.set-1-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.slide-nav {
  position: relative;
  display: block;
}

.success-message {
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.error-message {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.error-message.on-form-3 {
  text-align: center;
}

.error-message.on-form-3 {
  padding-top: 15px;
}

.wide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wide-section.bg-grey {
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.wide-section.bg-grey.online-attendance-tracking {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/Assets/ActiveNetwork/attendance-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: url('/Assets/ActiveNetwork/attendance-bg.png'), linear-gradient(180deg, #f1f3f7, #f1f3f7);
  background-position: -53% -16px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.wide-section.padding-bottom {
  padding-bottom: 50px;
}

.wide-section.dark-bg {
  background-image: radial-gradient(circle farthest-corner at -42% 47%, #000, #26272e);
}

.wide-section.careers-mob-1 {
  display: none;
}

._1-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.bar-indicator {
  width: 20%;
  height: 12px;
  border-radius: 11px;
  background-color: #6045e0;
}

.hero-logos-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-logos-container.relative {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-logo-column-1 {
  width: 20%;
  text-align: left;
}

.hero-logo-column-2 {
  width: 20%;
  text-align: left;
}

.hero-logo-column-3 {
  width: 20%;
  text-align: left;
}

.hero-logo-column-4 {
  width: 20%;
  text-align: left;
}

.hero-logo-column-5 {
  width: 20%;
  text-align: left;
}

.intro-feature-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 35px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none rgba(177, 194, 219, 0.8);
  text-align: left;
}

.intro-feature-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none rgba(177, 194, 219, 0.8);
  border-left: 1px none #000;
  text-align: center;
}

.intro-feature-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-right-width: 1px;
  border-right-color: rgba(177, 194, 219, 0.8);
  border-left-width: 1px;
  border-left-color: #000;
  text-align: center;
}

.percent-chart {
  -webkit-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  transform: rotate(-47deg);
}

.percent-chart:hover {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tab-link {
  display: block;
  width: auto;
  height: auto;
  min-width: auto;
  margin-right: 0px;
  padding: 15px 25px 5px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #f1f3f7;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.tab-link:hover {
  border-bottom: 2px none #fbad18;
  border-radius: 0px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link.w--current {
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  padding: 15px 1% 5px;
  border-bottom: 2px solid #fbad18;
  border-left: 2px none #0070d9;
  border-radius: 0px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tab-link.w--current:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link.w--current:focus {
  background-color: #00abdf;
  font-family: Proximanova, sans-serif;
  color: #f1f3f7;
  font-weight: 700;
}

.tabs-menu {
  position: static;
  top: 100px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  margin: 0px auto 25px;
  padding-top: 0px;
  -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;
  border: 0px none #000;
  text-align: center;
}

.magnifier {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}

._30-percent-column {
  position: relative;
  display: block;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._30-percent-column.top-padding {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-form {
  width: 400px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.hero-form-button {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border: 2px none #fff;
  border-radius: 7px;
  background-color: #106dc4;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.form-3-input {
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 9px 15px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(91, 95, 104, 0.5);
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.form-3-input.margin-bottom {
  margin-bottom: 10px;
}

.form-3-input.margin-bottom {
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.form-3 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 35px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#00abdf));
  background-image: linear-gradient(180deg, #00abdf, #00abdf);
}

.map {
  height: 750px;
}

.form-1-input {
  width: 100%;
  height: 55px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(91, 95, 104, 0.55);
  border-radius: 8px;
  font-family: Proximanova, sans-serif;
  color: #5b5f68;
  font-weight: 700;
}

.form-1-input.message {
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  border-style: solid;
  border-color: rgba(91, 95, 104, 0.5);
  background-image: none;
}

.form-1-input.message:focus {
  border-color: #3898ec;
}

._50-percent-column-special {
  position: relative;
  width: 50%;
}

._45-percent-column-special {
  width: 45%;
}

.center-content {
  text-align: center;
}

.navlink {
  margin-bottom: 0px;
  padding: 0px 20px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.navlink:hover {
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #00abdf;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.navlink.w--current {
  border-bottom: 0px none transparent;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.dropdown-link {
  width: auto;
  margin: 0px 0px 0px 15px;
  padding: 10px 15px 10px 10px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.dropdown-link:hover {
  border-radius: 0px;
  background-color: #0070d9;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.dropdown-link.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.dropdown-link.not-ready {
  margin-right: 15px;
  color: #b0c4e0;
}

.dropdown-link.none {
  color: rgba(177, 194, 219, 0.8);
}

.dropdown-toggle {
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.dropdown-toggle:hover {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #00abdf;
  background-color: transparent;
}

.dropdown-toggle.w--open {
  background-color: transparent;
  color: #fff;
}

.burger-menu {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-top: 18px;
  -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;
}

.burger-menu.w--open {
  background-color: #fff;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #1b1b1b;
  text-align: center;
}

.center.white {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.center._100-percent {
  width: 100%;
}

.center.no-margin {
  margin-bottom: 0px;
}

.center.margin-bottom {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 125px;
  -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-wrap.login-bg {
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/login-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/login-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.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-content.center {
  display: block;
  width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: 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;
}

.submit-button {
  height: 55px;
  padding: 8px 25px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#106dc4), to(#106dc4));
  background-image: linear-gradient(180deg, #106dc4, #106dc4);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.password-input {
  height: 50px;
  font-family: Proximanova, sans-serif;
}

.padlock {
  margin-bottom: 15px;
}

.dropdown-icon {
  margin-top: 25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #8492a6;
  font-size: 12px;
}

.line-2 {
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #6c7788;
}

.line-3 {
  width: 18px;
  height: 2px;
  background-color: #6c7788;
}

.line-1 {
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #6c7788;
}

.hidden-item-1 {
  overflow: hidden;
}

.hidden-item-2 {
  overflow: hidden;
}

.hidden-item-3 {
  overflow: hidden;
}

.absolute-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #fff;
  text-align: center;
}

._33-percent-column {
  width: 33.33%;
}

.newsletter-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
}

._2-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._3-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._4-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._5-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._6-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._7-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._8-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._9-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._1-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._2-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._3-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._4-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._6-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._7-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._8-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._9-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._5-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._0-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._0-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.layout-thumbnail {
  position: relative;
  overflow: scroll;
  width: 70%;
  height: 400px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.thumbnail {
  border-radius: 0px;
}

._0-3th-digit {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._1-3th-digit {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._2-3th-digit {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._3-3th-digit {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._4-3th-digit {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.hero-intro {
  width: 100%;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  -webkit-column-count: 1;
  column-count: 1;
}

.form1-imagebg {
  display: block;
  padding: 25px 0%;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.55)), to(rgba(27, 27, 27, 0.55))), url('/Assets/ActiveNetwork/contact-us.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.55), rgba(27, 27, 27, 0.55)), url('/Assets/ActiveNetwork/contact-us.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
}

.slide-2 {
  padding-top: 4%;
}

.grey-column {
  padding: 50px;
  background-image: linear-gradient(91deg, rgba(0, 0, 0, 0.15), hsla(0, 0%, 99.6%, 0.98));
  font-family: Proximanova, sans-serif;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 25px;
  border-top: 1px solid #000;
  border-bottom: 1px none #000;
}

.row.height {
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.height.double {
  height: 200px;
}

.column {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: auto;
  padding-bottom: auto;
}

.stat-numbers {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.stat-numbers.center {
  text-align: center;
}

.row-5 {
  margin-bottom: 0%;
}

.tab-text {
  position: static;
  display: block;
  width: 90px;
  height: auto;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
}

.tab-text:hover {
  font-weight: 600;
}

.tab-column {
  width: 83%;
  padding-left: 0px;
}

.tab-column.right-padding {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
  text-align: left;
}

.tabs-section-camp-manager-solution {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.full-screen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-screen.mobile {
  position: relative;
  height: auto;
  margin-top: 0px;
}

._50-percent-column-grey {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -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;
}

._50-percent-column-grey.flex-center {
  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;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
}

._50-percent-column-grey.flex-center.grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.customers {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.customers.flex-center {
  display: block;
  width: 75%;
  padding-left: 0px;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

.names {
  margin-bottom: 15px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: 1;
  column-count: 1;
}

.customer-section {
  margin-right: auto;
  margin-left: auto;
  padding: 125px 0px 125px 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.8))), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.resources {
  display: block;
  padding: 75px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resources.data-safe {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.middle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/cust-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/cust-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.online-attendance-tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 50px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.need-content {
  width: 90%;
  font-family: Proximanova, sans-serif;
  color: #6045e0;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.column-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._50-percent-column-home-1 {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

._50-percent-column-home-1.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

._50-percent-column-home-1.flex-center.easy-to-use {
  height: 500px;
  background-image: url('/Assets/ActiveNetwork/Easy.png');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._50-percent-column-home-1.flex-center.easy-to-use {
  background-image: url('/Assets/ActiveNetwork/FullScreenTemplate_2000x2500_V2.png');
}

.div-block-8 {
  width: 90%;
}

._4-col-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px auto;
  padding: 10px 25px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

._4-col-section.bg-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.form-text {
  width: 83%;
}

.form-text.right-padding {
  width: 100%;
  margin-right: 0px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.form-text.right-padding.top-padding {
  height: 100%;
  padding-top: 60px;
}

.form-text.right-padding.top-padding {
  padding-top: 60px;
}

.div-block {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.wide-section-padding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 125px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wide-section-padding.bg-grey {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.wide-section-padding.activenetwork-section2 {
  position: static;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/Assets/ActiveNetwork/activenetwork-increaseparticipation5.png'), linear-gradient(17deg, rgba(0, 0, 0, 0.5), transparent), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.wide-section-padding.home-bg-3 {
  background-image: url('/Assets/ActiveNetwork/activenetwork-yourpartner.jpg');
  background-position: -2% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wide-section-padding.veb-section {
  background-color: #fff;
  background-image: url('/Assets/ActiveNetwork/VEB-HalfScreen.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wide-section-padding.services0sec {
  display: block;
  padding-bottom: 0px;
  background-image: linear-gradient(58deg, #000 14%, hsla(0, 0%, 100%, 0) 83%), url('/Assets/ActiveNetwork/ProfessionalServices.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wide-section-padding.digital-marketing {
  background-image: url('/Assets/ActiveNetwork/digital-marketing-consulting.jpg');
  background-position: 80% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wide-section-padding.activecom-bg-2 {
  display: block;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: url('/Assets/ActiveNetwork/services-mobileapps.png'), linear-gradient(96deg, rgba(0, 0, 0, 0.4), transparent), url('/Assets/ActiveNetwork/activekids2.jpg');
  background-position: 100% 100%, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.wide-section-padding.support-bg {
  background-image: url('/Assets/ActiveNetwork/services-support2.png');
  background-position: 95% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._50-percent-column-padding {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 75px;
  padding-bottom: 75px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-content-full {
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 50px;
  padding-top: 0px;
  padding-right: 25px;
}

._50-percent-column-padding-double {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.name-quote {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  text-align: left;
  text-transform: none;
  -webkit-column-count: 1;
  column-count: 1;
}

.name-quote.black {
  color: #1b1b1b;
}

.name-quote.black.center-text {
  text-align: center;
  text-transform: none;
}

.content-wrapper-centered {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1190px;
  margin-top: 50px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
}

.stat-section-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
}

.stat-section-center.mobile {
  width: 65%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wide-section-scroll-padding {
  display: block;
  overflow: hidden;
  max-height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-section-scroll-padding.grey {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1f3f7;
}

.text-content-100-perc {
  display: block;
  width: 100%;
  padding-left: 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;
  text-align: left;
}

.dropdown-list {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list.w--open {
  z-index: 1500;
  width: auto;
  min-width: 200px;
  margin-top: 0px;
  padding: 15px 15px 15px 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
  font-family: Proximanova, sans-serif;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.video-section-center {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hyperlink {
  padding-right: 20px;
  font-family: Proximanova, sans-serif;
  color: #9e9e9e;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.hyperlink:hover {
  color: #fff;
}

.hyperlink.no-margin-right {
  padding-right: 0px;
}

.hyperlink.no-margin-right.yellow {
  color: #fbad18;
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
  background-color: transparent;
}

.image-31 {
  float: right;
  text-align: center;
}

.form3-horizontal-blue {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
  background-image: linear-gradient(180deg, #0070d9, #0070d9);
}

.intro-container {
  display: block;
  margin-bottom: 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-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;
  text-align: center;
}

.intro-container.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-container.no-margin {
  margin-bottom: 0px;
}

.hero-intro {
  width: 40%;
  font-weight: 700;
  -webkit-column-count: 1;
  column-count: 1;
}

.h2-lowercase-center {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 25px;
  -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;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.h2-lowercase-center.white {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
}

.p-white {
  width: 75%;
  margin: 0px 0px 25px;
  color: #fff;
  line-height: auto;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.p-white.center-text {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}

.p-white._75 {
  width: 75%;
  font-weight: 300;
}

.center-text {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.primary-customer {
  width: 100%;
  font-size: 55px;
  line-height: 50px;
}

.primary-customer.white {
  font-weight: 100;
  text-transform: uppercase;
}

.center-text-content {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: left;
}

.center-text-content.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.lower-case {
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
}

.lower-case.center {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: center;
}

.h2-primary {
  width: 80%;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.h2-primary.white {
  width: 80%;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
}

.h2-primary.white.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h2-primary.center {
  font-weight: 300;
  text-align: center;
}

.h2-primary.center.white {
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}

.intro-section-white {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.lowercase {
  width: 75%;
  margin-bottom: 25px;
  line-height: 50px;
  font-weight: 100;
  text-transform: none;
}

.lowercase.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-text {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 44px;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
}

.hero-text._50 {
  width: 50%;
}

.hero-text._50.black {
  color: #1b1b1b;
}

.hero-text.center {
  font-weight: 700;
}

.feature-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('/Assets/ActiveNetwork/run-your-sports.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-19 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
}

._80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

._90 {
  width: 90%;
}

.black {
  background-color: #1b1b1b;
  color: #1b1b1b;
}

.intro-paragraph {
  width: 100%;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.intro-paragraph.center {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-paragraph.center.white {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}

.intro-paragraph.center._100-percent {
  width: 100%;
}

.intro-paragraph.white {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 100;
}

.intro-paragraph.need-content {
  color: #6045e0;
}

.padding-bottom {
  padding-bottom: 15px;
}

.padding-top {
  padding-top: 0px;
}

.padding-top.legal-text {
  font-size: 10px;
  line-height: 14px;
}

.padding-top.legal-text.center {
  width: 100%;
  color: rgba(91, 95, 104, 0.5);
}

.no-padding {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-44 {
  padding-bottom: 25px;
}

.submit-button-blue {
  height: 55px;
  padding: 10px 25px;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#00abdf));
  background-image: linear-gradient(180deg, #00abdf, #00abdf);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.purple {
  color: #6045e0;
}

.no-padding-bottom {
  width: 100%;
  margin-bottom: 0px;
}

.heading-27 {
  text-align: left;
}

.logo {
  z-index: 500;
  width: 15%;
}

.section-20 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.legal-text {
  margin-top: 15px;
  color: #9e9e9e;
  font-size: 10px;
  line-height: 22px;
}

.dropdown-list-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.dropdown-list-2.w--open {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-button {
  display: inline-block;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #0070d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.nav-button:hover {
  background-color: #fff;
  color: #0070d9;
}

._100-percent {
  width: 100%;
}

.bg-grey {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.nav-logo {
  margin-left: 20px;
  padding-top: 0px;
  padding-left: 0px;
}

.intro-section-bluecentered {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 25px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: #00abdf;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.intro-section-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

.mini-title {
  color: #1b1b1b;
  font-size: 10px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tabs-content-2 {
  height: auto;
  margin-top: 0px;
}

.row-29 {
  width: 85%;
  margin: 1px 0px;
  padding-top: 0px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #fff;
}

._75 {
  margin-bottom: 25px;
}

.row-30 {
  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;
}

.div-block-23 {
  width: 90%;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.container-12 {
  font-family: Proximanova, sans-serif;
}

.horiz-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -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;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.horizontal-form-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: transparent;
}

.tab-pane-2 {
  height: 600px;
  margin-top: -40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-pane-3 {
  height: 450px;
  margin-top: -40px;
}

.tab-pane-4 {
  height: 450px;
  margin-top: -40px;
}

.form2-person {
  display: block;
  padding: 50px 0% 100px;
  border: 0px solid #000;
  background-image: radial-gradient(circle farthest-corner at 56% 57%, rgba(0, 0, 0, 0.15), #fff);
}

._50-percent-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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-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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

._50-percent-form.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

._50-percent-form.flex-center.contact-person {
  background-image: url('/Assets/ActiveNetwork/contact-person.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-form.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

._50-percent-form.flex-center.contact-person {
  height: 675px;
  background-image: url('/Assets/ActiveNetwork/contact-person.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-25 {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form4-horizontal-grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.15), #fff);
  font-style: normal;
}

.horiz-form-no-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -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;
  border-radius: 15px;
}

.hero-form-button-blue {
  width: 50%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  border-radius: 7px;
  background-color: #106dc4;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-bottom {
  margin-bottom: 0px;
}

.no-bottom.white {
  padding-left: 0px;
}

.column-58 {
  padding-left: 0px;
}

.unordered-list-6 {
  width: 80%;
}

._50-percent-column-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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-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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

._100 {
  width: 100%;
}

.column-60 {
  padding-left: 0px;
}

.container-13 {
  margin-top: 0px;
  border-top: 1px none rgba(0, 0, 0, 0.02);
}

._3-col-camp-pages {
  padding-top: 50px;
  padding-bottom: 50px;
}

._3-col-camp-pages.grey {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
  background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
}

.h2-hero-text {
  width: 50%;
  color: #fff;
  font-size: 55px;
  line-height: 44px;
}

.h2-hero-text.black {
  width: 100%;
  color: #1b1b1b;
}

.h3-white-center-lowercase {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.row-35 {
  width: 100%;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-in-nav {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.dropdown-toggle-in-nav:hover {
  border-style: none;
  border-width: 0px;
  border-bottom-color: #00abdf;
  background-color: #00abdf;
  color: #fff;
}

.dropdown-toggle-in-nav.w--open {
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.dropdown-toggle-in-nav.w--open:hover {
  font-weight: 700;
}

.dropdown-in-nav {
  width: 89%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 5px 10px;
  border-style: none;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-weight: 700;
}

.dropdown-in-nav:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
  background-image: linear-gradient(180deg, #0070d9, #0070d9);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 700;
}

.dropdown-in-nav:active {
  color: #1b1b1b;
}

.inline-block-in-nav {
  display: inline-block;
  width: 250px;
  height: auto;
  margin-left: 0px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.inline-block-in-nav:hover {
  border-style: none;
  background-color: transparent;
  font-weight: 700;
}

.inline-block-in-nav:focus {
  color: #1b1b1b;
}

.dropdown-list-copy {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-copy.w--open {
  left: 250px;
  top: -15px;
  right: -85px;
  z-index: 1500;
  display: inline-block;
  width: 115%;
  margin-top: 0px;
  padding: 15px 25px 25px 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
  font-family: Proximanova, sans-serif;
}

.div-block-34 {
  position: relative;
  top: -49px;
  bottom: -36px;
  z-index: 100;
  height: 75px;
  background-image: url('/Assets/ActiveNetwork/ribbon-2.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  width: 70%;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white {
  position: relative;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-weight: 300;
}

.white._75 {
  width: 75%;
}

.white.center {
  font-size: 35px;
  line-height: 35px;
  font-weight: 100;
}

.white._100-percent {
  width: 100%;
}

.center-white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -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;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.container-17 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.column-1 {
  padding-right: 50px;
}

.column-1.padding-top-100 {
  padding-top: 75px;
}

.column-1.center {
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-1.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  padding-left: 0px;
}

.mobile-logo {
  width: 155px;
  margin-right: 30px;
}

.icon {
  display: block;
}

.intro-section-blue-2-col {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: #00abdf;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
}

.intro-sectionwhitecentered {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 25px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: #fff;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.button-dark {
  display: inline-block;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #0086af;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.button-dark:hover {
  background-color: #0293be;
  color: #fff;
}

.intro-section-dark {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: #1b1b1b;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.div-block-37 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.row-41 {
  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;
  text-align: center;
}

.customer-logos {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-22 {
  padding-top: 25px;
}

.text-span-4 {
  color: #00abdf;
}

.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: auto 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(55deg, #000, transparent);
}

.col-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.col-1.timer {
  height: 300px;
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/timer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-1.timer:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, rgba(0, 0, 0, 0.65), transparent), url('/Assets/ActiveNetwork/timer.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: auto 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(55deg, #000, transparent);
}

.col-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.col-2.event-organizer {
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/event-organizer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-2.event-organizer:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, rgba(0, 0, 0, 0.65), transparent), url('/Assets/ActiveNetwork/event-organizer.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.bonefrog {
  margin-right: auto;
  margin-left: auto;
  padding: 125px 0px 125px 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.4))), url('/Assets/ActiveNetwork/bonefrog-customer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.4)), url('/Assets/ActiveNetwork/bonefrog-customer.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.thumbnail-block {
  position: static;
  display: block;
  width: 100%;
  height: 300px;
  margin-right: 0px;
  background-image: url('/Assets/ActiveNetwork/eventseriesreg-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.link-block-3:hover {
  opacity: 1;
}

.text-wrapper-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 10px;
  opacity: 1;
}

.text-wrapper-text:hover {
  display: block;
  opacity: 1;
}

.full-screen {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-90percent-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin: 100px auto 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-padding {
  padding-right: 50px;
}

.left-padding {
  padding-left: 30px;
}

.h1-large {
  width: 80%;
  font-size: 100px;
  line-height: 85px;
}

.xlarge-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
}

.hero-content-large {
  width: 100%;
}

.row-2 {
  margin-top: 50px;
}

.row-2.align-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-stat {
  margin-bottom: 0px;
  border-style: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  line-height: 72px;
}

.column-89 {
  padding-right: 0px;
  padding-left: 0px;
}

.bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('/Assets/ActiveNetwork/home-mod3.png');
  background-position: 100% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._80-percent {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

._80-percent.margin-bottom-50 {
  margin-bottom: 50px;
}

._80-percent.margin-top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

._80-percent.margin-top-bottom-50.align-middle {
  text-align: center;
}

.h1-small {
  width: 90%;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: none;
}

.button-reverse {
  padding: 15px 25px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: none;
}

.button-reverse.right-margin {
  margin-right: 25px;
}

.button-reverse.right-margin:hover {
  border-color: transparent;
  background-color: #fff;
  color: #106dc4;
}

.h2-large {
  width: 95%;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}

.h2-large.center {
  text-transform: none;
}

.h2-large.center.light {
  display: block;
  font-weight: 300;
}

.float-blue-stat {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding: 25px;
  float: none;
  clear: none;
  background-color: #0070d9;
}

.hero-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
}

.hero-module.hero-services {
  background-image: linear-gradient(32deg, rgba(0, 0, 0, 0.74), transparent), url('/Assets/ActiveNetwork/services-hero-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-module.hero-customersupport {
  background-image: linear-gradient(84deg, rgba(0, 0, 0, 0.74), transparent 68%), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.coumn-1 {
  padding-left: 0px;
}

.stat-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.stat-section.stat-4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('/Assets/ActiveNetwork/awa-stat.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('/Assets/ActiveNetwork/awa-stat.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.xlarge-stat {
  width: 100%;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 210px;
  line-height: 200px;
  text-align: center;
}

.xlarge-stat-descrip {
  width: 50%;
  margin: -30px auto 0px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.tab-link-tab-1 {
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.tab-link-tab-1.w--current {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #106dc4;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-bottom: 25px;
  -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;
}

.tab-pane-tab-1-2 {
  height: auto;
}

.tabs-content-4 {
  height: auto;
  margin-top: 25px;
}

.row-52 {
  width: 100%;
}

.section-33 {
  position: static;
  z-index: 1500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: none;
}

.p-stat-text {
  margin-top: -5px;
  font-weight: 700;
}

.p-stat-text.no-bottom.white {
  width: 90%;
}

.h2-hero {
  width: 40%;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.margin-bottom {
  margin-bottom: 25px;
}

.yellow {
  color: #fbad18;
}

.extra-top {
  margin-top: 25px;
}

.middle-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.middle-container-2.margin-bottom {
  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;
}

.check-in-section {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: transparent;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-2 {
  max-height: 100px;
  max-width: 100px;
}

.mobile-column {
  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-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;
}

.slide-5 {
  padding-right: 50px;
  padding-left: 50px;
}

.slider {
  background-color: transparent;
}

.slide-nav-2 {
  padding-top: 25px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.tab-pane-tab-3 {
  height: auto;
}

.small-center {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #5b5f68;
  font-size: 14px;
  text-align: center;
}

.float-veb {
  position: absolute;
  left: 725px;
  top: 135px;
  right: -18px;
  bottom: -306px;
  z-index: 1000;
  width: 45vw;
  height: 700px;
  margin-right: 0px;
  background-image: url('/Assets/ActiveNetwork/veb-floating-hero.png');
  background-position: -305% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-3-dropdown {
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(91, 95, 104, 0.5);
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Proximanova, sans-serif;
  color: rgba(27, 27, 27, 0.55);
  font-size: 14px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.get-started-link {
  margin-bottom: 0px;
  padding: 0px 20px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.get-started-link:hover {
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #00abdf;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.get-started-link.w--current {
  border-bottom: 0px none transparent;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.link-9 {
  display: block;
  float: none;
  font-family: Proximanova, sans-serif;
  color: #0070d9;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.customer-quote-stat {
  margin-bottom: 0px;
  padding: 50px 4%;
  background-color: #f1f3f7;
}

.row-4 {
  width: 100%;
  padding-top: 0px;
  text-align: left;
}

.column-42 {
  text-align: center;
}

.customer-stories-widget-2 {
  display: block;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 200px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(55deg, #000, transparent);
}

.column-10:hover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 50px 0 rgba(27, 27, 27, 0.5);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform: perspective(588px);
  transform: perspective(588px);
}

.column-10.cust-1 {
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/Pro-Ambitions-Hockey.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-10.cust-1:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/Pro-Ambitions-Hockey.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.column-10.cust-2 {
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/University-of-Notre-Dame-Camp.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-10.cust-2:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/University-of-Notre-Dame-Camp.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.column-10.cust-3 {
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/vandermeer-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-10.cust-3:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/vandermeer-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.column-10.cust-4 {
  background-image: linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/Debate-Camp-Canada.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-10.cust-4:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(55deg, #000, transparent), url('/Assets/ActiveNetwork/Debate-Camp-Canada.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.photo-call-out-large-2 {
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
}

.form2-person-2 {
  display: block;
  margin-bottom: 0px;
  padding: 0px 0%;
  border: 0px solid #000;
  background-color: #f1f3f7;
}

.center-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #1b1b1b;
  text-align: center;
}

.center-3.white {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.center-3.white {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.hero-form-button-3 {
  width: 50%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  border: 2px none #fff;
  border-radius: 7px;
  background-color: #fff;
  font-family: Proximanova, sans-serif;
  color: #0070d9;
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-form-3 {
  width: 350px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.form-3-input-3 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 9px 15px 9px 16px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(91, 95, 104, 0.5);
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.form-3-input-3.margin-bottom {
  height: 50px;
  margin-bottom: 15px;
}

.form-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
  background-color: transparent;
}

.form-10 {
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
  background-image: linear-gradient(180deg, #0070d9, #0070d9);
}

.intro-paragraph-2 {
  width: 100%;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.legal-text-center-grey {
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #545456;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

._50-percent-column-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

._50-percent-column-3.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  border-bottom: 1px none #000;
  color: #00abdf;
  font-weight: 700;
  text-align: left;
}

.horizontal-form-2-2 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: transparent;
}

.link11 {
  float: none;
  font-family: Proximanova, sans-serif;
  color: #f1f3f7;
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.form3-horizontal-blue-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#00abdf));
  background-image: linear-gradient(180deg, #00abdf, #00abdf);
}

.form3-horizontal-blue-2.blue {
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#00abdf));
  background-image: linear-gradient(180deg, #00abdf, #00abdf);
}

.form3-horizontal-blue-2.blue.extra-bottom {
  padding-bottom: 100px;
  background-color: #0070d9;
  background-image: none;
}

.horiz-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -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;
  border-radius: 15px;
}

.white-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white-2.lowercase.center {
  font-size: 22px;
}

.legal-text-center-white {
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.intro-section-bluecentered-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: #0070d9;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 9px;
  line-height: 12px;
}

.intro-container-2 {
  display: block;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.center-white-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -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;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.video-section-center-2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

._80-percent-2 {
  width: 82.5vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.column-96 {
  display: block;
  padding-right: 50px;
}

.column-96.padding-top {
  display: block;
  padding-top: 0px;
}

.row-17 {
  margin-bottom: 10px;
  padding-top: 0px;
}

.intro-white-center {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.image-112 {
  width: 100%;
}

.hero-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-large-2 {
  width: 100%;
}

.leagal-text-white-2 {
  width: 100%;
  margin: 0px;
  padding-left: 10px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.form-11 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 35px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
  background-image: linear-gradient(180deg, #0070d9, #0070d9);
}

.p-small-center-white {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.h2-large-white-center {
  width: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.intro-center-white {
  width: 100%;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.hero-form-button-4 {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border: 2px none #fff;
  border-radius: 7px;
  background-color: #fff;
  font-family: Proximanova, sans-serif;
  color: #0070d9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #1b1b1b;
  text-align: center;
}

.margin-top-25 {
  margin-top: 25px;
}

.max-height {
  overflow: hidden;
  height: 175px;
}

.dropdown-link-2 {
  width: auto;
  margin: 0px 0px 0px 15px;
  padding: 10px 15px 10px 10px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.dropdown-link-2:hover {
  border-radius: 0px;
  background-color: #0070d9;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.dropdown-link-2.w--current {
  background-color: #0070d9;
  color: #fff;
}

.text-span-2 {
  margin-left: 2px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 12px;
}

.center-form {
  width: 500px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.get-started {
  display: block;
  padding: 50px 0% 100px;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-text {
  width: 80%;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.div-block-3 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-list-4 {
  margin-top: 10px;
  background-color: #fff;
}

.dropdown-list-4.w--open {
  margin-top: 0px;
}

.nav-button-2 {
  display: inline-block;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 5px 10px;
  float: right;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #0070d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.nav-button-2:hover {
  background-color: #fff;
  color: #0070d9;
}

.columns-2 {
  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;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Active icon';
  color: #fff;
  font-size: 14px;
}

.tab-pane-tab-3-2 {
  height: 100%;
  background-color: #0070d9;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -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;
}

.nav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  float: right;
  -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;
}

.activenetwork-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-input {
  width: 100px;
  height: 28px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 10px;
}

.dropdown-toggle-2 {
  padding: 0px 20px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 15px;
}

.dropdown-toggle-2:hover {
  font-weight: 700;
}

.activenetwork-smalllinks {
  display: block;
  width: 100%;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tabs-content {
  width: 550px;
  padding: 50px 25px 25px;
  background-color: #0070d9;
}

.text-span-3 {
  font-family: 'Active icon';
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-button {
  height: 28px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  border-style: solid solid solid none;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  font-family: 'Active icon';
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.tabs-menu-4 {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.navbar-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.nav-market {
  width: 100%;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-link-tab-1-2 {
  width: 200px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.tab-link-tab-1-2:hover {
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-1-2.w--current {
  display: block;
  width: 200px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.nav-small {
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 7px;
  color: #fbad18;
  font-size: 11px;
}

.main-nav {
  width: 80%;
  padding-bottom: 10px;
  float: none;
  text-align: center;
}

.columns-4 {
  height: 100%;
}

.activenetwork-logo-2 {
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.dropdown-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-in-nav-3 {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 15px;
  border-style: none;
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-in-nav-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
  background-image: linear-gradient(180deg, #0070d9, #0070d9);
  color: #fff;
  font-weight: 700;
}

.dropdown-in-nav-3:active {
  color: #1b1b1b;
}

.burger-menu-3 {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-top: 18px;
  -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;
}

.burger-menu-3.w--open {
  background-color: #fff;
}

.dropdown-toggle-in-nav-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1b1b1b;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.dropdown-toggle-in-nav-3:hover {
  border-style: none;
  border-width: 0px;
  border-bottom-color: #00abdf;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.dropdown-toggle-in-nav-3.w--open {
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.dropdown-toggle-in-nav-3.w--open:hover {
  font-weight: 700;
}

.dropdown-link-6 {
  width: auto;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.dropdown-link-6:hover {
  border-radius: 0px;
  background-color: #0070d9;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.dropdown-link-6.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.column-105 {
  padding-right: 0px;
  padding-left: 0px;
}

.marketsubnav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.secondary-nav-2 {
  position: relative;
  z-index: 500;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d1d1d;
}

.inline-block-in-nav-3 {
  display: inline-block;
  width: 250px;
  height: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 300;
}

.inline-block-in-nav-3:hover {
  border-style: none;
  background-color: transparent;
  font-weight: 700;
}

.inline-block-in-nav-3:focus {
  color: #1b1b1b;
}

.get-started-mobile {
  display: none;
}

.column-106 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-6 {
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.dropdown-toggle-6:hover {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #00abdf;
  background-color: transparent;
  font-weight: 700;
}

.dropdown-toggle-6:active {
  font-weight: 700;
}

.dropdown-toggle-6.w--open {
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 700;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.dropdown-link-4 {
  width: auto;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.dropdown-link-4:hover {
  border-radius: 0px;
  background-color: #0070d9;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.dropdown-link-4.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.navlink-3 {
  margin-bottom: 0px;
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.navlink-3:hover {
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #00abdf;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.navlink-3.w--current {
  border-bottom: 0px none transparent;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

.dropdown-list-6 {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-6.w--open {
  z-index: 1500;
  width: 250px;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.dropdown-list-copy-3 {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-copy-3.w--open {
  left: 260px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.get-started-button-mobile {
  display: none;
}

.customer-26 {
  margin-right: auto;
  margin-left: auto;
  padding: 125px 0px 125px 0%;
  background-image: linear-gradient(217deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/customer-quote-boys-football.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-module-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Proximanova, sans-serif;
}

.hero-module-2.hero-aboutus {
  background-image: none;
}

._3-col-section-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto;
  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-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;
}

.row-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._3-col.grey-gradient {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: linear-gradient(42deg, rgba(0, 0, 0, 0.1) 18%, transparent 99%);
}

._80perc {
  width: 85%;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-4 {
  display: inline-block;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #0070d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.button-4:hover {
  background-color: #fff;
  color: #0070d9;
}

.col-center {
  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;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-link-tab-shorter {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.tab-link-tab-shorter.w--current {
  border-bottom: 2px solid #106dc4;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
}

.home-tab-section {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: transparent;
}

.slide-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav-4 {
  display: none;
}

.slider-5 {
  position: absolute;
  width: 100%;
  height: 600px;
}

.hero-div-slider2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/about-us-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/about-us-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-57 {
  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;
}

.column-107 {
  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;
  text-align: center;
}

.column-108 {
  padding-right: 0px;
}

.about-us-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(284deg, rgba(0, 0, 0, 0.8), transparent 56%), url('/Assets/ActiveNetwork/quote-bg-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-us-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 75px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-us-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 75px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._90-perc-about-us {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f3f7;
}

._80-percent-nested {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.resources-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f1f3f7;
}

.list-no-bullet {
  padding-left: 0px;
  list-style-type: none;
}

.hero-content-large-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: transparent;
}

.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(284deg, transparent 59%, rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/video-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row-7 {
  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;
}

.quote-text-3 {
  width: 80%;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.quote-name-2 {
  width: 65%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.column-8 {
  text-align: center;
}

.header-intro-text-2 {
  width: 90%;
}

._1045-wide {
  width: auto;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.white-4 {
  color: #fff;
  text-align: left;
}

.white-4._75 {
  width: 100%;
}

.work-hard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 585px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(87deg, rgba(0, 0, 0, 0.25), transparent), url('/Assets/ActiveNetwork/workhardplayhard.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.work-hard:hover {
  background-image: linear-gradient(180deg, rgba(0, 156, 204, 0.8), rgba(0, 156, 204, 0.8)), linear-gradient(87deg, rgba(0, 0, 0, 0.25), transparent), url('/Assets/ActiveNetwork/workhardplayhard.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.column-6 {
  padding-right: 0px;
}

.bullet-white-3 {
  width: 90%;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.header-intro-text {
  width: 90%;
}

.bullet-white-2 {
  width: 90%;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.getting-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 285px;
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('/Assets/ActiveNetwork/getting-active.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.getting-active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 156, 204, 0.8)), to(rgba(0, 156, 204, 0.8))), url('/Assets/ActiveNetwork/getting-active.jpg');
  background-image: linear-gradient(180deg, rgba(0, 156, 204, 0.8), rgba(0, 156, 204, 0.8)), url('/Assets/ActiveNetwork/getting-active.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hookups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 285px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('/Assets/ActiveNetwork/hookups.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hookups:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 156, 204, 0.8)), to(rgba(0, 156, 204, 0.8))), url('/Assets/ActiveNetwork/hookups.jpg');
  background-image: linear-gradient(180deg, rgba(0, 156, 204, 0.8), rgba(0, 156, 204, 0.8)), url('/Assets/ActiveNetwork/hookups.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bullet-white {
  width: 90%;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.header-intro-text-3 {
  width: 90%;
}

.html-embed {
  overflow: visible;
  width: auto;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  background-color: transparent;
}

.forbes-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(202deg, transparent 23%, rgba(0, 0, 0, 0.5) 64%), url('/Assets/ActiveNetwork/forbes-bg-2.jpg');
  background-position: 0px 0px, 0px 103%;
  background-size: auto, cover;
}

.image-116 {
  padding-top: 0px;
}

.column-11 {
  text-align: center;
}

.row-58 {
  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;
}

.column-109 {
  text-align: center;
}

.social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 50px auto 75px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f3f7;
}

.slide-14 {
  background-image: linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-15 {
  border-style: none;
  background-image: linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-2-.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-17 {
  background-image: linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-3.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-18 {
  background-image: linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.careers-hero-text {
  width: 65%;
}

.mainnav-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}

.logo-3 {
  z-index: 500;
  width: 10%;
  clear: none;
  text-align: left;
}

.main-nav-dropdown-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.main-nav-dropdown-link:hover {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.main-nav-dropdown-link.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.mainnav-link {
  margin-bottom: 0px;
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.mainnav-link:hover {
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #00abdf;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mainnav-link.w--current {
  border-bottom: 0px none transparent;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.tabs-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
}

.careers-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f3f7;
}

.contact-title {
  margin-bottom: 15px;
}

.contact-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-3 {
  margin-top: 25px;
}

.textarea-2 {
  border-style: none;
  border-radius: 7px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 40px;
}

.legal-link {
  font-size: 10px;
  line-height: 22px;
}

.support-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f3f7;
}

.offices-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f3f7;
}

.login-dropdown {
  width: 320px;
  padding: 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.login-dropdown:hover {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #00abdf;
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.login-dropdown:active {
  font-weight: 700;
}

.login-dropdown.w--open {
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Proximanova, sans-serif;
  color: #106dc4;
  font-weight: 700;
}

.login-logo {
  width: 320px;
  height: 65px;
  margin-bottom: 25px;
  text-align: center;
}

.login-dropdwon {
  width: auto;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.login-dropdwon:hover {
  border-radius: 0px;
  background-color: #0070d9;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.login-dropdwon.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-bottom: 0px;
  padding: 60px 90px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.75)), to(rgba(27, 27, 27, 0.75)));
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.75), rgba(27, 27, 27, 0.75));
}

.dropdown-list-login {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-login.w--open {
  z-index: 1500;
  overflow: scroll;
  width: auto;
  height: 250px;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.small-dropdown {
  margin-top: 2px;
  padding: 0px 7px;
  font-family: Proximanova, sans-serif;
  color: #fbad18;
  font-size: 11px;
  line-height: 26px;
  font-weight: 700;
}

.small-dropdown:hover {
  font-weight: 700;
}

.small-nav-drop {
  padding: 5px 10px;
  color: #1b1b1b;
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
}

.small-nav-drop:hover {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.hero-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-small.hero-contact {
  background-image: url('/Assets/ActiveNetwork/active-contact2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-reverse {
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-color: #0070d9;
  border-radius: 6px;
  background-color: transparent;
  color: #0070d9;
}

.active-icon {
  font-family: 'Active icon';
}

.superscript {
  position: relative;
  bottom: 8px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  text-transform: none;
}

.app-download {
  width: auto;
}

.terms-of-use {
  padding-top: 50px;
  padding-bottom: 100px;
}

.legal {
  margin-top: 25px;
}

.languages-drop {
  margin-top: 2px;
  padding: 0px 7px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.languages-drop:hover {
  font-weight: 700;
}

.align-right {
  text-align: right;
}

.column-110 {
  padding-left: 0px;
}

.nav-text {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.small-nav-button {
  border-radius: 6px;
  background-color: #fbad18;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 14px;
}

.mega-navlink {
  display: block;
  margin-bottom: 5px;
  clear: none;
  color: #fbad18;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: none;
}

.mega-navlink:hover {
  color: #fff;
  font-weight: 700;
}

.product-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-intro-text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.mega-nav-logo {
  margin-bottom: 35px;
}

.product-overview-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px none #093a67;
}

.p-stat-text-white {
  margin-top: -15px;
  color: #fff;
  font-weight: 700;
}

.reviews {
  margin-top: 25px;
}

.dropdown-link-8 {
  display: none;
}

.tabs-3 {
  margin-top: 25px;
}

.customer-bonefrog {
  margin-right: auto;
  margin-left: auto;
  padding: 125px 0px 125px 0%;
  background-image: linear-gradient(225deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/bonefrog-bg-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.stat-overlay {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.65);
}

.partners-sponsors-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.logo-section-2 {
  display: block;
  width: 70%;
  margin: 50px auto auto;
  padding-right: auto;
  padding-left: auto;
  -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;
  text-align: center;
}

.home-mobile-tabs {
  display: none;
}

.mobile-img {
  display: none;
}

.phone-img {
  display: none;
}

._90-percent {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.footer-large-link {
  color: #fff;
}

.mobile-only-link {
  display: none;
}

.contact-tab-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: transparent;
}

.html-embed-2 {
  margin-bottom: 25px;
}

.small-nav-drop-2 {
  padding: 5px 10px;
  color: #1b1b1b;
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
}

.small-nav-drop-2:hover {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.small-nav-button-2 {
  border-radius: 6px;
  background-color: #fbad18;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 14px;
}

.dropdown-toggle-7 {
  padding: 0px 20px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-toggle-7:hover {
  font-weight: 700;
}

.tabs-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-list-worldwide {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-worldwide.w--open {
  z-index: 1500;
  width: auto;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.product-overview-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px none #093a67;
}

.main-nav-dropdown-link-2 {
  padding-right: 15px;
  padding-left: 15px;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.main-nav-dropdown-link-2:hover {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.main-nav-dropdown-link-2.w--current {
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.dropdown-list-7 {
  width: 100%;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list-7.w--open {
  z-index: 1500;
  width: 200px;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.tab-link-tab-1-3 {
  width: 200px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.tab-link-tab-1-3:hover {
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-1-3.w--current {
  display: block;
  width: 200px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #0070d9;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.mainnav {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
}

.icon-10 {
  display: block;
}

.dropdown-list-8 {
  margin-top: 10px;
  background-color: #fff;
}

.dropdown-list-8.w--open {
  margin-top: 0px;
  box-shadow: -5px 2px 20px -4px rgba(0, 0, 0, 0.35);
}

.main-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-bottom: 0px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.footer-section-2 {
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Proximanova, sans-serif;
  color: #fff;
}

.div-block-75 {
  width: 75%;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.div-block-77 {
  height: 4000px;
  background-color: #3c4858;
}

.search-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.search-section {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.search-input-2 {
  height: 80px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.search-input-2:active {
  border-bottom: 0px none #0070d9;
}

.search-text {
  padding-top: 15px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 26px;
}

.search-sectio0n {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
}

.search-icon {
  margin-top: 2px;
  margin-right: 5px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Active icon';
  color: #fff;
  font-size: 22px;
  line-height: 14px;
}

.exit-icon {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  margin-right: 25px;
  -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: 'Active icon';
  color: #9e9e9e;
  font-size: 30px;
  text-align: center;
}

.search-results-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f3f7;
}

.result-listings {
  padding-top: 15px;
  padding-bottom: 15px;
}

.small-paragraph {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.market-callout {
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px;
}

.result-title {
  margin-bottom: 5px;
  color: #0070d9;
  font-size: 18px;
  font-weight: 700;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(27, 27, 27, 0.15);
  border-radius: 50px;
}

.number {
  font-family: Proximanova, sans-serif;
  color: rgba(27, 27, 27, 0.5);
  font-size: 14px;
  font-weight: 700;
}

.rich-text {
  padding-left: 0px;
}

.rich-text ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 75px;
}

.rich-text li {
  height: 75px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text a {
  font-size: 18px;
}

.rich-text strong {
  color: rgba(27, 27, 27, 0.35);
}

.results-col {
  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;
}

.table-column {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000;
}

.column-table-border {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid #000;
}

.column-center-text {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.table-text {
  margin-bottom: 0px;
}

.div-block-78 {
  margin-bottom: 25px;
}

.list-2 {
  margin-bottom: 25px;
  padding-left: 45px;
  list-style-type: lower-alpha;
}

.quote {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.quote.center {
  width: 95%;
}

.name {
  font-size: 14px;
  line-height: 24px;
}

.content-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.content-div.grey {
  background-color: rgba(241, 243, 247, 0.5);
}

.content-div.white-bg {
  background-color: transparent;
}

.content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-content {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhead {
  margin-bottom: 5px;
}

._50per {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}

.quote-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.middle-quote {
  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-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;
}

.middle-quote.right-line {
  border-right: 1px solid hsla(0, 0%, 62%, 0.2);
}

.center-black {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.column-117 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.large-black {
  display: block;
  width: 90%;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  -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;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.video-lightbox-icon {
  height: 25px;
}

._4-col {
  padding-top: 65px;
  padding-bottom: 65px;
}

.left-column-content {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-column-image {
  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;
}

.right-column-content {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-section {
  background-image: url('/Assets/ActiveNetwork/20-year-hero2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.dark {
  padding-top: 115px;
  padding-bottom: 185px;
  background-color: rgba(16, 109, 196, 0.85);
}

.container {
  position: relative;
}

.image-section-overlay-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.section-home {
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #fff;
}

.section-home.no-bottom {
  padding-bottom: 0px;
}

.section-home.no-bottom.bg-primary-grey {
  background-color: #071d31;
}

.section-home.no-bottom.bg-blue {
  background-color: #093a67;
}

.section-home.no-top {
  padding-top: 0px;
}

.section-home.no-top.bg-gray {
  background-color: #f1f3f7;
}

.section-home.hide {
  display: none;
}

.section-home.more-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}

.video-lightbox-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.video-lightbox-button-3 {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  -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;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button-3:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.3);
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  overflow: hidden;
  height: 400px;
  border-radius: 4px;
  background-image: url('/Assets/ActiveNetwork/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-block.large {
  background-image: url('/Assets/ActiveNetwork/20-year-thumb2.jpg');
}

.h1-large-20-year {
  width: 100%;
  margin-bottom: 0px;
  font-size: 75px;
  line-height: 85px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.h2-hero-20year {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.small-link {
  font-size: 14px;
  line-height: 24px;
}

._80-percent-message-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0faff;
}

.note-careerpage-copy {
  width: auto;
  margin: 0px auto 0px 15px;
  color: #106dc4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.image-129 {
  width: 25px;
}

.list-item-3 {
  list-style-type: disc;
}

._25-bottom {
  margin-bottom: 25px;
  padding-left: 50px;
}

.underline {
  text-decoration: underline;
}

.test-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.gradient-icon {
  font-family: 'Active icon';
  font-size: 100px;
  line-height: 100px;
}

.gradient-text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3de07e), to(#029543));
  background-image: linear-gradient(180deg, #3de07e, #029543);
  font-family: 'Active icon';
  color: #1b1b1b;
  font-size: 100px;
  line-height: 100px;
}

.hero-section-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-huge {
  width: 100%;
  margin-bottom: 24px;
  color: #353e44;
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: none;
}

.content-pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair.content-pair-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.home-container.text-center {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-container.margin-top {
  margin-top: 72px;
}

.schedule-demo-button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.schedule-demo-button:hover {
  border-style: solid;
  background-color: #2263aa;
  opacity: 1;
}

.schedule-demo-button.w--current {
  background-color: #fff;
  color: #0087ee;
}

.schedule-demo-button.button-large {
  padding: 19px 36px;
  font-size: 20px;
  line-height: 30px;
}

.schedule-demo-button.button-large.add-margin-top {
  margin-top: 24px;
  margin-right: 24px;
  border-color: #0070d9;
  background-color: #0070d9;
}

.schedule-demo-button.button-large.add-margin-top:hover {
  border-color: #093a67;
  background-color: #093a67;
}

.paragraph-large {
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-large.center {
  margin-bottom: 10px;
  font-weight: 400;
}

.content-pair-text {
  width: 450px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.large-link {
  font-size: 20px;
}

.page-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.page-container.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  -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;
}

.page-container.text-center.bottom-margin {
  margin-bottom: 36px;
}

.text-small {
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 300;
}

.brand-list-item {
  margin: 6px 25px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-bottom: 0px;
  margin-left: -30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-image {
  opacity: 0.5;
}

.brand-image.blockquote-brand-image {
  max-height: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
  opacity: 1;
}

.button-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-left: 0px;
  color: #0070d9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ff003d;
  font-weight: 700;
  text-decoration: none;
}

.text-small-graphics {
  font-size: 10px;
  line-height: 20px;
}

.icon-font-graphics {
  margin-right: 5px;
  font-family: 'Active icon';
  color: #0087ee;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.capabilities-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-background {
  position: absolute;
  width: auto;
  height: 50px;
  min-width: 55px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #3087f9;
  border-radius: 25px;
  color: #041e39;
}

.text-small-caps {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #3c4858;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-graphic-2 {
  overflow: hidden;
  width: auto;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-arrow {
  width: 18px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: ActiveIcon, sans-serif;
  color: #3087f9;
  font-size: 18px;
}

.small-heading-graphics {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.h2-large {
  width: auto;
  color: #1b1b1b;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.03px;
  text-transform: capitalize;
}

.h2-large.dark {
  width: 100%;
  color: #1b1b1b;
  text-transform: none;
}

.h2-large.white {
  color: #fff;
}

.paragraph-large-2 {
  margin-bottom: 0px;
  color: #353e44;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.small-logo {
  height: 25px;
}

.small-logo.dark {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-medium {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.text-medium.margin-top {
  margin-top: 36px;
}

.text-medium.center-mobile {
  font-weight: 400;
}

.div-seperator {
  width: 380px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

.eliminate-logo {
  margin-right: 24px;
}

.quote-name-3 {
  width: auto;
  margin-bottom: 0px;
  margin-left: 16px;
  font-family: Proximanova, sans-serif;
  color: #353e44;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.avatar.avatar-xsmall {
  width: 35px;
  height: 35px;
}

.avatar.avatar-xsmall {
  width: 36px;
  height: 36px;
}

.avatar.avatar-small {
  width: 48px;
  height: 48px;
}

.h6-small {
  margin-bottom: 8px;
  color: #353e44;
  font-size: 18px;
  font-weight: 500;
}

.h6-small.blockquote-author-heading {
  margin-right: 8px;
  margin-bottom: 0px;
}

.hero-blockquote-wrapper-copy {
  max-width: 680px;
}

.text-row {
  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;
}

.text-row.blockquote-author {
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 400;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.bg-image.hero-blockquote-bg {
  background-image: url('/Assets/ActiveNetwork/32839181_1654451144676311_4989849307495530496_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.24;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.divider {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 4vw;
}

.divider.divider-bottom {
  top: 1px;
  z-index: 1;
  margin-top: 96px;
}

.divider.divider-top {
  bottom: 1px;
  margin-bottom: 96px;
}

.block-quote {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
}

.name-home {
  color: #fff;
}

.four-up-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-text-block {
  margin-top: auto;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.large-metric-item {
  padding-right: 24px;
  padding-left: 24px;
}

.text-huge-2 {
  margin-bottom: 24px;
  font-family: Proximanova, sans-serif;
  color: #353e44;
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.04em;
}

.container-home {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container-home.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -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;
}

.container-home.container-narrow.fade-in-on-scroll {
  max-width: 1140px;
}

.container-home.text-center {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-home.fade-in-on-scroll.margin-top {
  margin-top: 72px;
}

.large-metrics {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pill-image {
  max-height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
}

.pill.icon-pill-group-item.bg-gray-4 {
  background-color: #fff;
}

.pill.icon-pill-group-item.bg-white {
  margin: 6px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.pill.icon-pill-group-item.bg-white:hover {
  background-color: rgba(48, 135, 249, 0.14);
}

.pill.icon-pill-group-item.bg-gray-4 {
  margin: 6px;
}

.pill.pill-notice {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.pill.pill-notice {
  margin-top: 12px;
  margin-bottom: 6px;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.pill.pill-notice.bg-gray-4 {
  background-color: #fff;
}

.pill.pill-notice.bg-gray-4 {
  background-color: #f1f3f7;
}

.section-subtitle {
  max-width: 690px;
}

.section-subtitle.text-large {
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
}

.section-subtitle.text-large.white {
  color: #fff;
}

.icon-pill-group {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -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;
  text-align: center;
}

.text-large {
  width: 100%;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.pill-heading {
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 16px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-weight: 700;
}

.collection-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-heading-wrapper.section-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.h2.no-bottom-space {
  margin-bottom: 0px;
  font-weight: 400;
}

.h2.white {
  width: 90%;
  margin-bottom: 0px;
  color: #fff;
}

.large-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.large-text:hover {
  color: #2263aa;
}

.large-text.white-link {
  color: #fff;
}

.large-text.white-link:hover {
  opacity: 0.75;
}

.avatar-name-container {
  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;
}

.card-image-top {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.avatar-name {
  margin-left: 12px;
}

.card-image-link-wrapper {
  display: block;
}

.card {
  position: relative;
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}

.card.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9eef1;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.badge.badge-small {
  height: 24px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
}

.badge.bg-success.announcement-badge {
  margin-right: 16px;
  background-color: #0fbf95;
  font-family: Proximanova, sans-serif;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pill-text {
  padding-left: 12px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
}

.text-white {
  color: #fff;
}

.form-error {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #da2424;
  color: #fff;
  text-align: center;
}

.form-success {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #3cba58;
  color: #fff;
}

.form-input {
  height: 48px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.form-input:focus {
  border-color: #0087ee;
}

.form-input.form-input-large {
  height: 72px;
  font-size: 20px;
}

.form-input.form-input-large.subscribe-form-input {
  margin-right: 12px;
  border-radius: 5px;
  font-family: Proximanova, sans-serif;
  color: #5b5f68;
  font-weight: 400;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subscribe-form-wrapper {
  width: 100%;
  max-width: 576px;
  margin-top: 48px;
}

.lifestyle-image {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-text-2 {
  width: 450px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.overlay-graphic-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 15%;
  z-index: 3;
  overflow: visible;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.graphic-div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 450px;
  height: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f7fafc;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay-graphic-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.columns-9 {
  width: 100%;
}

.overlay-graphic-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: 70%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: 10%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-8 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 60%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-9 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-10 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 20%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-11 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 15%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.overlay-graphic-12 {
  position: absolute;
  left: 20%;
  top: auto;
  right: 20%;
  bottom: -12%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.overlay-graphic-13 {
  position: absolute;
  left: 20%;
  top: auto;
  right: 20%;
  bottom: -10%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.center-mobile {
  width: 101%;
  font-weight: 400;
}

.center-logo {
  position: absolute;
  left: 5%;
  top: 7%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 90px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.hero-collage {
  position: relative;
  height: 100%;
  margin-right: 50px;
  margin-left: 0px;
}

.collage-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 7px solid #fff;
  border-radius: 10px;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.collage-frame:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.collage-frame.image-right {
  position: absolute;
  top: -25%;
  right: -8%;
  z-index: 5;
  width: 200px;
  height: 250px;
}

.collage-frame.image-left {
  position: absolute;
  left: -12.5%;
  bottom: -25%;
  z-index: 3;
}

.logo-4 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 7%;
  z-index: 10;
  width: 65px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.collage-image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border: 4px none #fff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.collage-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  left: 45%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}

.home-icon {
  display: block;
  margin-right: 10px;
  font-family: ActiveIcon, sans-serif;
  color: #0070d9;
  font-size: 32px;
  font-weight: 400;
}

.tab-panel {
  min-height: 200px;
  padding-right: 275px;
  padding-left: 275px;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.tabs-content-5 {
  overflow: visible;
  padding-top: 40px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.load-bar-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: hsla(0, 0%, 62%, 0.1);
}

.tab-image {
  width: auto;
  height: 30px;
  margin-right: 12px;
}

.standard-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 16px;
  -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;
  background-color: transparent;
  opacity: 0.7;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  color: #151c34;
  font-size: 15px;
}

.standard-tab.w--current {
  position: relative;
  width: 150px;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #151c34;
}

.load-bar {
  width: 0%;
  height: 5px;
  border-radius: 500px;
  background-color: #0070d9;
}

.text-block-4 {
  font-family: Proximanova, sans-serif;
  color: #3c4858;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-81 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-home {
  width: 100%;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.container-26 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  border-bottom: 0px none rgba(79, 92, 101, 0.5);
}

.hero-collage-2 {
  position: relative;
  height: 100%;
  margin-left: 100px;
}

.content-pair-text-3 {
  width: 480px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-large-2 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
}

.large-h1 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.double-top-space-show-hidden {
  overflow: visible;
  padding-top: 144px;
}

.paragraph-blue-link {
  width: 100%;
  margin-bottom: 0px;
  color: #3087f9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-blue-link:hover {
  color: #2263aa;
}

.customer-name {
  font-size: 20px;
}

.customer-3-col {
  display: -ms-grid;
  display: grid;
  margin-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-logo-case-study {
  width: auto;
  max-height: 100%;
  max-width: 80px;
}

.customer-link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.empty-state {
  display: none;
}

.logo-case-study-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.case-study-description-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 32px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta-div {
  font-size: 14px;
  line-height: 34px;
}

.customer-3-col-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 6px;
}

.customer-3-col-card:hover {
  border-color: rgba(79, 92, 101, 0.25);
}

.small-description {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
  color: #353e44;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.customer-card {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 6px;
  background-color: #fff;
}

.home-customer-name {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.pill-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  color: #3087f9;
}

.text-block-home {
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
}

._2-col-grid {
  margin-bottom: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blue-link {
  line-height: 24px;
}

.blue-link:hover {
  color: #2263aa;
}

.customer-logo-case-study-2 {
  width: auto;
  max-height: 100%;
  max-width: 80px;
}

.grid-3 {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 25px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 0.4fr 25px 1.5fr;
  grid-template-columns: 0.4fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-card-image-large {
  height: 100%;
  min-width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 230px;
  -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;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 350ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-card:hover {
  overflow: hidden;
  box-shadow: 1px 0 15px 1px rgba(0, 0, 0, 0.2);
}

.grid-customer-card {
  position: static;
  display: block;
  height: 100%;
  padding: 32px 30px 32px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #4f5c65;
}

.logo-case-study-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.customer-2-col-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: #fff;
}

.card-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-home-grid {
  position: relative;
  z-index: 3;
  width: 85%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container-home-grid.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -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;
}

.container-home-grid.container-narrow.fade-in-on-scroll {
  max-width: 1140px;
}

.container-home-grid.text-center {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-home-grid.fade-in-on-scroll.margin-top {
  margin-top: 72px;
}

.text-block-5 {
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
}

.pill-link {
  font-size: 18px;
}

.medium-link {
  font-size: 18px;
}

.medium-link:hover {
  color: #2263aa;
}

.link-block-4 {
  border-radius: 6px;
}

.cta-pill {
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 16px;
  font-family: Proximanova, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
}

.case-study-button {
  margin-top: 24px;
  padding: 10px 24px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.case-study-button:hover {
  border-style: solid;
  background-color: transparent;
  opacity: 0.8;
}

.case-study-button.w--current {
  background-color: #fff;
  color: #0087ee;
}

.case-study-button.button-large {
  padding: 19px 36px;
  font-size: 20px;
  line-height: 30px;
}

.case-study-button.button-large.add-margin-top {
  margin-top: 24px;
  margin-right: 24px;
  border-color: #0070d9;
  background-color: #0070d9;
}

.case-study-button.button-large.add-margin-top:hover {
  border-color: #093a67;
  background-color: #093a67;
}

.sticky-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(48, 135, 249, 0.11);
}

.container-27 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  border-bottom: 0px none rgba(79, 92, 101, 0.5);
}

.container-27.announcement-bar-container {
  position: relative;
  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;
}

.notification-text {
  font-family: Proximanova, sans-serif;
  color: #041e39;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.sticky-alert {
  color: #0070d9;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-2"] {
  display: none;
}

html.w-mod-js *[data-ix="show-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="dnol"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="display-none-3"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="hero-move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-right-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-slide-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="99-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="99-percent-bar-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="3th-digit"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="13-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="59-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="05-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="85-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="67-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="51-to-99-percent-template"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="55-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="99-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="74-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="65-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="87-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-down-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-down-on-load-2"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="show-up-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover-text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-logo"] {
  display: none;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  -webkit-transform: scale3d(1.03, 1.03, 0.5);
  transform: scale3d(1.03, 1.03, 0.5);
}

html.w-mod-js *[data-ix="fade-back"] {
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="initial-display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="bullet-displaynone-1"] {
  display: none;
}

html.w-mod-js *[data-ix="bullet-displaynone-2"] {
  display: none;
}

html.w-mod-js *[data-ix="bullet-displaynone-3"] {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  h1 {
    width: 75%;
  }
  h3 {
    width: 100%;
  }
  img {
    margin-right: 5px;
  }
  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }
  .heading-1.white {
    width: 75%;
    background-color: transparent;
    font-size: 40px;
    line-height: 35px;
  }
  .body {
    padding-top: 0px;
  }
  .flex-wrapper {
    width: auto;
  }
  .flex-wrapper.space-between {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper.mobile-center {
    -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;
  }
  .flex-wrapper.mobile {
    padding-top: 0px;
  }
  .flex-wrapper.space-between {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._50-percent-column {
    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;
  }
  ._50-percent-column.flex-center {
    display: block;
    width: 100%;
    padding: 4% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._50-percent-column.flex-center.mobilefriendly {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-position: 100% 100%;
  }
  ._50-percent-column.flex-center.mobilefriendly.complete-lineup {
    display: block;
    width: 100%;
    height: 250px;
    padding-bottom: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  ._50-percent-column.flex-center.mobilefriendly.margin-top-bottom {
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 100% 50%;
  }
  ._50-percent-column.flex-center.complete-lineup {
    background-position: 100% 0px;
  }
  ._50-percent-column.margin-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._50-percent-column.override-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._50-percent-column.padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-content {
    width: 100%;
    margin-bottom: 25px;
  }
  .text-content.mobile {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-content.mobile.tech-support {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bottom-border.more-bottom {
    width: 90%;
  }
  .bottom-border.more-bottom {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .clients-inter-box {
    width: 80%;
  }
  .footer-left-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-mini-title {
    line-height: 18px;
  }
  .footer-right-column {
    padding-left: 0px;
  }
  .footer-social-icon {
    margin-bottom: 15px;
  }
  .wide-section {
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wide-section.bg-grey {
    padding-top: 0px;
  }
  .intro-feature-item-1 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }
  .intro-feature-item-2 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }
  .intro-feature-item-3 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-right-style: none;
  }
  .tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs-menu {
    top: 117px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0%;
    padding-bottom: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._30-percent-column.top-padding {
    width: 50%;
    padding-top: 0px;
  }
  .hero-form {
    width: auto;
  }
  ._50-percent-column-special {
    width: 50%;
  }
  ._50-percent-column-special.bottom-border {
    margin-bottom: 30px;
  }
  .navlink {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
  }
  .dropdown-link {
    background-color: #000;
    color: #fff;
  }
  .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
  }
  .dropdown-toggle:hover {
    background-color: #fff;
    color: #000;
  }
  .burger-menu {
    height: auto;
  }
  .burger-menu.w--open {
    background-color: transparent;
    font-family: Proximanova, sans-serif;
    color: #fff;
  }
  .utility-page-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .utility-page-content.center {
    width: 100vw;
  }
  .line-2 {
    background-color: #fff;
  }
  .line-3 {
    background-color: #fff;
  }
  .line-1 {
    background-color: #fff;
  }
  .layout-thumbnail {
    height: 100%;
  }
  .hero-intro {
    width: 90%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .grey-column {
    padding: 25px;
  }
  .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.height {
    height: 130px;
  }
  .row.height.double {
    height: 300px;
  }
  .row.height.more {
    height: 175px;
  }
  .column {
    padding-top: auto;
    padding-bottom: 25px;
  }
  .tab-column {
    width: 100%;
  }
  .full-screen {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-screen.mobile {
    margin-top: 0px;
  }
  ._50-percent-column-grey.flex-center {
    display: block;
    width: 100%;
    padding: 4% auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .customers.flex-center {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 4% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .customer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .middle-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  ._50-percent-column-home-1.flex-center {
    display: block;
    width: 50%;
    padding: 4% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._50-percent-column-home-1.flex-center.easy-to-use {
    width: 100%;
    background-position: 50% -46px;
    background-size: 80%;
  }
  .div-block-8 {
    width: 95%;
  }
  .form-text {
    width: 100%;
  }
  .form-text.right-padding {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-text.right-padding.top-padding {
    padding-right: 25px;
  }
  .form-text.right-padding.top-padding {
    padding-top: 0px;
  }
  .wide-section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: 211% 50%;
  }
  .wide-section-padding.bg-grey {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wide-section-padding.activenetwork-section2 {
    padding: 50px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .wide-section-padding.home-bg-3 {
    padding-top: 50px;
    background-image: none;
  }
  .wide-section-padding.veb-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .wide-section-padding.services0sec {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(58deg, #000 14%, hsla(0, 0%, 100%, 0) 83%), url('/Assets/ActiveNetwork/ProfessionalServices.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .wide-section-padding.digital-marketing {
    background-position: 20% 100%;
  }
  .wide-section-padding.activecom-bg-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/activecom.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/activecom.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .wide-section-padding.support-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .text-content-full {
    width: 100%;
  }
  ._50-percent-column-padding-double {
    width: 100%;
  }
  .name-quote {
    width: 90%;
  }
  .content-wrapper-centered {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
  }
  .stat-section-center {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wide-section-scroll-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-content-100-perc {
    width: 100%;
  }
  .dropdown-list.w--open {
    background-color: #000;
  }
  .nav-menu {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    max-height: 175px;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
  }
  .hyperlink {
    padding-right: 35px;
  }
  .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
  }
  .form3-horizontal-blue {
    padding-right: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
    background-image: linear-gradient(180deg, #0070d9, #0070d9);
  }
  .hero-intro {
    width: 75%;
  }
  .h2-lowercase-center {
    display: block;
    text-align: center;
  }
  .primary-customer.white {
    width: 75%;
  }
  .center-text-content {
    width: 100%;
    margin-bottom: 25px;
  }
  .center-text-content.mobile {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .intro-section-white {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .intro-paragraph {
    width: 100%;
  }
  .intro-paragraph.white {
    width: 100%;
  }
  .logo {
    width: 25vw;
  }
  .logo.w--current {
    width: 30vw;
  }
  .legal-text.mobile._100 {
    margin-right: 0px;
  }
  .nav-logo {
    width: 100%;
    margin-left: 0px;
  }
  ._75 {
    width: 100%;
  }
  .div-block-24 {
    color: #fff;
  }
  .dropdown {
    background-color: #1b1b1b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
    background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
  }
  .tab-pane-2 {
    height: 700px;
  }
  ._50-percent-form {
    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;
  }
  ._50-percent-form.flex-center {
    display: block;
    width: 100%;
    padding: 4% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._50-percent-form.flex-center {
    display: block;
    width: 100%;
    padding: 4% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._50-percent-form.flex-center.contact-person {
    height: 425px;
    background-position: 50% 100%;
    background-size: auto;
  }
  .column-1 {
    margin-top: 25px;
  }
  ._50-percent-column-right {
    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;
  }
  .container-13 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .dropdown-toggle-in-nav {
    background-color: transparent;
  }
  .dropdown-in-nav {
    background-color: #000;
    color: #000;
  }
  .inline-block-in-nav {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-list-copy.w--open {
    background-color: transparent;
  }
  .hero-content {
    margin-right: 25px;
    margin-left: 25px;
    padding-left: 0px;
  }
  .hero-div {
    width: auto;
    margin-left: 51px;
  }
  .white {
    width: 100%;
  }
  .white._50 {
    width: 50%;
  }
  .center-white {
    display: block;
    text-align: center;
  }
  .column-1 {
    margin-top: 10px;
    padding-right: 30px;
  }
  .column-1.no-top {
    margin-top: 0px;
  }
  .mobile-logo {
    width: 90px;
    margin-right: 25px;
  }
  .icon {
    color: #1b1b1b;
  }
  .column-90percent-top {
    display: block;
    margin-top: 0px;
    margin-left: auto;
  }
  .left-padding {
    padding-left: 0px;
  }
  .left-padding.top-padding {
    margin-top: 25px;
  }
  .h1-large {
    width: 75%;
    font-size: 75px;
    line-height: 65px;
  }
  .xlarge-hero.home-vide {
    height: 650px;
  }
  .hero-content-large {
    width: 100%;
    margin-right: 25px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .row-2 {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .row-1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-89 {
    padding-left: 0px;
  }
  .bg-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._80-percent {
    width: 90%;
  }
  ._80-percent.margin-bottom-50 {
    margin-bottom: 25px;
  }
  .button-reverse {
    margin-top: 15px;
  }
  .button-reverse.right-margin {
    display: block;
    margin-top: 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;
  }
  .h2-large {
    width: 90%;
  }
  .float-blue-stat {
    margin-bottom: 10px;
  }
  .hero-module {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-module.hero-services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.5)), to(rgba(27, 27, 27, 0.5))), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-module.hero-customersupport {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.5)), to(rgba(27, 27, 27, 0.5))), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 800px;
    background-repeat: repeat, no-repeat;
  }
  .hero-module.our-story {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .stat-section.stat-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xlarge-stat-descrip {
    width: 90%;
    margin-top: -55px;
  }
  .h2-hero {
    width: 75%;
  }
  .middle-container-2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .check-in-section {
    padding-top: 50px;
  }
  .mobile-img-bg {
    text-align: center;
  }
  .columns {
    width: 100%;
  }
  .logos-2 {
    max-width: 75%;
  }
  .slide-5 {
    padding-top: auto;
    padding-bottom: auto;
  }
  .slide-nav-2 {
    padding-top: 0px;
  }
  .text-block {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .text-block-2 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .float-veb {
    bottom: -370px;
    background-position: 31% 49%;
    background-size: contain;
  }
  .get-started-link {
    background-color: #1b1b1b;
  }
  .customer-quote-stat {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-10.cust-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-10.cust-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-10.cust-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-10.cust-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .photo-call-out-large-2 {
    width: 100%;
  }
  .form2-person-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .center-3 {
    margin-bottom: 10px;
  }
  .form-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }
  .intro-paragraph-2 {
    width: 100%;
  }
  .legal-text-center-grey {
    width: 90%;
  }
  ._50-percent-column-3 {
    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;
  }
  ._50-percent-column-3.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0% 0px 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form3-horizontal-blue-2.blue {
    padding-bottom: 75px;
  }
  .legal-text-center-white {
    width: 65%;
  }
  .center-white-2 {
    display: block;
    text-align: center;
  }
  .video-section-center-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._80-percent-2 {
    width: 89%;
  }
  .column-96 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .column-96.padding-top {
    overflow: hidden;
    padding-top: 20px;
  }
  .hero-div-2 {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 51px;
  }
  .hero-content-large-2 {
    width: 100%;
    margin-right: 25px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .intro-center-white {
    width: 100%;
  }
  .checkbox-field-2 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .margin-top-25 {
    margin-top: 25px;
  }
  .max-height {
    height: auto;
  }
  .dropdown-link-2 {
    background-color: #000;
    color: #fff;
  }
  .center-form {
    width: 90%;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-list-4.w--open {
    background-color: #000;
  }
  .menu-button {
    position: relative;
    float: left;
    clear: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .columns-2 {
    height: auto;
  }
  .search {
    display: none;
  }
  .nav-search {
    display: none;
  }
  .activenetwork-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .dropdown-toggle-2:hover {
    background-color: #0070d9;
  }
  .dropdown-toggle-2.w--open {
    background-color: #000;
    color: #0070d9;
    font-weight: 700;
  }
  .activenetwork-smalllinks {
    display: none;
    float: right;
  }
  .tabs-content {
    display: none;
    width: 500px;
    border-left: 0.25px solid rgba(0, 0, 0, 0.25);
  }
  .tabs {
    display: none;
    background-color: #1b1b1b;
  }
  .tabs-menu-4 {
    width: 100%;
  }
  .nav-market {
    display: none;
  }
  .tab-link-tab-1-2 {
    width: 100%;
    padding-left: 30px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .tab-link-tab-1-2.w--current {
    width: 100%;
    background-color: #1b1b1b;
    color: #106dc4;
  }
  .nav-small {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 20px 10px 25px;
    font-size: 14px;
  }
  .nav-small.bottom-margin {
    margin-left: 0px;
    padding-bottom: 25px;
  }
  .main-nav {
    display: block;
    width: 100%;
    background-color: #000;
    color: #000;
  }
  .activenetwork-logo-2 {
    width: 12vw;
    margin-left: 0px;
  }
  .dropdown-4 {
    background-color: #1b1b1b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
    background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
  }
  .dropdown-in-nav-3 {
    padding-top: 0px;
    padding-left: 35px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
  }
  .dropdown-in-nav-3:hover {
    background-image: none;
  }
  .burger-menu-3 {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .burger-menu-3.w--open {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-toggle-in-nav-3 {
    background-color: transparent;
  }
  .dropdown-toggle-in-nav-3.w--open {
    font-family: Proximanova, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .mobile-nav-breadcrumb {
    padding-left: 20px;
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .nav-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    padding: 8px 10px 8px 8px;
    border-radius: 35px;
    background-color: #013d75;
  }
  .image-115 {
    max-width: 50px;
  }
  .dropdown-link-6 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
  }
  .dropdown-link-6:hover {
    background-color: transparent;
  }
  .column-105 {
    display: none;
  }
  .mobile-nav-icon-2-copy {
    padding-right: 10px;
    padding-left: 5px;
    font-family: 'Active icon';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .secondary-nav-2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0070d9;
  }
  .inline-block-in-nav-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
  }
  .inline-block-in-nav-3:hover {
    font-weight: 300;
  }
  .get-started-mobile {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0070d9;
  }
  .get-started-mobile-button {
    padding: 15px;
    border-radius: 6px;
    background-color: #093a67;
    font-size: 16px;
  }
  .column-106 {
    display: none;
  }
  .dropdown-toggle-6 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0070d9;
    font-size: 16px;
    font-weight: 700;
  }
  .dropdown-toggle-6:hover {
    background-color: #106dc4;
    color: #fff;
  }
  .dropdown-toggle-6.w--open {
    background-color: #093a67;
    font-family: Proximanova, sans-serif;
    font-weight: 700;
  }
  .dropdown-toggle-6.w--open:active {
    background-color: #106dc4;
  }
  .dropdown-toggle-6.w--open:focus {
    background-color: #106dc4;
  }
  .column-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-col-1-v2 {
    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;
  }
  .nav-menu-4 {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 325px;
    max-height: none;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #0070d9;
  }
  .dropdown-link-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
  }
  .dropdown-link-4:hover {
    background-color: transparent;
  }
  .dropdown-link-4.w--current {
    background-color: #093a67;
    color: #0070d9;
  }
  .navlink-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    background-color: #0070d9;
    font-size: 16px;
    font-weight: 700;
  }
  .navlink-3:hover {
    background-color: #0070d9;
  }
  .navlink-3.w--current {
    color: #093a67;
    font-size: 16px;
  }
  .dropdown-list-6.w--open {
    background-color: #093a67;
    box-shadow: none;
  }
  .dropdown-list-copy-3.w--open {
    background-color: transparent;
    box-shadow: none;
  }
  .nav-col-2-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .get-started-button-mobile {
    display: block;
    background-color: #106dc4;
  }
  .customer-26 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-module-2 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-module-2.hero-aboutus {
    height: 350px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  ._3-col.grey-gradient {
    padding-top: 25px;
    padding-right: 3px;
  }
  .background-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-link-tab-shorter {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .home-tab-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .slider-5 {
    height: 350px;
  }
  .hero-div-slider2 {
    width: auto;
    margin-left: 51px;
  }
  .row-56 {
    width: auto;
  }
  .column-108 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-video {
    width: auto;
  }
  .about-us-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: 211% 50%;
  }
  .about-us-2 {
    padding-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-content-large-slider {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .careers-1 {
    padding-top: 50px;
  }
  .video-section {
    width: auto;
  }
  .quote-text-3 {
    width: 100%;
  }
  ._1045-wide {
    width: auto;
  }
  .column-6 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .getting-active {
    height: 585px;
    margin-top: 25px;
  }
  .hookups {
    height: 585px;
  }
  .forbes-section {
    width: auto;
  }
  .row-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-section {
    width: auto;
  }
  .careers-hero-text {
    width: 100%;
    font-size: 35px;
    line-height: 30px;
  }
  .logo-3 {
    width: 83%;
    height: auto;
    text-align: left;
  }
  .logo-3.w--current {
    width: 30vw;
  }
  .main-nav-dropdown-link {
    padding-left: 25px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .mainnav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-radius: 0px;
    background-color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
  }
  .mainnav-link:hover {
    background-color: #0070d9;
  }
  .mainnav-link.w--current {
    padding-left: 25px;
    color: #0070d9;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
  }
  .tabs-menu-5 {
    padding-bottom: 0px;
  }
  .careers-div {
    height: 400px;
  }
  .contact-col {
    margin-top: 25px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .row-3.no-top {
    margin-top: 0px;
  }
  .support-div {
    height: 300px;
  }
  .login-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .login-dropdown:hover {
    background-color: #106dc4;
    color: #fff;
  }
  .login-dropdown.w--open {
    background-color: #fff;
    font-family: Proximanova, sans-serif;
    color: #0070d9;
    font-weight: 700;
  }
  .login-dropdown.w--open:active {
    background-color: #106dc4;
  }
  .login-dropdown.w--open:focus {
    background-color: #106dc4;
  }
  .login-dropdwon {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0070d9;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
  }
  .login-dropdwon:hover {
    background-color: transparent;
  }
  .login-dropdwon.w--current {
    background-color: #093a67;
    color: #0070d9;
  }
  .dropdown-list-login.w--open {
    background-color: #093a67;
    box-shadow: none;
  }
  .small-dropdown {
    display: block;
    padding: 10px 20px 10px 25px;
    background-color: #000;
    color: #fbad18;
    font-size: 14px;
  }
  .small-dropdown.w--open {
    background-color: #000;
  }
  .languages-drop {
    color: #000;
  }
  .languages-drop.w--open {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .dropdown-link-8 {
    display: block;
    padding-left: 30px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .dropdown-link-8:hover {
    background-color: #0070d9;
    font-weight: 700;
  }
  .tabs-3 {
    display: block;
  }
  .hide-mob {
    display: none;
  }
  .customer-bonefrog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners-sponsors-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo-section-2 {
    width: 90%;
    height: auto;
  }
  .home-mobile-tabs {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .image-124 {
    width: 100%;
  }
  .phone-img {
    display: none;
  }
  ._90-percent {
    width: 100%;
    margin-bottom: 0px;
  }
  .mobile-only-link {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    color: #fbad18;
    font-size: 14px;
  }
  .mobile-only-link.top-margin {
    display: block;
    width: auto;
    padding-top: 25px;
  }
  .mobile-only-link.margin-bottom {
    display: block;
    padding-top: 10px;
  }
  .mobile-only-link.margin-bottom {
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .mobile-only-link.top-margin {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-tab-section {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .small-nav-drop-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
  }
  .dropdown-toggle-7 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .dropdown-toggle-7:hover {
    background-color: #0070d9;
  }
  .dropdown-toggle-7.w--open {
    background-color: #000;
    color: #0070d9;
    font-weight: 700;
  }
  .tabs-4 {
    display: none;
    background-color: #1b1b1b;
  }
  .dropdown-list-worldwide.w--open {
    max-height: none;
    max-width: none;
    background-color: #093a67;
    box-shadow: none;
  }
  .main-nav-dropdown-link-2 {
    padding-left: 25px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .dropdown-list-7.w--open {
    background-color: #093a67;
    box-shadow: none;
  }
  .tab-link-tab-1-3 {
    width: 100%;
    padding-left: 30px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .tab-link-tab-1-3.w--current {
    width: 100%;
    background-color: #1b1b1b;
    color: #106dc4;
  }
  .icon-10 {
    color: #1b1b1b;
  }
  .dropdown-list-8.w--open {
    background-color: #000;
  }
  .main-nav-2 {
    display: block;
    width: 100%;
    max-height: none;
    background-color: #000;
    color: #000;
  }
  .div-block-76 {
    display: block;
    width: 100%;
  }
  .search-section {
    width: 90%;
  }
  .search-sectio0n {
    display: none;
  }
  .search-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    font-size: 16px;
    text-align: left;
  }
  .rich-text li {
    height: auto;
  }
  .table-text {
    font-size: 14px;
    line-height: 24px;
  }
  .content-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quote-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .center-black {
    display: block;
    text-align: center;
  }
  .large-black {
    display: block;
    text-align: left;
  }
  ._4-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .image-section-overlay.dark {
    padding-top: 50px;
    padding-bottom: 190px;
  }
  .image-section-overlay-block {
    width: 90%;
  }
  .section-home {
    overflow: hidden;
    padding: 36px 0px;
  }
  .section-home.more-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .video-lightbox-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 5px;
    -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;
  }
  .video-lightbox-block.large {
    height: 270px;
  }
  .h1-large-20-year {
    width: 100%;
    font-size: 75px;
    line-height: 65px;
  }
  .h2-hero-20year {
    width: 100%;
  }
  ._80-percent-message-copy {
    width: 90%;
  }
  .hero-section-action {
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-huge {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
    text-align: center;
  }
  .content-pair {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .home-container.margin-top {
    margin-top: 48px;
  }
  .schedule-demo-button.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .paragraph-large {
    width: 100%;
    text-align: center;
  }
  .paragraph-large.center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-pair-text {
    width: 580px;
    margin-bottom: 48px;
    text-align: center;
  }
  .page-container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .brand-list-item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .brand-list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .brand-image {
    max-height: 50px;
  }
  .button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .capabilities-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h2-large {
    width: 100%;
    line-height: 56px;
    text-align: center;
  }
  .paragraph-large-2 {
    width: 100%;
    text-align: center;
  }
  .small-logo.dark {
    display: block;
    text-align: left;
  }
  .text-medium.margin-top.center-mobile {
    margin-top: 12px;
  }
  .div-seperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    text-align: left;
  }
  .hero-blockquote-wrapper-copy {
    margin-right: auto;
    margin-left: auto;
  }
  .divider {
    height: 6vw;
  }
  .divider.divider-bottom {
    margin-top: 72px;
  }
  .divider.divider-top {
    margin-bottom: 72px;
  }
  .four-up-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .large-metric-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-huge-2 {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }
  .container-home {
    padding-right: 24px;
    padding-left: 24px;
  }
  .h2 {
    margin-bottom: 16px;
  }
  .h2.no-bottom-space {
    width: auto;
  }
  .card-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
  .card-body {
    padding: 24px;
  }
  .form-input.form-input-large {
    height: 60px;
  }
  .hero-content-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-pair-text-2 {
    width: 90%;
    margin-bottom: 48px;
    text-align: center;
  }
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .center-mobile {
    text-align: center;
  }
  .hero-collage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collage-frame.image-right {
    right: -25%;
  }
  .collage-frame.image-left {
    left: -25%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .collage-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-icon {
    color: #0070d9;
  }
  .tab-panel {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-26 {
    overflow: visible;
    padding-right: 24px;
    padding-left: 24px;
  }
  .hero-collage-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-pair-text-3 {
    width: 75%;
    margin-bottom: 48px;
    text-align: center;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.double-top-space-show-hidden {
    padding-top: 25px;
  }
  .customer-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .customer-logo-case-study {
    width: 125px;
    max-height: none;
    margin-bottom: 0px;
  }
  .small-description {
    padding-right: 25px;
  }
  .pill-wrapper {
    width: 100%;
  }
  .customer-logo-case-study-2 {
    width: 125px;
    margin-bottom: 15px;
  }
  .image-card {
    overflow: hidden;
  }
  .grid-customer-card {
    padding: 24px 0px;
  }
  .container-home-grid {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .case-study-button.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .container-27 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 90%;
  }
  p {
    margin-bottom: 25px;
  }
  img {
    width: 90%;
    max-width: 90%;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-1 {
    position: relative;
    top: -15px;
    margin-top: 0px;
  }
  .heading-1.white {
    width: 75%;
    font-size: 32px;
    line-height: 28px;
  }
  .body {
    padding-top: 0px;
  }
  .flex-wrapper.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55%;
  }
  .flex-wrapper.mobile-center {
    -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;
  }
  .flex-wrapper.mobile {
    padding-top: 0px;
  }
  .flex-wrapper.mobile._100 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .flex-wrapper.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55%;
  }
  ._50-percent-column {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._50-percent-column.flex-center {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._50-percent-column.flex-center.mobilefriendly {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.flex-center.mobilefriendly.complete-lineup {
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-image: none;
  }
  ._50-percent-column.flex-center.mobilefriendly.margin-top-bottom {
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 100% 50%;
  }
  ._50-percent-column.no-padding-bottom {
    padding-bottom: 0px;
  }
  ._50-percent-column.padding-top-bottom-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._50-percent-column.margin-top-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._50-percent-column.override-order {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.blue._200-height {
    height: 200px;
  }
  ._50-percent-column._300-height.grey {
    height: 200px;
  }
  ._50-percent-column.reverse-order {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.padding-top-bottom-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._50-percent-column.block {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._50-percent-column.technical-support {
    height: 250px;
  }
  .text-content.mobile {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-content.mobile.tech-support {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-3.center-content {
    width: 80%;
    margin-bottom: 15px;
  }
  .clients-inter-box {
    width: 90%;
  }
  .set-1-logo-1 {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .logos-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inline-block {
    width: 250px;
  }
  .inline-block:hover {
    font-weight: 700;
  }
  .footer-left-column {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer-right-column {
    width: 100%;
  }
  .footer-notice.mobile._100 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .set-1-logo-2 {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .set-1-logo-3 {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .set-1-logo-4 {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .set-1-logo-5 {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .error-message {
    width: 80%;
  }
  .error-message.on-form-3 {
    width: 100%;
    padding-left: 35px;
  }
  .error-message.on-form-3 {
    width: 100%;
    padding-left: 35px;
  }
  .wide-section {
    padding-top: 0px;
  }
  .wide-section.bg-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wide-section.careers-mob-1 {
    display: block;
    padding-top: 0px;
  }
  .hero-logos-container {
    -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;
  }
  .hero-logos-container.relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-logo-column-1 {
    width: 33%;
    margin-bottom: 30px;
  }
  .hero-logo-column-2 {
    width: 33%;
    margin-bottom: 30px;
  }
  .hero-logo-column-3 {
    width: 33%;
    margin-bottom: 30px;
  }
  .hero-logo-column-4 {
    width: 33%;
  }
  .hero-logo-column-5 {
    width: 33%;
  }
  .tab-link {
    width: auto;
    max-width: 50%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
  }
  .tab-link.w--current {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-right-style: none;
    border-bottom-style: none;
    font-weight: 700;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 25px;
    padding-bottom: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._30-percent-column {
    width: 80%;
  }
  ._30-percent-column.top-padding {
    width: 100%;
    padding-left: 0px;
  }
  .form-3-input.margin-bottom {
    border-style: none;
    border-color: #9e9e9e;
  }
  .form-3 {
    width: 90%;
  }
  ._50-percent-column-special {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  ._45-percent-column-special {
    width: 100%;
  }
  .navlink {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
  }
  .navlink.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0px none #000;
  }
  .navlink.w--current:hover {
    border-color: transparent;
    border-radius: 0px;
    background-color: #fff;
    color: #1b1b1b;
  }
  .dropdown-link {
    font-weight: 300;
  }
  .dropdown-link:hover {
    background-color: transparent;
    color: #1b1b1b;
  }
  .dropdown-link.w--current {
    background-color: transparent;
    color: #1b1b1b;
  }
  .dropdown-toggle {
    border-bottom: 1px none #000;
    background-color: transparent;
  }
  .dropdown-toggle:hover {
    border-bottom: 0px none transparent;
    background-color: #fff;
    color: #1b1b1b;
  }
  .burger-menu {
    left: 0px;
    top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .center.mobile {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  .layout-thumbnail {
    width: 90%;
    height: 480px;
  }
  .hero-intro {
    width: 75%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .row {
    height: 75px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.height {
    height: 175px;
  }
  .row.height.double {
    height: 325px;
  }
  .row.height.more {
    height: 275px;
  }
  .stat-numbers {
    text-align: left;
  }
  .tabs-section-camp-manager-solution {
    padding-top: 25px;
  }
  .full-screen {
    margin-top: 0px;
  }
  .full-screen.mobile {
    margin-top: 15px;
  }
  ._50-percent-column-grey {
    width: 100%;
  }
  ._50-percent-column-grey.flex-center {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column-grey.flex-center.grey-tab {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column-grey.flex-center.grey {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .customers {
    width: 100%;
  }
  .customers.flex-center {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.8))), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .middle-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row-10 {
    display: block;
  }
  .column-24 {
    padding-left: 0px;
  }
  .column-25 {
    padding-left: 0px;
  }
  ._50-percent-column-home-1 {
    width: 100%;
  }
  ._50-percent-column-home-1.flex-center {
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  ._50-percent-column-home-1.flex-center.easy-to-use {
    background-position: 50% -16px;
  }
  .column-28 {
    padding-left: 0px;
  }
  .form-text.right-padding.top-padding {
    padding-top: 0px;
  }
  .form-text.right-padding.top-padding {
    padding-top: 0px;
  }
  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wide-section-padding {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .wide-section-padding.bg-grey {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wide-section-padding.activenetwork-section2 {
    padding: 25px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .wide-section-padding.home-bg-3 {
    padding-top: 25px;
  }
  .wide-section-padding.veb-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .wide-section-padding.digital-marketing {
    background-color: #f1f3f7;
    background-image: none;
    background-position: 0px 0px;
  }
  .wide-section-padding.activecom-bg-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('/Assets/ActiveNetwork/activecom.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Assets/ActiveNetwork/activecom.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  ._50-percent-column-padding {
    width: 100%;
    padding-bottom: 0px;
  }
  .text-content-full {
    padding-top: 0px;
    padding-right: 0px;
  }
  ._50-percent-column-padding-double {
    width: 100%;
  }
  .name-quote {
    text-align: left;
  }
  .wide-section-scroll-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wide-section-scroll-padding.grey {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-menu {
    top: 0px;
    bottom: -27px;
    max-height: 200px;
    margin-top: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form3-horizontal-blue {
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
    background-image: linear-gradient(180deg, #0070d9, #0070d9);
  }
  .intro-container.mobile {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-intro {
    margin-bottom: 0px;
  }
  .h2-lowercase-center {
    display: block;
    text-align: center;
  }
  .p-white {
    width: 90%;
  }
  .primary-customer.white {
    width: 90%;
  }
  .center-text-content.mobile {
    width: 80%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .h2-primary.center {
    -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;
    text-align: center;
  }
  .intro-section-white {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .intro-paragraph.center.no-bottom {
    width: 90%;
  }
  .intro-paragraph.white {
    width: 75%;
  }
  .image-44 {
    width: auto;
  }
  .logo {
    position: absolute;
    left: 93px;
    top: 3px;
    right: 0px;
    width: 40vw;
  }
  .section-20 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2000;
  }
  .legal-text {
    margin-bottom: 0px;
  }
  .intro-section-bluecentered {
    padding-top: 50px;
  }
  .intro-section-grey {
    padding-top: 50px;
  }
  ._75 {
    width: 90%;
  }
  .dropdown {
    background-color: transparent;
    background-image: none;
  }
  .horiz-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form2-person {
    background-color: #f1f3f7;
    background-image: none;
  }
  ._50-percent-form {
    width: 100%;
    padding-bottom: 25px;
  }
  ._50-percent-form.flex-center {
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._50-percent-form.flex-center {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._50-percent-form.flex-center.contact-person {
    height: 400px;
    padding-top: 0%;
  }
  ._50-percent-column-right {
    width: 100%;
    padding-bottom: 25px;
  }
  .dropdown-toggle-in-nav:hover {
    background-color: transparent;
    color: #1b1b1b;
    font-weight: 700;
  }
  .dropdown-toggle-in-nav.w--open {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .dropdown-in-nav {
    background-color: transparent;
    background-image: none;
  }
  .dropdown-in-nav:hover {
    background-image: none;
  }
  .inline-block-in-nav {
    color: #1b1b1b;
    font-weight: 300;
  }
  .inline-block-in-nav:hover {
    color: #1b1b1b;
  }
  .inline-block-in-nav:focus {
    font-weight: 700;
  }
  .dropdown-list-copy.w--open {
    display: inline-block;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    color: #1b1b1b;
  }
  .white {
    width: 90%;
  }
  .center-white {
    display: block;
    text-align: center;
  }
  .column-1 {
    padding-right: 0px;
  }
  .column-1.center.reverse-order {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-1.no-top {
    margin-top: 0px;
  }
  .mobile-logo {
    width: 150px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .mobile-logo.no-bottom {
    margin-bottom: 0px;
  }
  .icon {
    color: #1b1b1b;
  }
  .intro-section-blue-2-col {
    padding-top: 50px;
  }
  .intro-sectionwhitecentered {
    padding-top: 50px;
  }
  .intro-section-dark {
    padding-top: 50px;
  }
  .column-90percent-top {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .left-padding.top-padding {
    margin-top: 35px;
  }
  .h1-large {
    font-size: 55px;
    line-height: 45px;
  }
  .xlarge-hero.home-vide {
    height: 550px;
  }
  .row-2 {
    margin-top: 0px;
  }
  .row-2.align-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-stat {
    width: 100%;
    margin-top: 15px;
  }
  ._80-percent {
    width: 90%;
  }
  .h2-large {
    margin-bottom: 15px;
  }
  .h2-large.center.margin-bottom {
    width: 100%;
  }
  .hero-module.hero-services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-module.hero-customersupport {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 800px;
    background-repeat: repeat, no-repeat;
  }
  .stat-section.stat-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xlarge-stat-descrip {
    width: 90%;
    margin-top: -35px;
  }
  .tabs-menu-3 {
    display: block;
    overflow: visible;
    text-align: center;
  }
  .h2-hero {
    width: 75%;
  }
  .middle-container-2 {
    width: 100%;
    padding-top: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .middle-container-2.margin-bottom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .check-in-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mobile-img-bg {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .slide-5 {
    margin-bottom: 65px;
  }
  .slider {
    height: auto;
  }
  .slide-nav-2 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .margin-bottom-100 {
    margin-bottom: 25px;
  }
  .lightbox-link-2 {
    display: block;
    width: 100%;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
  }
  .float-veb {
    bottom: -300px;
  }
  .get-started-link {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #0070d9;
    font-weight: 700;
  }
  .get-started-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0px none #000;
  }
  .get-started-link.w--current:hover {
    border-color: transparent;
    border-radius: 0px;
    background-color: #fff;
    color: #1b1b1b;
  }
  .customer-quote-stat {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mobile-logo-2 {
    width: 50%;
    margin-bottom: 15px;
  }
  .form2-person-2 {
    padding-top: 25px;
    background-image: none;
  }
  .form-wrapper-2 {
    -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;
  }
  ._50-percent-column-3 {
    width: 100%;
    padding-bottom: 0px;
  }
  ._50-percent-column-3.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .horizontal-form-2-2 {
    width: 90%;
  }
  .form3-horizontal-blue-2.blue.extra-bottom {
    padding-top: 25px;
  }
  .container-23 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .horiz-form-2 {
    width: 100%;
  }
  .intro-section-bluecentered-2 {
    padding: 25px 15px;
  }
  .center-white-2 {
    display: block;
    text-align: center;
  }
  .video-section-center-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._80-percent-2 {
    width: 90%;
  }
  .column-96 {
    padding-right: 0px;
    text-align: left;
  }
  .column-96.padding-top {
    padding-right: 0px;
    text-align: left;
  }
  .image-112 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .image-113 {
    width: 50%;
    max-width: 25%;
  }
  .form-11 {
    width: 90%;
  }
  .center-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .margin-top-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-link-2 {
    font-weight: 300;
  }
  .dropdown-link-2:hover {
    background-color: transparent;
    color: #1b1b1b;
  }
  .dropdown-link-2.w--current {
    background-color: transparent;
    color: #1b1b1b;
  }
  .get-started {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .row-3 {
    display: block;
  }
  .quote-text {
    width: 90%;
  }
  .dropdown-list-4.w--open {
    background-color: #000;
    color: #fff;
  }
  .menu-button {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .tab-pane-tab-3-2 {
    position: relative;
  }
  .activenetwork-wrapper {
    display: block;
  }
  .dropdown-toggle-2 {
    padding-left: 25px;
    color: #fff;
  }
  .dropdown-toggle-2.w--open {
    color: #fff;
  }
  .tabs-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs {
    display: none;
  }
  .tab-link-tab-1-2 {
    position: relative;
  }
  .nav-small {
    font-size: 12px;
  }
  .main-nav {
    background-color: #000;
  }
  .activenetwork-logo-2 {
    width: 17vw;
  }
  .dropdown-4 {
    background-color: transparent;
    background-image: none;
  }
  .dropdown-in-nav-3 {
    background-color: transparent;
    background-image: none;
    color: #fff;
  }
  .dropdown-in-nav-3:hover {
    background-image: none;
  }
  .burger-menu-3 {
    left: 0px;
    top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dropdown-toggle-in-nav-3:hover {
    background-color: transparent;
    color: #1b1b1b;
    font-weight: 700;
  }
  .dropdown-toggle-in-nav-3.w--open {
    border-bottom: 0px none rgba(0, 0, 0, 0.15);
  }
  .nav-column-2 {
    width: 95%;
  }
  .dropdown-link-6 {
    font-weight: 300;
  }
  .dropdown-link-6:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link-6.w--current {
    background-color: transparent;
    color: #1b1b1b;
  }
  .marketsubnav {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
  .inline-block-in-nav-3 {
    color: #fff;
    font-weight: 300;
  }
  .inline-block-in-nav-3:hover {
    color: #fff;
  }
  .inline-block-in-nav-3:focus {
    font-weight: 700;
  }
  .dropdown-toggle-6 {
    padding-left: 25px;
    border-bottom: 1px none #000;
    background-color: #0070d9;
    font-weight: 700;
  }
  .dropdown-toggle-6:hover {
    border-bottom: 0px none transparent;
    background-color: #093a67;
    color: #fff;
  }
  .nav-menu-4 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 325px;
    margin-top: 5px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dropdown-link-4 {
    padding-left: 35px;
    font-weight: 300;
  }
  .dropdown-link-4:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link-4.w--current {
    background-color: transparent;
    color: #0070d9;
  }
  .navlink-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #0070d9;
  }
  .navlink-3:hover {
    background-color: #106dc4;
  }
  .navlink-3.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px none #000;
    background-color: #0070d9;
    color: #093a67;
    font-size: 16px;
  }
  .navlink-3.w--current:hover {
    border-color: transparent;
    border-radius: 0px;
    background-color: #0070d9;
    color: #fff;
  }
  .dropdown-list-copy-3.w--open {
    display: inline-block;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    color: #1b1b1b;
  }
  .customer-26 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.8))), url('/Assets/ActiveNetwork/customer-quote-boys-football.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/customer-quote-boys-football.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .hero-module-2.hero-aboutus {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-12 {
    display: block;
  }
  ._3-col.grey-gradient {
    padding-right: 0px;
  }
  ._80perc {
    width: 90%;
  }
  .home-tab-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .slider-5 {
    height: 300px;
  }
  .about-us-video {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .about-us-1 {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .about-us-2 {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  ._90-perc-about-us {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .resources-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .careers-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .video-section {
    background-position: 34% 0px;
  }
  .quote-name-2 {
    margin-bottom: 0px;
  }
  ._1045-wide {
    display: none;
    width: auto;
    height: auto;
    margin-top: 0px;
  }
  .work-hard {
    height: 500px;
    margin-top: 25px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bullet-white-3 {
    width: 100%;
  }
  .bullet-white-2 {
    width: 100%;
  }
  .getting-active {
    height: 500px;
    margin-top: 25px;
  }
  .hookups {
    height: 500px;
  }
  .bullet-white {
    width: 100%;
  }
  .forbes-section {
    background-position: 34% 0px;
  }
  .column-11 {
    margin-bottom: 20px;
  }
  .row-58 {
    display: block;
  }
  .slide-14 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-1.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .slide-17 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-3.jpg');
    background-position: 0px 0px, 0px 0px, 0% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .slide-18 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-4.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .careers-hero-text {
    width: 100%;
    font-size: 30px;
    line-height: 25px;
  }
  .logo-3 {
    position: absolute;
    left: 65px;
    top: 3px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mainnav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #000;
  }
  .mainnav-link:hover {
    background-color: #106dc4;
  }
  .mainnav-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px none #000;
    background-color: #000;
    color: #0070d9;
    font-size: 14px;
  }
  .mainnav-link.w--current:hover {
    border-color: transparent;
    border-radius: 0px;
    background-color: #0070d9;
    color: #fff;
  }
  .tabs-menu-5 {
    padding-bottom: 0px;
  }
  .careers-div {
    height: 250px;
  }
  .contact-col {
    padding-right: 0px;
  }
  .offices-div {
    height: 200px;
  }
  .login-dropdown {
    width: 400px;
    padding-left: 25px;
    border-bottom: 1px none #000;
    background-color: #fff;
    font-weight: 300;
  }
  .login-dropdown:hover {
    border-bottom: 0px none transparent;
    background-color: #0070d9;
    color: #fff;
  }
  .login-dropdwon {
    padding-left: 25px;
    background-color: #fff;
    color: #1b1b1b;
    font-weight: 300;
  }
  .login-dropdwon:hover {
    background-color: #0070d9;
    color: #fff;
  }
  .login-dropdwon.w--current {
    background-color: transparent;
    color: #0070d9;
  }
  .div-block-74 {
    width: 95%;
  }
  .small-dropdown {
    color: #fbad18;
    font-size: 12px;
  }
  .small-dropdown.w--open {
    color: #fff;
  }
  .languages-drop {
    color: #fff;
  }
  .languages-drop.w--open {
    color: #fff;
  }
  .tabs-3 {
    display: none;
  }
  .image-118 {
    width: auto;
    max-width: 100%;
  }
  .hide-mob {
    display: none;
  }
  .app-icon {
    width: 40px;
  }
  .image-121 {
    max-width: 75%;
  }
  .customer-bonefrog {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('/Assets/ActiveNetwork/bonefrog-bg-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Assets/ActiveNetwork/bonefrog-bg-1.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .stat-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .partners-sponsors-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: none;
  }
  .logo-section-2 {
    width: 90%;
    margin-top: 0px;
  }
  .home-mobile-tabs {
    display: block;
  }
  .image-124 {
    width: 100%;
    max-width: 100%;
  }
  .phone-img {
    display: block;
  }
  ._90-percent {
    width: 95%;
  }
  .mobile-only-link.top-margin {
    font-size: 12px;
  }
  .mobile-only-link.margin-bottom {
    font-size: 12px;
  }
  .mobile-only-link.margin-bottom {
    font-size: 12px;
  }
  .mobile-only-link.top-margin {
    font-size: 12px;
  }
  .contact-tab-section {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  .small-nav-drop-2 {
    font-size: 12px;
  }
  .dropdown-toggle-7 {
    padding-left: 25px;
    color: #fff;
  }
  .dropdown-toggle-7.w--open {
    color: #fff;
  }
  .tabs-4 {
    display: none;
  }
  .dropdown-list-worldwide.w--open {
    max-height: none;
    max-width: none;
  }
  .tab-link-tab-1-3 {
    position: relative;
  }
  .icon-10 {
    color: #1b1b1b;
  }
  .dropdown-list-8.w--open {
    background-color: #000;
    color: #fff;
  }
  .main-nav-2 {
    background-color: #000;
  }
  .div-block-75 {
    width: 100%;
  }
  .search-section {
    width: 90%;
  }
  .search-icon {
    font-size: 14px;
  }
  .column-center-text {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-text {
    width: 100%;
    font-size: 14px;
  }
  .quote.center {
    width: 100%;
  }
  .content-div {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .content-div.grey {
    width: 100%;
  }
  .content-div.white-bg {
    width: 100%;
  }
  .content-column {
    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;
  }
  .main-content {
    padding-bottom: 0px;
  }
  ._50per {
    width: 100%;
  }
  .quote-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .middle-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .middle-quote.right-line {
    border: 1px none #000;
  }
  .center-black {
    display: block;
    text-align: center;
  }
  .large-black {
    display: block;
    width: 90%;
    text-align: left;
  }
  .video-lightbox-icon {
    width: 25px;
  }
  ._4-col {
    padding-bottom: 0px;
  }
  .quote-logo {
    max-width: 25%;
    margin-bottom: 25px;
  }
  .right-column-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .left-image-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-bottom {
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.dark {
    padding-top: 30px;
    padding-bottom: 175px;
  }
  .image-section-overlay-block {
    width: 90%;
  }
  .section-home {
    padding: 40px 0px;
  }
  .section-home.no-bottom.bg-primary-grey {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-home.no-top.bg-gray {
    padding-bottom: 60px;
  }
  .video-lightbox-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 5px;
    -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;
  }
  .video-lightbox-block {
    height: 260px;
  }
  .video-lightbox-block.large {
    height: 250px;
  }
  .h1-large-20-year {
    font-size: 55px;
    line-height: 45px;
  }
  .h2-hero-20year {
    width: 100%;
  }
  ._80-percent-message-copy {
    width: 100%;
  }
  .hero-section-action {
    margin-top: 24px;
  }
  .text-huge {
    text-align: center;
  }
  .home-container.margin-top {
    margin-top: 36px;
  }
  .paragraph-large {
    margin-bottom: 16px;
  }
  .content-pair-text {
    width: 480px;
    margin-bottom: 24px;
  }
  .brand-image {
    width: auto;
    max-height: 35px;
    max-width: none;
  }
  .text-small-caps {
    font-size: 13px;
  }
  .h2-large {
    text-align: center;
  }
  .paragraph-large-2 {
    margin-bottom: 16px;
  }
  .small-logo.dark {
    width: auto;
  }
  .eliminate-logo {
    width: auto;
    height: 40px;
    max-width: none;
  }
  .quote-name-3 {
    margin-bottom: 16px;
    margin-left: 0px;
    text-align: center;
  }
  .avatar {
    width: 60px;
    height: 60px;
  }
  .text-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .divider {
    height: 7vw;
  }
  .divider.divider-bottom {
    max-width: none;
    margin-top: 72px;
    margin-right: 0px;
  }
  .divider.divider-top {
    max-width: 100%;
    margin-bottom: 72px;
  }
  .four-up-grid {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .large-metrics.text-center {
    grid-column-gap: 12px;
  }
  .pill-image {
    width: auto;
    max-width: none;
  }
  .pill {
    padding: 6px 12px 6px 6px;
  }
  .pill.pill-notice.bg-gray-4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-title {
    margin-bottom: 48px;
  }
  .text-large {
    font-size: 16px;
    line-height: 24px;
  }
  .pill-heading {
    font-size: 16px;
  }
  .card-image-top {
    max-width: 100%;
  }
  .card {
    border-radius: 5px;
  }
  .card.blog-card {
    margin-bottom: 25px;
  }
  .card-body {
    padding: 24px;
  }
  .grid {
    display: block;
  }
  .form-input.form-input-large.subscribe-form-input {
    margin-right: 8px;
  }
  .subscribe-form-wrapper {
    margin-top: 36px;
  }
  .div-block-80 {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .lifestyle-image {
    width: 100%;
    max-width: 100%;
  }
  .content-pair-text-2 {
    margin-bottom: 24px;
  }
  .hero-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .graphic-div-2 {
    margin-top: 15px;
  }
  .max-width-150-mobile {
    width: 125px;
    max-width: 150px;
    margin-right: 0px;
  }
  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .overlay-graphic-5 {
    bottom: 65%;
  }
  .overlay-graphic-7 {
    bottom: 15%;
  }
  .overlay-graphic-11 {
    right: -6%;
  }
  .max-width-100 {
    width: 100%;
    max-width: 150px;
    margin-right: 0px;
  }
  .max-width-200-mobile {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }
  .image-133 {
    width: 100%;
    max-width: 100%;
  }
  .hero-collage {
    margin-top: 25px;
  }
  .collage-frame {
    border-width: 5px;
  }
  .collage-frame.image-right {
    top: -6%;
    right: -6%;
    width: 35%;
    height: auto;
    border-width: 5px;
  }
  .collage-frame.image-left {
    left: -6%;
    bottom: -6%;
    width: 35%;
    height: auto;
    border-width: 5px;
  }
  .logo-4 {
    width: 45px;
  }
  .collage-image {
    width: 100%;
    max-width: 100%;
  }
  .home-icon {
    color: #0070d9;
  }
  .tabs-menu-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .load-bar-base {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .standard-tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-collage-2 {
    margin-top: 25px;
  }
  .content-pair-text-3 {
    margin-bottom: 24px;
  }
  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .large-h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.double-top-space-show-hidden {
    padding-top: 48px;
  }
  .section.double-top-space-show-hidden.bg-gray-4-mobile {
    background-color: #f7fafc;
  }
  .max-width-75-mobile {
    width: 125px;
    max-width: 150px;
    margin-right: 0px;
  }
  .customer-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .customer-logo-case-study {
    width: auto;
    max-height: 45px;
  }
  .customer-3-col-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .small-description {
    width: 100%;
    padding-right: 0px;
  }
  .grid-2 {
    display: block;
  }
  .customer-card {
    margin-bottom: 16px;
  }
  ._2-col-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-logo-case-study-2 {
    width: auto;
    max-height: 45px;
  }
  .grid-3 {
    display: block;
  }
  .customer-card-image-large {
    width: 100%;
    height: 100%;
  }
  .image-card {
    width: 100%;
    height: 150px;
  }
  .grid-customer-card {
    display: block;
    padding: 32px 32px 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-2-col-div {
    margin-bottom: 16px;
  }
  .card-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .medium-link {
    display: inline;
    font-size: 16px;
  }
  .cta-pill {
    font-size: 16px;
    line-height: 26px;
  }
  .container-27.announcement-bar-container {
    padding-right: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 30px;
  }
  p {
    width: 100%;
    margin-bottom: 25px;
  }
  a {
    font-size: 16px;
    line-height: 26px;
  }
  ul {
    width: 90%;
  }
  img {
    width: 90%;
    max-width: 90%;
    margin: 0px auto;
    text-align: left;
  }
  .quote-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-section-2.bg-grey {
    padding-left: 25px;
  }
  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-1 {
    margin-top: 0px;
  }
  .navbar-1 {
    position: static;
    bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 3px;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .paragraph {
    width: 100%;
  }
  .heading-1.white {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }
  .heading-1.center-content._75 {
    font-size: 40px;
    line-height: 35px;
  }
  .body {
    padding-top: 0px;
  }
  .flex-wrapper {
    width: auto;
  }
  .flex-wrapper.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-wrapper.mobile-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.mobile {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-wrapper.mobile._100 {
    width: 90%;
  }
  .flex-wrapper.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  ._50-percent-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    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;
  }
  ._50-percent-column.flex-center {
    width: 100%;
    height: auto;
    padding: 0px 0px 0%;
    text-align: center;
  }
  ._50-percent-column.flex-center.mobilefriendly {
    width: 100%;
    height: 200px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-image: url('/Assets/ActiveNetwork/iStock-625627708.jpg');
    background-size: cover;
  }
  ._50-percent-column.flex-center.mobilefriendly.complete-lineup {
    width: 100%;
    padding-top: 0px;
    background-image: none;
  }
  ._50-percent-column.flex-center.mobilefriendly.margin-top-bottom {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  ._50-percent-column.flex-center.complete-lineup {
    margin-top: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 100% 50%;
  }
  ._50-percent-column.no-padding-bottom {
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.padding-top-bottom-100 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._50-percent-column.responsive-design {
    height: 250px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._50-percent-column.on-the-go {
    height: 200px;
  }
  ._50-percent-column.bg-grey.padding-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._50-percent-column.email {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.more-than {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.margin-top-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._50-percent-column.override-order {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._50-percent-column.padding-top-bottom-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text-content {
    margin: 0px 25px;
    padding: 0px;
  }
  .text-content.mobile {
    width: 85%;
    padding: 0px;
  }
  .bottom-border.more-bottom {
    display: block;
  }
  .bottom-border.more-bottom {
    display: block;
    width: 100%;
  }
  .bottom-border.more-bottom {
    display: block;
    width: 100%;
  }
  .heading-3.center-content {
    width: 100%;
    text-align: center;
  }
  .inter-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .clients-inter-box {
    width: 100%;
    margin-top: 0px;
  }
  .set-1-logo-1 {
    width: 100%;
  }
  .inline-block {
    width: 100%;
  }
  .inline-block:hover {
    font-weight: 700;
  }
  .testimonial-slider {
    width: 100%;
  }
  .testimonial-text-box {
    width: 80%;
  }
  .slider-arrow {
    display: none;
  }
  .footer-text {
    width: 100%;
  }
  .footer-link-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer-link-box.no-borders {
    margin-bottom: 0px;
  }
  .footer-mini-title {
    line-height: 15px;
  }
  .footer-notice {
    margin-top: 60px;
  }
  .footer-notice.mobile._100 {
    width: 90%;
    padding-left: 0px;
  }
  .testimonial-mask {
    width: 100%;
  }
  .set-1-logo-2 {
    width: 100%;
  }
  .set-1-logo-3 {
    width: 100%;
  }
  .set-1-logo-4 {
    width: 100%;
  }
  .set-1-logo-5 {
    width: 100%;
  }
  .slide-nav {
    position: relative;
    display: block;
  }
  .wide-section {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wide-section.bg-grey {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wide-section.bg-grey.online-attendance-tracking {
    padding-top: 50px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#f1f3f7));
    background-image: linear-gradient(180deg, #f1f3f7, #f1f3f7);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero-logos-container {
    display: none;
  }
  .hero-logos-container.relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .hero-logo-column-1 {
    width: 100%;
    text-align: center;
  }
  .hero-logo-column-2 {
    width: 100%;
    text-align: center;
  }
  .hero-logo-column-3 {
    width: 100%;
    text-align: center;
  }
  .hero-logo-column-4 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .hero-logo-column-5 {
    width: 100%;
    text-align: center;
  }
  .intro-feature-item-1 {
    display: block;
    padding: 0px;
    border-bottom-style: none;
  }
  .intro-feature-item-2 {
    display: block;
    padding: 0px;
    border-top: 0px none transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    text-align: left;
  }
  .intro-feature-item-3 {
    display: block;
    padding: 0px;
    text-align: left;
  }
  .tab-link {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0px;
  }
  .tab-link:hover {
    border-bottom-style: solid;
  }
  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 2px solid #fbad18;
  }
  .tabs-menu {
    top: 50px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._30-percent-column.top-padding {
    width: 100%;
    margin-top: 15px;
  }
  .hero-form {
    width: 100%;
    padding-left: 0px;
  }
  .form-3-input {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .form-3-input.margin-bottom {
    margin-bottom: 15px;
    border-style: none;
    border-color: #9e9e9e;
  }
  .form-3-input.margin-bottom {
    margin-bottom: 15px;
  }
  .form-3 {
    display: block;
    width: 100%;
    padding: 25px;
    -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;
  }
  ._50-percent-column-special {
    width: 100%;
  }
  ._45-percent-column-special {
    width: 100%;
  }
  .navlink {
    padding: 10px 15px;
    border-style: none;
    border-radius: 0px;
    background-color: #000;
  }
  .navlink:hover {
    background-color: #000;
  }
  .navlink.w--current {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 0px none transparent;
    background-color: #000;
    font-family: Proximanova, sans-serif;
    color: #0070d9;
    font-size: 14px;
    font-weight: 700;
  }
  .navlink.w--current:hover {
    background-color: #fff;
    color: #1b1b1b;
    font-weight: 700;
  }
  .dropdown-link {
    border-bottom: 1px none #000;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    font-size: 14px;
    line-height: 24px;
  }
  .dropdown-link:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link.w--current {
    background-color: transparent;
    color: #106dc4;
    font-weight: 700;
  }
  .dropdown-toggle {
    padding-top: 10px;
    background-color: #000;
  }
  .dropdown-toggle:hover {
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #fff;
    color: #1b1b1b;
  }
  .burger-menu {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .center.mobile {
    width: 100%;
  }
  .utility-page-wrap {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .utility-page-content.center {
    width: 90vw;
  }
  ._33-percent-column {
    width: 100%;
  }
  .layout-thumbnail {
    width: 100%;
    height: 250px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .hero-intro {
    width: 90%;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .form1-imagebg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .grey-column {
    padding-left: 45px;
  }
  .row {
    height: 115px;
  }
  .row.height {
    height: 300px;
  }
  .row.height.double {
    height: 450px;
  }
  .row.height.more {
    height: 350px;
  }
  .stat-numbers {
    text-align: left;
  }
  .tab-column.right-padding {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 0px;
  }
  .tabs-section-camp-manager-solution {
    height: auto;
    padding: 50px 25px 0px;
  }
  .full-screen {
    margin-top: 0px;
  }
  .full-screen.mobile {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
  ._50-percent-column-grey {
    width: 100%;
  }
  ._50-percent-column-grey.flex-center {
    padding-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  ._50-percent-column-grey.flex-center.grey-tab {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._50-percent-column-grey.flex-center.grey {
    background-image: none;
  }
  .customers {
    width: 100%;
  }
  .customers.flex-center {
    position: static;
    width: 85%;
    padding: 0% 0px;
    text-align: center;
  }
  .names {
    text-align: left;
  }
  .customer-section {
    padding: 25px 0px;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.8))), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/activenetwork-capterra.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .resources {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .resources.data-safe {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .middle-container {
    display: block;
    width: 100%;
    padding-top: 25px;
    -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;
  }
  .row-10 {
    display: block;
  }
  .need-content {
    width: 100%;
    text-align: left;
  }
  .column-24 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .column-25 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  ._50-percent-column-home-1 {
    width: 100%;
  }
  ._50-percent-column-home-1.flex-center {
    width: 100%;
    padding: 0px 0px 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .div-block-8 {
    width: 100%;
  }
  ._4-col-section {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._4-col-section.bg-grey.mobile {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-text.right-padding {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 25px;
  }
  .form-text.right-padding.top-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-text.right-padding.top-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wide-section-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
  }
  .wide-section-padding.bg-grey {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wide-section-padding.activenetwork-section2 {
    padding: 25px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/activenetwork_increase-partcipation.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .wide-section-padding.home-bg-3 {
    padding-top: 25px;
  }
  .wide-section-padding.veb-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .wide-section-padding.services0sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/ProfessionalServices.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/ProfessionalServices.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .wide-section-padding.digital-marketing {
    background-color: #f1f3f7;
  }
  .wide-section-padding.activecom-bg-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('/Assets/ActiveNetwork/activecom.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Assets/ActiveNetwork/activecom.jpg');
    background-position: 0px 0px, 75% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  ._50-percent-column-padding {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-content-full {
    padding-top: 0px;
  }
  ._50-percent-column-padding-double {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .name-quote {
    text-align: left;
  }
  .name-quote.black.center-text {
    margin-right: auto;
    margin-left: auto;
  }
  .content-wrapper-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .stat-section-center {
    width: 100%;
    padding: 0px;
  }
  .stat-section-center.mobile {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wide-section-scroll-padding {
    padding-top: 25px;
    padding-bottom: 25px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-content-100-perc.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list {
    width: auto;
  }
  .dropdown-list.w--open {
    width: auto;
  }
  .nav-menu {
    position: absolute;
    left: auto;
    top: NaNpx;
    right: auto;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: 325px;
    margin-top: 0px;
    padding-top: 75px;
    padding-left: 0px;
    background-color: #000;
  }
  .video-section-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-11 {
    position: static;
    left: 116px;
    top: -34px;
    right: 0px;
    z-index: 1000;
    width: 40%;
  }
  .hyperlink {
    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;
  }
  .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .form3-horizontal-blue {
    padding: 25px 25px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0070d9), to(#0070d9));
    background-image: linear-gradient(180deg, #0070d9, #0070d9);
  }
  .tabs-2 {
    display: block;
  }
  .intro-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-container.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-intro {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .h2-lowercase-center {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
    text-align: center;
  }
  .p-white {
    width: 100%;
  }
  .primary-customer.white {
    width: 100%;
    font-size: 40px;
    line-height: 35px;
  }
  .center-text-content.mobile {
    width: 90%;
    padding: 25px 0px;
  }
  .h2-primary {
    width: 100%;
    line-height: 32px;
  }
  .h2-primary.white {
    font-size: 28px;
    line-height: 30px;
  }
  .h2-primary.center {
    width: 100%;
  }
  .intro-section-white {
    height: auto;
    padding: 25px;
  }
  .hero-text._50.black {
    width: 100%;
    font-size: 40px;
    line-height: 35px;
  }
  .feature-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('/Assets/ActiveNetwork/run-your-sports.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('/Assets/ActiveNetwork/run-your-sports.png');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  ._80 {
    width: 100%;
  }
  .intro-paragraph {
    width: 100%;
  }
  .intro-paragraph.center {
    width: 100%;
  }
  .intro-paragraph.white {
    width: 100%;
  }
  .padding-bottom {
    width: 75%;
    padding-bottom: 0px;
  }
  .image-44 {
    width: auto;
  }
  .logo {
    position: absolute;
    left: 15px;
    top: 1px;
    right: -17px;
    bottom: -34px;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65vw;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .logo.w--current {
    width: 65vw;
  }
  .section-20 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2000;
    height: 75px;
  }
  .legal-text.mobile {
    padding-left: 0px;
  }
  .legal-text.mobile._100 {
    width: 90%;
  }
  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
    font-size: 10px;
  }
  .nav-logo {
    display: block;
    width: 75vw;
    margin-left: 0px;
    padding-top: 0px;
  }
  .intro-section-bluecentered {
    height: auto;
    padding: 50px 25px 25px;
  }
  .intro-section-grey {
    height: auto;
    padding: 50px 0px 25px;
  }
  .tabs-content-2 {
    width: auto;
    margin-top: -25px;
  }
  ._75 {
    width: 100%;
  }
  .row-30 {
    display: block;
  }
  .div-block-23 {
    width: 100%;
  }
  .dropdown {
    width: auto;
  }
  .horiz-form {
    display: block;
    width: 100%;
    padding: 0px 0px 25px;
    -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;
  }
  .horizontal-form-2 {
    width: 100%;
    padding-left: 0px;
  }
  .tab-pane-2 {
    height: 850px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  }
  .tab-pane-3 {
    height: 800px;
  }
  .tab-pane-4 {
    height: 700px;
  }
  .form2-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 25px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #f1f3f7;
    background-image: none;
  }
  ._50-percent-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
  }
  ._50-percent-form.flex-center {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0px 0px 0%;
    text-align: center;
  }
  ._50-percent-form.flex-center.contact-person {
    height: 400px;
    background-position: 50% 100%;
    background-size: 330px;
  }
  ._50-percent-form.flex-center {
    width: 100%;
    padding: 0px 0px 0%;
    text-align: center;
  }
  ._50-percent-form.flex-center.contact-person {
    height: 425px;
    background-position: 50% 100%;
    background-size: 330px;
  }
  .horiz-form-no-bg {
    display: block;
    width: 100%;
    padding: 25px;
    -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;
  }
  .column-1 {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .image-60 {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._50-percent-column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-60 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container-13 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .h2-hero-text.black {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
  }
  .dropdown-toggle-in-nav {
    background-color: transparent;
    font-weight: 700;
  }
  .dropdown-toggle-in-nav:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-toggle-in-nav.w--open {
    border-style: none none solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 rgba(0, 0, 0, 0.15);
    background-color: transparent;
    font-weight: 700;
  }
  .dropdown-in-nav {
    background-color: transparent;
    background-image: none;
    color: #1b1b1b;
  }
  .dropdown-in-nav:hover {
    background-image: none;
    color: #1b1b1b;
  }
  .dropdown-in-nav:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #000 #000 rgba(0, 0, 0, 0.1);
    color: #1b1b1b;
  }
  .inline-block-in-nav {
    width: 200px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .inline-block-in-nav:hover {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
  }
  .inline-block-in-nav:active {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
  }
  .inline-block-in-nav:focus {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
  }
  .dropdown-list-copy {
    width: auto;
    background-color: transparent;
  }
  .dropdown-list-copy.w--open {
    width: auto;
    padding-bottom: 15px;
    background-color: transparent;
    box-shadow: none;
    color: #1b1b1b;
  }
  .hero-content {
    width: 90%;
  }
  .hero-div {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }
  .white {
    width: 100%;
  }
  .white._50 {
    width: 90%;
  }
  .center-white {
    display: block;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 26px;
    text-align: center;
  }
  .container-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-28 {
    line-height: 35px;
  }
  .div-block-35 {
    text-align: center;
  }
  .column-70 {
    margin-top: 50px;
    padding-left: 0px;
  }
  .column-71 {
    padding-left: 0px;
  }
  .column-1 {
    position: relative;
    display: block;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .column-1.padding-top-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .column-1.center {
    padding-left: 0px;
  }
  .column-1.less-top {
    margin-top: 0px;
  }
  .column-1.no-top {
    margin-top: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-2.padding-bottom-25 {
    display: block;
    padding-bottom: 25px;
    -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;
  }
  .column-3 {
    padding-left: 0px;
  }
  .mobile-logo {
    width: 50%;
    max-width: 25%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 15px;
  }
  .mobile-logo.no-bottom {
    margin-bottom: 0px;
  }
  .icon {
    color: #fff;
  }
  .intro-section-blue-2-col {
    height: auto;
    padding: 50px 25px 25px;
  }
  .intro-sectionwhitecentered {
    height: auto;
    padding: 50px 25px 25px;
  }
  .button-dark {
    margin-top: 0px;
  }
  .intro-section-dark {
    height: auto;
    padding: 50px 25px 25px;
  }
  .bonefrog {
    padding: 50px 0px;
    float: left;
    background-position: 0px 0px, 50% 100%;
  }
  .column-90percent-top {
    display: block;
    width: 95%;
    margin-top: 10px;
  }
  .left-padding.top-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1-large {
    width: 90%;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 30px;
  }
  .xlarge-hero {
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xlarge-hero.home-vide {
    height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-content-large {
    width: 90%;
  }
  .row-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .row-1.mob-bottom {
    margin-bottom: 0px;
  }
  .row-1.mob-bottom {
    margin-bottom: 15px;
  }
  .large-stat {
    margin-top: 15px;
  }
  .large-stat.white {
    margin-top: 0px;
  }
  .bg-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._80-percent {
    width: 85%;
  }
  .h1-small {
    width: 100%;
  }
  .button-reverse.right-margin {
    margin-right: 0px;
  }
  .h2-large {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 30px;
  }
  .h2-large.white {
    margin-bottom: 0px;
  }
  .hero-module {
    height: auto;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-module.hero-services {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('/Assets/ActiveNetwork/services-hero-2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .hero-module.hero-customersupport {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('/Assets/ActiveNetwork/we-are-active-2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .stat-section.stat-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xlarge-stat {
    font-size: 100px;
    line-height: 100px;
  }
  .xlarge-stat-descrip {
    width: 90%;
    margin-top: -25px;
  }
  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-52 {
    margin-top: 0px;
  }
  .p-stat-text {
    margin-bottom: 25px;
  }
  .p-stat-text.no-bottom {
    margin-bottom: 0px;
  }
  .lightbox-link {
    width: auto;
    margin-bottom: 10px;
  }
  .h2-hero {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .middle-container-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 25px;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .check-in-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mobile-img-bg {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .columns {
    display: block;
  }
  .logos-2 {
    width: auto;
    max-height: 75px;
  }
  .mobile-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    margin-bottom: 25px;
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-5 {
    margin-bottom: 0px;
  }
  .slider {
    height: 110%;
  }
  .icon-6 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .slide-nav-2 {
    padding-top: 50px;
  }
  .margin-bottom-100 {
    margin-bottom: 0px;
  }
  .text-block {
    font-size: 12px;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .lightbox-link-2 {
    text-align: center;
  }
  .small-center {
    margin-top: 0px;
  }
  .float-veb {
    right: 10px;
    bottom: -142px;
    width: 60vw;
    height: 300px;
  }
  .form-3-dropdown {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .get-started-link {
    width: 100%;
    padding: 10px 15px;
    border-style: none;
    border-radius: 0px;
    background-color: #000;
    color: #0070d9;
    font-weight: 700;
  }
  .get-started-link:hover {
    background-color: #000;
  }
  .get-started-link.w--current {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 0px none transparent;
    background-color: #000;
    font-size: 14px;
    font-weight: 300;
  }
  .get-started-link.w--current:hover {
    background-color: #fff;
    color: #1b1b1b;
    font-weight: 700;
  }
  .customer-quote-stat {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .column-42 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-logo-2 {
    display: block;
    width: 35%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 10px;
  }
  .photo-call-out-large-2 {
    padding-left: 0px;
  }
  .form2-person-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .center-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-form-3 {
    width: 100%;
    padding-left: 0px;
  }
  .form-3-input-3.margin-bottom {
    margin-bottom: 15px;
    text-align: left;
  }
  .form-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-10 {
    display: block;
    width: 100%;
    padding: 25px;
    -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;
  }
  .intro-paragraph-2 {
    width: 100%;
  }
  .legal-text-center-grey {
    width: 75%;
  }
  ._50-percent-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }
  ._50-percent-column-3.flex-center {
    width: 100%;
    height: auto;
    padding: 0px 0px 0%;
    text-align: center;
  }
  .horizontal-form-2-2 {
    width: 100%;
    padding-left: 0px;
  }
  .form3-horizontal-blue-2.blue {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .form3-horizontal-blue-2.blue.extra-bottom {
    padding-bottom: 40px;
  }
  .container-23 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .horiz-form-2 {
    display: block;
    width: 100%;
    padding: 25px;
    -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;
  }
  .legal-text-center-white {
    width: 75%;
    margin-top: 0px;
  }
  .intro-section-bluecentered-2 {
    height: auto;
    padding: 25px 0px;
  }
  .intro-container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-white-2 {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
    text-align: center;
  }
  .video-section-center-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._80-percent-2 {
    width: 90%;
  }
  .column-96 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .column-96.padding-top {
    overflow: hidden;
    text-align: left;
  }
  .hero-div-2 {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }
  .hero-content-large-2 {
    width: 100%;
  }
  .form-11 {
    display: block;
    width: 100%;
    padding: 25px;
    -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;
  }
  .h2-large-white-center {
    font-size: 35px;
    line-height: 30px;
  }
  .intro-center-white {
    width: 100%;
  }
  .checkbox-field-2 {
    width: 90%;
  }
  .center-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-link-2 {
    border-bottom: 1px none #000;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    font-size: 14px;
    line-height: 24px;
  }
  .dropdown-link-2:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link-2.w--current {
    background-color: transparent;
    color: #106dc4;
    font-weight: 700;
  }
  .center-form {
    width: 100%;
    padding-left: 0px;
  }
  .get-started {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 25px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/GetStarted_BG.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .quote-text {
    width: auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .dropdown-list-4.w--open {
    background-color: transparent;
  }
  .nav-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
    font-size: 10px;
  }
  .tab-pane-tab-3-2 {
    position: static;
    left: 0px;
    bottom: 0px;
  }
  .dropdown-toggle-2 {
    padding-left: 25px;
    background-color: #000;
  }
  .tabs-content {
    position: static;
    left: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu-4 {
    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;
  }
  .tab-link-tab-1-2 {
    position: relative;
    width: 100%;
  }
  .tab-link-tab-1-2.w--current {
    width: 100%;
  }
  .nav-small {
    padding-bottom: 10px;
  }
  .nav-small.bottom-margin {
    margin-bottom: 0px;
    padding-bottom: 25px;
    background-color: #000;
  }
  .activenetwork-logo-2 {
    display: block;
    width: 90vw;
    max-width: 90px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .dropdown-4 {
    width: auto;
  }
  .dropdown-in-nav-3 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: none;
    color: #1b1b1b;
  }
  .dropdown-in-nav-3:hover {
    background-image: none;
    color: #1b1b1b;
  }
  .dropdown-in-nav-3:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #000 #000 rgba(0, 0, 0, 0.1);
    color: #1b1b1b;
  }
  .burger-menu-3 {
    position: relative;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dropdown-toggle-in-nav-3 {
    background-color: transparent;
    font-weight: 700;
  }
  .dropdown-toggle-in-nav-3:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-toggle-in-nav-3.w--open {
    border-style: solid solid none;
    border-width: 0px;
    border-color: #000 #000 #fff;
    background-color: #093a67;
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .mobile-nav-breadcrumb {
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
  }
  .nav-column-2 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 35px;
    background-color: #093a67;
    text-align: left;
  }
  .image-115 {
    max-width: 50px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .dropdown-link-6 {
    padding-left: 50px;
    border-bottom: 1px none #000;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown-link-6:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link-6.w--current {
    background-color: transparent;
    color: #106dc4;
    font-weight: 700;
  }
  .column-105 {
    display: none;
  }
  .marketsubnav {
    position: static;
    bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    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-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;
    background-color: transparent;
  }
  .mobile-nav-icon-2-copy {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .secondary-nav-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #0070d9;
  }
  .inline-block-in-nav-3 {
    width: 200px;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  .inline-block-in-nav-3:hover {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
  }
  .inline-block-in-nav-3:active {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
  }
  .inline-block-in-nav-3:focus {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
  }
  .column-106 {
    display: none;
  }
  .dropdown-toggle-6 {
    padding-top: 15px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #0070d9;
  }
  .dropdown-toggle-6:hover {
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #106dc4;
    color: #fff;
  }
  .dropdown-toggle-6.w--open {
    background-color: #093a67;
  }
  .nav-col-1-v2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu-4 {
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 101%;
    height: auto;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #106dc4;
  }
  .dropdown-link-4 {
    padding-left: 35px;
    border-bottom: 1px none #000;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown-link-4:hover {
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link-4.w--current {
    background-color: transparent;
    color: #106dc4;
    font-weight: 700;
  }
  .navlink-3 {
    padding: 15px 15px 15px 25px;
    border-style: none;
    border-radius: 0px;
    background-color: #0070d9;
  }
  .navlink-3:hover {
    background-color: #0070d9;
  }
  .navlink-3.w--current {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 0px none transparent;
    background-color: #0070d9;
    color: #093a67;
    font-size: 16px;
    font-weight: 700;
  }
  .navlink-3.w--current:hover {
    background-color: #0070d9;
    color: #1b1b1b;
    font-weight: 700;
  }
  .dropdown-list-6 {
    width: auto;
  }
  .dropdown-list-6.w--open {
    width: auto;
    background-color: #093a67;
  }
  .dropdown-list-copy-3 {
    width: auto;
    background-color: transparent;
  }
  .dropdown-list-copy-3.w--open {
    width: auto;
    padding-bottom: 15px;
    background-color: transparent;
    box-shadow: none;
    color: #1b1b1b;
  }
  .customer-26 {
    padding: 25px 0px;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.8))), url('/Assets/ActiveNetwork/customer-quote-boys-football.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.8)), url('/Assets/ActiveNetwork/customer-quote-boys-football.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }
  .hero-module-2 {
    height: auto;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-module-2.hero-aboutus {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._3-col-section-bg {
    padding: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-12 {
    display: block;
  }
  ._3-col {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  ._3-col.grey-gradient {
    padding-top: 25px;
  }
  .button-4 {
    margin-top: 0px;
  }
  .background-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tab-link-tab-shorter {
    width: 25%;
    font-size: 12px;
  }
  .tab-link-tab-shorter.w--current {
    width: 25%;
    font-size: 12px;
  }
  .home-tab-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero-div-slider2 {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }
  .row-56 {
    display: block;
  }
  .row-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-108 {
    position: relative;
    display: block;
    margin-top: 15px;
    padding-bottom: 0px;
  }
  .about-us-video {
    display: block;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/quote-bg-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/quote-bg-2.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .about-us-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
  }
  .about-us-2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._90-perc-about-us {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._80-percent-nested {
    width: 85%;
  }
  .resources-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero-content-large-slider {
    width: 90%;
  }
  .careers-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .video-section {
    display: block;
    height: auto;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/quote-bg-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/quote-bg-2.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .row-7 {
    display: block;
    width: auto;
  }
  .quote-text-3 {
    width: 100%;
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .quote-name-2 {
    width: 100%;
    text-align: center;
  }
  .column-8 {
    padding-top: 20px;
  }
  ._1045-wide {
    width: auto;
    margin-top: 0px;
  }
  .white-4 {
    text-align: left;
  }
  .white-4._75 {
    width: 100%;
  }
  .work-hard {
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(87deg, rgba(0, 0, 0, 0.75), transparent), url('/Assets/ActiveNetwork/workhardplayhard.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bullet-white-3 {
    text-align: left;
  }
  .header-intro-text {
    margin-top: 20px;
  }
  .bullet-white-2 {
    text-align: left;
  }
  .getting-active {
    height: 400px;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/Assets/ActiveNetwork/getting-active.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/Assets/ActiveNetwork/getting-active.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hookups {
    height: 400px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('/Assets/ActiveNetwork/hookups.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/Assets/ActiveNetwork/hookups.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .bullet-white {
    text-align: left;
  }
  .html-embed {
    width: auto;
    height: auto;
  }
  .forbes-section {
    display: block;
    height: auto;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/Assets/ActiveNetwork/forbes-bg-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/ActiveNetwork/forbes-bg-2.jpg');
    background-position: 0px 0px, 56% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-116 {
    padding-top: 0px;
  }
  .column-11 {
    margin-bottom: 20px;
  }
  .column-13 {
    padding-bottom: 25px;
    text-align: center;
  }
  .slide-14 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-1.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .slide-15 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-2-.jpg');
    background-position: 0px 0px, 0px 0px, 70% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .slide-17 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(75deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('/Assets/ActiveNetwork/Career-slide-3.jpg');
    background-position: 0px 0px, 0px 0px, 40% 0%;
  }
  .slide-18 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('/Assets/ActiveNetwork/Career-slide-4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Assets/ActiveNetwork/Career-slide-4.jpg');
    background-position: 0px 0px, 65% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .careers-hero-text {
    width: 90%;
    font-size: 25px;
    line-height: 22px;
  }
  .mainnav-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-3 {
    position: absolute;
    left: 55px;
    top: 1px;
    right: -17px;
    bottom: -34px;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    height: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo-3.w--current {
    left: 52px;
    right: -38px;
    width: 65vw;
    padding-left: 0px;
  }
  .mainnav-link {
    padding: 15px 15px 15px 25px;
    border-style: none;
    border-radius: 0px;
    background-color: #000;
  }
  .mainnav-link:hover {
    background-color: #0070d9;
  }
  .mainnav-link.w--current {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 0px none transparent;
    background-color: #000;
    color: #0070d9;
    font-size: 14px;
    font-weight: 700;
  }
  .mainnav-link.w--current:hover {
    background-color: #0070d9;
    color: #1b1b1b;
    font-weight: 700;
  }
  .tabs-menu-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .careers-div {
    height: 300px;
  }
  .contact-col {
    position: relative;
    display: block;
    margin-top: 25px;
    padding-bottom: 0px;
  }
  .login-dropdown {
    width: 280px;
    padding-top: 15px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #fff;
  }
  .login-dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #106dc4;
    color: #fff;
  }
  .login-dropdown.w--open {
    background-color: #fff;
  }
  .login-logo {
    width: auto;
  }
  .login-dropdwon {
    padding-left: 25px;
    border-bottom: 1px none #000;
    background-color: #fff;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #1b1b1b;
    font-size: 14px;
    line-height: 20px;
  }
  .login-dropdwon:hover {
    background-color: #0070d9;
    color: #fff;
  }
  .login-dropdwon.w--current {
    background-color: transparent;
    color: #106dc4;
    font-weight: 700;
  }
  .div-block-74 {
    width: 95%;
  }
  .dropdown-list-login {
    width: auto;
  }
  .dropdown-list-login.w--open {
    width: auto;
    background-color: #093a67;
  }
  .p-stat-text-white {
    margin-bottom: 25px;
  }
  .image-121 {
    padding-left: 0px;
  }
  .customer-bonefrog {
    padding: 25px 0px;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('/Assets/ActiveNetwork/bonefrog-bg-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/Assets/ActiveNetwork/bonefrog-bg-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .partners-sponsors-2 {
    padding-top: 25px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }
  .logo-section-2 {
    display: block;
    width: 100%;
  }
  .social-img {
    width: 100%;
    max-width: 100%;
  }
  ._90-percent {
    width: 95%;
  }
  .column-111 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-only-link.margin-bottom {
    margin-bottom: 15px;
  }
  .mobile-only-link.margin-bottom {
    margin-bottom: 15px;
  }
  .contact-tab-section {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  .dropdown-toggle-7 {
    padding-left: 25px;
    background-color: #000;
  }
  .tabs-4 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown-list-worldwide {
    width: auto;
  }
  .dropdown-list-worldwide.w--open {
    width: auto;
    max-height: none;
    max-width: none;
    background-color: #000;
  }
  .dropdown-list-7 {
    width: auto;
  }
  .dropdown-list-7.w--open {
    width: auto;
    background-color: #093a67;
  }
  .tab-link-tab-1-3 {
    position: relative;
    width: 100%;
  }
  .tab-link-tab-1-3.w--current {
    width: 100%;
  }
  .mainnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .icon-10 {
    color: #fff;
  }
  .dropdown-list-8.w--open {
    background-color: transparent;
  }
  .div-block-75 {
    width: 100%;
  }
  .div-block-76 {
    background-color: #000;
  }
  .search-section {
    width: 85%;
  }
  .column-center-text {
    height: 55px;
    font-size: 14px;
  }
  .table-text {
    font-size: 14px;
  }
  .content-div {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .quote-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .center-black {
    display: block;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 26px;
    text-align: center;
  }
  .large-black {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
    text-align: left;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.dark {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 175px;
  }
  .image-section-overlay-block {
    width: 100%;
  }
  .section-home {
    padding: 32px 0px;
  }
  .section-home.no-bottom.bg-blue {
    padding: 32px 0px 0px;
  }
  .section-home.no-top.bg-gray {
    padding-bottom: 32px;
  }
  .video-lightbox-button-3 {
    width: 50px;
    height: 50px;
    padding-top: 0px;
  }
  .video-lightbox-block {
    height: 170px;
  }
  .video-lightbox-block.large {
    height: 180px;
  }
  .h1-large-20-year {
    width: 100%;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 30px;
  }
  .h2-hero-20year {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  ._80-percent-message-copy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .note-careerpage-copy {
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
    text-align: center;
  }
  .hero-section-action {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-huge {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  .home-container {
    overflow: visible;
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-container.margin-top {
    margin-top: 24px;
  }
  .schedule-demo-button.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .schedule-demo-button.button-large.add-margin-top {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .paragraph-large {
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  }
  .content-pair-text {
    width: 90%;
    max-width: none;
  }
  .page-container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .brand-image {
    max-height: 30px;
  }
  .button-text {
    margin-left: 0px;
  }
  .button-wrapper {
    margin-top: 5px;
  }
  .button-background {
    border-style: none;
  }
  .text-small-caps {
    font-size: 12px;
  }
  .h2-large {
    line-height: 40px;
    text-align: center;
  }
  .paragraph-large-2 {
    line-height: 32px;
  }
  .div-seperator {
    margin-top: 36px;
    padding-top: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .eliminate-logo {
    margin-right: 0px;
    margin-left: 0px;
  }
  .quote-name-3 {
    margin-left: 0px;
  }
  .avatar {
    width: 48px;
    height: 48px;
  }
  .avatar.avatar-xsmall {
    width: 36px;
    height: 36px;
  }
  .avatar.avatar-small {
    width: 36px;
    height: 36px;
  }
  .text-row.blockquote-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-image.hero-blockquote-bg {
    padding-right: 12px;
    padding-left: 12px;
  }
  .divider {
    height: 8vw;
  }
  .divider.divider-bottom {
    margin-top: 48px;
  }
  .divider.divider-top {
    margin-bottom: 48px;
  }
  .four-up-grid {
    width: auto;
    grid-row-gap: 24px;
  }
  .div-block-79 {
    margin-top: 12px;
  }
  .text-huge-2 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }
  .container-home {
    padding-right: 12px;
    padding-left: 12px;
  }
  .large-metrics.text-center {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-title {
    margin-bottom: 36px;
  }
  .collection-heading-wrapper.section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }
  .subscribe-form {
    -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;
  }
  .subscribe-form-wrapper {
    margin-top: 24px;
  }
  .content-pair-text-2 {
    width: 100%;
    max-width: none;
  }
  .hero-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .overlay-graphic-3 {
    right: -2%;
  }
  .graphic-div-2 {
    width: 320px;
    height: 320px;
  }
  .overlay-graphic-4 {
    right: 2%;
  }
  .overlay-graphic-5 {
    right: -2%;
  }
  .overlay-graphic-6 {
    right: -2%;
  }
  .overlay-graphic-7 {
    right: -2%;
  }
  .overlay-graphic-8 {
    left: -2%;
  }
  .overlay-graphic-9 {
    left: -2%;
  }
  .overlay-graphic-10 {
    left: -2%;
  }
  .overlay-graphic-11 {
    right: -2%;
  }
  .max-width-100 {
    max-width: 100px;
  }
  .overlay-graphic-12 {
    left: auto;
    top: auto;
    right: -2%;
    bottom: -5%;
    max-width: 200px;
  }
  .overlay-graphic-13 {
    top: -5%;
    bottom: auto;
    overflow: hidden;
  }
  .hero-collage {
    width: auto;
    margin-top: 15px;
  }
  .collage-frame {
    border-width: 4px;
  }
  .collage-frame.image-right {
    width: 40%;
    height: auto;
    border-width: 4px;
  }
  .collage-frame.image-left {
    width: 40%;
    height: auto;
    border-width: 4px;
  }
  .logo-4 {
    width: 45px;
  }
  .play-button {
    left: 40%;
    top: 40%;
  }
  .home-icon {
    color: #0070d9;
  }
  .tab-panel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tabs-content-5 {
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .tab-image {
    margin-left: 12px;
  }
  .standard-tab {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .standard-tab.w--current {
    width: auto;
  }
  .container-26 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .hero-collage-2 {
    width: auto;
    margin-top: 15px;
  }
  .content-pair-text-3 {
    width: 100%;
    max-width: none;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.double-top-space-show-hidden {
    padding-top: 48px;
  }
  .max-width-75-mobile {
    width: 75px;
    max-width: 75px;
  }
  .customer-3-col {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .customer-logo-case-study {
    max-height: none;
    max-width: 80px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .logo-case-study-div {
    height: auto;
    text-align: left;
  }
  .small-description {
    padding-right: 0px;
  }
  .customer-card {
    margin-bottom: 16px;
  }
  .customer-logo-case-study-2 {
    max-height: none;
    max-width: 60px;
    min-width: 60px;
  }
  .grid-3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 0.4fr 1.5fr;
    grid-template-columns: 0.4fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .customer-card-image-large {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .grid-customer-card {
    padding-right: 0px;
  }
  .container-home-grid {
    padding-right: 12px;
    padding-left: 12px;
  }
  .medium-link {
    display: inline;
  }
  .cta-pill {
    line-height: 24px;
  }
  .case-study-button.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .case-study-button.button-large.add-margin-top {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .container-27 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .container-27.announcement-bar-container {
    padding-right: 48px;
  }
}

#w-node-551f7a85694e-2aa9a865 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Din condensed';
  src: url('../../fonts/din_condensed_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ActiveIcon';
  src: url('../../fonts/ACTIVE-Icon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../../fonts/ProximaNova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Active icon';
  src: url('../../fonts/ACTIVE-Icon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


#optanon-cookie-policy {
    margin: 0 60px 0 60px!important;
    border: solid 1px!important;
    border-color: #ccc!important;
    padding: 0 20px!important
}