﻿@font-face {
  font-family: 'ProximaNova Regular';
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'ProximaNova Bold';
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'ProximaNova Semibold';
  src: url("../fonts/ProximaNova-Semibold.otf") format("opentype"); }

@font-face {
  font-family: 'ProximaNova Light';
  src: url("../fonts/ProximaNova-Light.otf") format("opentype"); }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'ProximaNova Regular', sans-serif;
  color: #333333; }

a {
  transition: opacity 0.5s ease; }

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

.container.space {
  margin-top: 20px;
  margin-bottom: 20px; }

.featherlight {
  z-index: 55555; }

.featherlight .featherlight-content {
  border-radius: 3px; }

.slider {
  display: none; }

.navbar {
  background: #327cc4;
  color: white;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  margin: 0; }
  .navbar .navbar-toggle {
    border-color: white;
    margin-top: 13px;
    margin-bottom: 13px; }
    .navbar .navbar-toggle .icon-bar {
      background: white; }
  .navbar .navbar-brand {
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: url("/img/General/logo-white.png");
    background-position: center right;
    background-repeat: no-repeat;
    width: 206px; }
  .navbar .nav > li > a {
    color: white;
    font-size: 17px;
    font-family: "ProximaNova Semibold", sans-serif;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px; }
    .navbar .nav > li > a:focus {
      background: transparent; }
    .navbar .nav > li > a:hover {
      background: transparent;
      opacity: 0.6; }
    .navbar .nav > li > a i {
      padding-right: 10px; }
    .navbar .nav > li > a.plan span {
      padding-left: 28px; }
    .navbar .nav > li > a.plan:after {
      content: '';
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 19px;
      left: 20px;
      background-repeat: no-repeat;
      background-position: center center; }
    .navbar .nav > li > a.plan.basic:after {
      background-image: url("/img/App/icon-sm-basic-invert.png"); }
    .navbar .nav > li > a.plan.premium:after {
      background-image: url("/img/App/icon-sm-premium.png"); }
    .navbar .nav > li > a.new-leads {
      padding-left: 53px; }
      .navbar .nav > li > a.new-leads i {
        position: absolute;
        top: 17px;
        left: 17px;
        font-size: 22px; }
        .navbar .nav > li > a.new-leads i span {
          position: absolute;
          top: -10px;
          right: -3px;
          font-size: 13px;
          background: #f15131;
          padding: 4px 8px 3px 8px;
          border-radius: 10px;
          font-family: "ProximaNova Semibold", sans-serif; }
    .navbar .nav > li > a.new-messages i {
      position: relative; }
      .navbar .nav > li > a.new-messages i span {
        position: absolute;
        top: -10px;
        right: -5px;
        font-size: 13px;
        background: #f15131;
        padding: 4px 8px 3px 8px;
        border-radius: 10px;
        font-family: "ProximaNova Semibold", sans-serif; }
    .navbar .nav > li > a.user {
      padding-left: 72px;
      padding-right: 0; }
      .navbar .nav > li > a.user img {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        top: 12px;
        left: 20px; }
  .navbar .dropdown.user .status-icon.influencer {
    display: block;
    position: absolute;
    top: 8px;
    left: 48px;
    width: 15px;
    height: 15px;
    background: url("/img/App/icon-sm-influencer.png") no-repeat center center;
    background-size: 15px 15px;
    padding: 0; }
  .navbar .dropdown.user .dropdown-menu {
    background: #223144;
    border-radius: 0; }
    .navbar .dropdown.user .dropdown-menu li {
      color: white;
      font-size: 16px;
      font-family: "ProximaNova Bold", sans-serif; }
      .navbar .dropdown.user .dropdown-menu li a {
        color: white; }
        .navbar .dropdown.user .dropdown-menu li a:hover {
          background: #333333; }
        .navbar .dropdown.user .dropdown-menu li a.profile {
          color: #a0a7af;
          font-family: "ProximaNova Regular", sans-serif;
          font-size: 14px;
          padding-left: 45px; }
          .navbar .dropdown.user .dropdown-menu li a.profile.active {
            color: white; }
      .navbar .dropdown.user .dropdown-menu li.divider {
        background: #57616d; }
  .navbar .nav > li.active > a {
    opacity: 0.6; }
  .navbar .nav .open > a {
    background: transparent; }

/* https://coderwall.com/p/wpjw4w/change-the-bootstrap-navbar-breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.about-row {
  background: #4e8ce5;
  margin-bottom: 35px;
  text-align: center; }
  .about-row .container {
    padding: 80px 0 120px 0; }
  .about-row h1, .about-row h2 {
    color: #fff; }
  .about-row h1 {
    font-family: "ProximaNova Semibold", sans-serif;
    font-size: 3.6em;
    margin: 0 auto;
    max-width: 700px; }
  .about-row h2 {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 20px; }

.footer-row {
  background: #1f2e33;
  padding: 13px 0 8px 0;
  z-index: 9999;
  position: relative; }
  .footer-row.account-page {
    background: #1f2e33; }
  .footer-row .menu {
    text-align: right;
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      .footer-row .menu {
        white-space: normal; } }
    .footer-row .menu a {
      display: inline-block;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "ProximaNova Semibold", sans-serif;
      font-size: 0.8em;
      margin: 0 7px 0 5px;
      position: relative;
      min-height: 28px;
      line-height: 28px; }
      .footer-row .menu a:after {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 20px;
        background: white;
        top: 3px;
        left: -7px; }
      .footer-row .menu a:first-child:after {
        display: none; }
      .footer-row .menu a:last-child {
        margin-right: 0; }
  .footer-row .home {
    display: inline-block;
    width: 191px;
    height: 28px;
    background: url("/img/General/logo-white.png") center center no-repeat; }

.influencer-row,
.webinar-row {
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: "ProximaNova Light", sans-serif; }
  .influencer-row .lg-pad,
  .webinar-row .lg-pad {
    padding: 40px 0; }
  .influencer-row hr,
  .webinar-row hr {
    border-top: 1px solid #4e8ce5; }
  .influencer-row .webinar-list,
  .webinar-row .webinar-list {
    padding: 30px 0; }
  .influencer-row .webinar,
  .webinar-row .webinar {
    margin-bottom: 50px; }
  .influencer-row em.b,
  .webinar-row em.b {
    font-weight: bold;
    font-style: normal; }

.form-large.wrapper {
  background: #223144;
  height: 100%;
  width: 100%;
  display: table; }
  .form-large.wrapper .container {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
.form-large h1 {
  font-family: "ProximaNova Light", sans-serif;
  color: white;
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 50px;
  position: relative;
  z-index: 10; }
  .form-large h1.description {
    margin-bottom: 0; }
.form-large p {
  margin-bottom: 0;
  color: white;
  text-align: center;
  font-size: 1.3em; }
  .form-large p.description {
    margin-bottom: 40px;
    position: relative;
    z-index: 10; }
  .form-large p.small {
    font-size: 1.1em; }
    .form-large p.small.social {
      margin-top: 15px; }
    .form-large p.small.forgot-password {
      font-size: 1em;
      margin-top: 10px;
      text-align: right; }
  .form-large p.mass-msg {
    line-height: 1.3em;
    margin-bottom: 20px; }
.form-large a {
  color: white;
  text-decoration: underline; }
  .form-large a:hover {
    text-decoration: none; }
  .form-large a.add-more {
    text-decoration: none;
    opacity: 0.6; }
    .form-large a.add-more:hover {
      opacity: 1; }
.form-large .form-group {
  margin-bottom: 22px;
  padding: 3px;
  position: relative; }
  .form-large .form-group .order {
    font-family: "ProximaNova Bold", sans-serif;
    display: block;
    font-size: 1.1em;
    position: absolute;
    left: -24px;
    top: 26px;
    opacity: 0.6; }
  .form-large .form-group .required {
    color: white;
    font-family: "ProximaNova Bold", sans-serif;
    display: block;
    font-size: 1.9em;
    position: absolute;
    right: -12px;
    top: 5px; }
  .form-large .form-group .clear {
    display: block;
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 0;
    right: -30px;
    font-size: 36px;
    color: #ff4c4c;
    cursor: pointer; }
  .form-large .form-group .title {
    display: inline-block;
    width: 100%;
    background: white;
    padding: 1px 13px 0 12px;
    font-size: 1.7em;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.form-large .drop-zone {
  background: url(/img/App/drop-zone.png) top 55px center no-repeat;
  height: 360px;
  border: 2px dashed #cccccc;
  border-radius: 5px;
  text-align: center;
  padding: 145px 55px 55px 55px;
  color: #555555;
  font-size: 1.2em;
  position: relative;
  transition: all 0.5s ease; }
  .form-large .drop-zone.error {
    margin-bottom: 0;
    background: url(/img/App/drop-zone.png) top 55px center no-repeat;
    border: 2px dashed #ff4c4c; }
  .form-large .drop-zone .file {
    margin-top: 55px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #999999;
    font-family: "ProximaNova Light", sans-serif;
    padding: 6px 25px 4px 25px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .form-large .drop-zone:hover .file {
    border-color: #999999;
    color: #555555; }
  .form-large .drop-zone [type=file],
  .form-large .drop-zone .something-something-drop-zone {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .form-large .drop-zone .dz-preview {
    display: none; }
.form-large .action-status {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center; }
  .form-large .action-status.status-success {
    color: #44b27b; }
  .form-large .action-status.status-error {
    color: #ff4c4c; }
.form-large div.checkbox {
  margin-top: -7px;
  margin-bottom: 22px;
  padding: 0 3px 0 23px; }
  .form-large div.checkbox label {
    color: white;
    font-family: "ProximaNova Regular", sans-serif;
    font-size: 1.7em;
    padding-left: 8px; }
    .form-large div.checkbox label::before {
      width: 20px;
      height: 20px;
      border: 0; }
    .form-large div.checkbox label::after {
      color: #44b27b;
      font-size: 0.8em;
      padding-left: 0;
      padding-top: 0; }
.form-large input[type=text],
.form-large input[type=email],
.form-large input[type=password] {
  padding: 13px 20px 12px 20px;
  font-size: 1.7em;
  height: 60px;
  border: 0;
  border-radius: 5px; }
.form-large textarea {
  height: 180px; }
  .form-large textarea.signup-pitch {
    padding: 13px 20px 12px 20px;
    font-size: 1.7em;
    border: 0;
    border-radius: 5px; }
.form-large label.message {
  display: none; }
.form-large .success:after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  color: #44b27b;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 1.5em; }
.form-large .success .select2-selection__arrow {
  display: none; }
.form-large .custom:after {
  content: "\e101";
  color: #f8ca1c; }
.form-large .error {
  background: #ff4c4c;
  border-radius: 5px;
  margin-bottom: 1px; }
  .form-large .error input {
    height: 55px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 18px; }
  .form-large .error label.message {
    display: block;
    color: white;
    margin-bottom: 0;
    padding: 8px 20px 4px 20px;
    font-size: 1em;
    font-family: "ProximaNova Light", sans-serif;
    line-height: 14px; }
@media (min-width: 768px) {
  .form-large .col-sm-2.social {
    padding-left: 0; } }
.form-large .button {
  padding: 13px 20px 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-family: "ProximaNova Semibold", sans-serif;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  font-size: 1.3em;
  height: 60px;
  border-radius: 5px;
  line-height: 1.9em;
  text-decoration: none; }
  .form-large .button:active {
    outline: 0; }
  .form-large .button:hover {
    text-decoration: none; }
  .form-large .button.green {
    color: white;
    background: #44b27b;
    border: 2px solid #44b27b; }
    .form-large .button.green:hover {
      background: #65c495;
      border: 2px solid #65c495; }
  .form-large .button.blue {
    color: white;
    background: #4e8ce5;
    border: 2px solid #4e8ce5; }
    .form-large .button.blue:hover {
      background: #7aa9ec;
      border: 2px solid #7aa9ec; }
  .form-large .button.gray {
    color: white;
    background: #cccccc;
    border: 2px solid #cccccc; }
    .form-large .button.gray:hover {
      background: #e6e6e6;
      border: 2px solid #e6e6e6; }
  .form-large .button.important {
    color: white;
    background: #e26442;
    border: 2px solid #e26442; }
    .form-large .button.important:hover {
      background: #e9886e;
      border: 2px solid #e9886e; }
  .form-large .button.social:hover {
    color: white; }
  @media (max-width: 767px) {
    .form-large .button.social {
      margin-top: 25px; } }
  .form-large .button.social.facebook {
    background: #5b719a url("/img/Modals/facebook.png") center center no-repeat; }
    .form-large .button.social.facebook:hover {
      background-color: #48597a; }
  .form-large .button.social.google {
    background: #347cf3 url("/img/Modals/google.png") center center no-repeat; }
    .form-large .button.social.google:hover {
      background-color: #2572f2; }
.form-large .logo-background:before {
  content: '';
  position: absolute;
  width: 354px;
  height: 352px;
  background-image: url(/img/Homepage/bg-logo-circle.png);
  bottom: -170px;
  right: -180px; }
.form-large .select-type {
  z-index: 1; }
  .form-large .select-type a {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    background: white;
    border-radius: 7px;
    margin-bottom: 50px;
    transition: all 0.5s ease;
    outline: 0; }
    .form-large .select-type a:hover {
      box-shadow: 0 0 0 3px #2c455e; }
    .form-large .select-type a.selected {
      box-shadow: 0 0 0 3px #2c455e; }
      .form-large .select-type a.selected:after {
        font-family: "Glyphicons Halflings";
        content: "\e084";
        color: #44b27b;
        position: absolute;
        font-size: 2.4em;
        top: 15px;
        right: 15px; }
    .form-large .select-type a h3 {
      position: absolute;
      color: #333333;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      font-size: 1.5em;
      background-position: 50% 35%;
      background-repeat: no-repeat;
      margin: 0;
      padding-top: 60%; }
    .form-large .select-type a.sales-lead h3 {
      background-image: url(/img/Homepage/icon-sales-lead.png); }
    .form-large .select-type a.employee h3 {
      background-image: url(/img/Homepage/icon-employee.png); }
    .form-large .select-type a.manager h3 {
      background-image: url(/img/Homepage/icon-manager.png); }
    .form-large .select-type a.networking h3 {
      background-image: url(/img/Homepage/icon-networking.png); }
.form-large .select2-container .select2-selection--single {
  height: 60px;
  border: 0;
  border-radius: 5px; }
  .form-large .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    font-size: 1.7em;
    padding: 0 20px 0 20px; }
  .form-large .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 60px;
    right: 14px; }
.form-large .select2-container .select2-selection__clear {
  position: absolute;
  right: -30px;
  font-size: 36px;
  color: #ff4c4c; }
.form-large.select2-container--open .select2-dropdown--below, .form-large.select2-container--open .select2-dropdown--above {
  border: 0;
  border-radius: 0 0 5px 5px; }
  .form-large.select2-container--open .select2-dropdown--below .select2-results__options, .form-large.select2-container--open .select2-dropdown--above .select2-results__options {
    border-radius: 0 0 5px 5px; }
  .form-large.select2-container--open .select2-dropdown--below.select2-dropdown--above, .form-large.select2-container--open .select2-dropdown--above.select2-dropdown--above {
    border-radius: 5px 5px 0 0; }
    .form-large.select2-container--open .select2-dropdown--below.select2-dropdown--above .select2-results__options, .form-large.select2-container--open .select2-dropdown--above.select2-dropdown--above .select2-results__options {
      border-radius: 5px 5px 0 0; }
  .form-large.select2-container--open .select2-dropdown--below .select2-results__option, .form-large.select2-container--open .select2-dropdown--above .select2-results__option {
    color: #555555;
    padding: 9px 20px;
    font-size: 1.7em; }
    .form-large.select2-container--open .select2-dropdown--below .select2-results__option.select2-results__option--highlighted, .form-large.select2-container--open .select2-dropdown--above .select2-results__option.select2-results__option--highlighted {
      background: #2c455e;
      color: white; }
    .form-large.select2-container--open .select2-dropdown--below .select2-results__option:last-child, .form-large.select2-container--open .select2-dropdown--above .select2-results__option:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
  .form-large.select2-container--open .select2-dropdown--below .select2-search__field, .form-large.select2-container--open .select2-dropdown--above .select2-search__field {
    padding: 9px 20px;
    font-size: 1.7em;
    color: #555555; }
.form-large.secondary h1 {
  color: #2c455e; }
.form-large.secondary input {
  height: 50px;
  border: 1px solid #ccc;
  font-family: "ProximaNova Regular", sans-serif;
  margin-right: 0; }
.form-large.secondary .form-group.success:after {
  top: 15px; }
.form-large.secondary .form-group.error input {
  height: 45px;
  border: 1px solid transparent; }
.form-large #map {
  height: 400px;
  border-radius: 5px; }
.form-large .change-photo {
  text-align: center; }
  .form-large .change-photo div.img {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin-bottom: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .form-large .change-photo [type=file] {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
.form-large .info-tooltip {
  background: #4e8ce5;
  border-radius: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  vertical-align: top; }

.flash-error {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0); }
  .flash-error.on {
    box-shadow: 0 0 0 3px #ff4c4c;
    border-color: #ff4c4c !important; }
  .flash-error.checkbox, .flash-error.text {
    transition: all 0.15s ease;
    box-shadow: none; }
    .flash-error.checkbox.on, .flash-error.text.on {
      box-shadow: none;
      color: #ff4c4c !important; }

.map-popup .featherlight-content {
  padding: 0;
  border: 0; }
  .map-popup .featherlight-content .featherlight-close-icon {
    display: none; }
.map-popup #map {
  width: 100%;
  height: 400px; }

.location-select-content, .region-select-content {
  display: none;
  position: relative; }
  .location-select-content .search, .region-select-content .search {
    position: relative;
    padding: 15px; }
    .location-select-content .search .form-group, .region-select-content .search .form-group {
      width: 60%;
      margin-bottom: 0;
      position: relative; }
      .location-select-content .search .form-group input, .region-select-content .search .form-group input {
        font-size: 16px; }
      .location-select-content .search .form-group:before, .region-select-content .search .form-group:before {
        font-family: "FontAwesome";
        content: "\f002";
        position: absolute;
        top: 8px;
        right: 6px;
        color: #999999;
        font-size: 18px;
        z-index: 2;
        pointer-events: none; }
    .location-select-content .search .close-custom.featherlight-close, .region-select-content .search .close-custom.featherlight-close {
      display: block;
      width: 50px;
      height: 64px;
      text-align: center;
      color: #555555;
      position: absolute;
      top: 0;
      right: 0; }
      .location-select-content .search .close-custom.featherlight-close i, .region-select-content .search .close-custom.featherlight-close i {
        line-height: 64px;
        font-size: 18px; }
  .location-select-content .btn-done, .region-select-content .btn-done {
    border-radius: 5px;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    font-family: "ProximaNova Semibold",sans-serif;
    line-height: 50px;
    min-height: 50px;
    text-transform: uppercase;
    color: white;
    background: #4e8ce5;
    z-index: 9;
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 170px;
    margin-left: -85px; }
    .location-select-content .btn-done:hover, .region-select-content .btn-done:hover {
      background: #7aa9ec; }

.red {
  color: #ff4c4c; }

.align-center {
  text-align: center; }

.spacing-top {
  margin-top: 15px; }

a.button:hover {
  text-decoration: none; }
a.button.blue:hover {
  background: #7aa9ec;
  border: 2px solid #7aa9ec; }
a.button.green:hover {
  background: #65c495;
  border: 2px solid #65c495; }
a.button.red:hover {
  background: #ff7f7f;
  border: 2px solid #ff7f7f; }
a.button.red-v2:hover {
  background: #df6463;
  border: 2px solid #df6463; }

.button {
  padding: 13px 20px 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-family: "ProximaNova Semibold", sans-serif;
  font-size: 0.8em;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease; }
  .button.blue {
    color: white;
    background: #4e8ce5;
    border: 2px solid #4e8ce5; }
  .button.green {
    color: white;
    background: #44b27b;
    border: 2px solid #44b27b; }
  .button.red {
    color: white;
    background: #ff4c4c;
    border: 2px solid #ff4c4c; }
  .button.red-v2 {
    color: white;
    background: #d63a39;
    border: 2px solid #d63a39;
    text-transform: none;
    border-radius: 24px;
    padding: 0 50px 0 50px;
    height: 48px;
    font-size: 16px;
    line-height: 48px; }
  .button.transparent {
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5); }
    .button.transparent:hover {
      border: 2px solid #fff;
      color: #fff; }
  .button.aw {
    display: block;
    text-align: center; }
  .button.email {
    background: #4e8ce5;
    color: white;
    padding: 5px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    margin: 20px 0; }
    .button.email:hover {
      background-color: #226fde; }
    .button.email:before {
      content: " ";
      background: url("/img/Modals/mail.png") no-repeat center;
      border-right: 1px solid #3e70b7;
      float: left;
      width: 50px;
      height: 30px; }

.playstore {
  display: inline-block;
  width: 128px;
  height: 38px;
  background: url(/img/General/play-store.png) center center no-repeat;
  background-size: contain; }

.itunes {
  display: inline-block;
  width: 113px;
  height: 38px;
  background: url(/img/General/app-store.png) center center no-repeat;
  background-size: contain; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 2px;
  margin-top: -5px;
  /* letters too small
      &.icon-linkedin {
          background-image: url(/img/App/icon-blue-linkedin.svg);
          width: 20px;
          height: 20px;
      }
  */ }
  .icon.icon-download {
    background-image: url(/img/App/icon-save.svg); }
  .icon.icon-email {
    background-image: url(/img/App/icon-email.svg); }
  .icon.icon-send {
    background-image: url(/img/App/icon-send.svg);
    width: 37px; }
  .icon.icon-opportunity {
    background-image: url(/img/App/icon-sm-basic-invert.png);
    width: 18px;
    height: 18px; }
  .icon.icon-location-map {
    background-image: url(/img/App/icon-blue-location-map.svg);
    width: 20px;
    height: 20px; }
  .icon.icon-unlocked {
    background-image: url(/img/App/icon-blue-unlocked.svg);
    width: 20px;
    height: 20px; }
  .icon.icon-megaphone {
    background-image: url(/img/App/icon-blue-mass-message.svg);
    width: 21px;
    height: 12px; }
  .icon.icon-conversation {
    background-image: url(/img/App/icon-blue-messaging.svg);
    width: 20px;
    height: 19px; }
  .icon.icon-target {
    background-image: url(/img/App/icon-blue-target.svg);
    width: 20px;
    height: 20px; }
  .icon.icon-priority {
    background-image: url(/img/App/icon-blue-running-man.svg);
    width: 20px;
    height: 19px; }
  .icon.icon-check {
    background-image: url(/img/App/icon-blue-check.svg);
    width: 20px;
    height: 16px; }
  .icon.icon-eye {
    background-image: url(/img/App/icon-eye.svg);
    height: 14px; }
  .icon.icon-pro {
    background-image: url(/img/App/icon-pro.svg);
    width: 34px;
    height: 18px;
    margin: 0; }
  .icon.icon-pro-white {
    background-image: url(/img/Icons/ico_badgeprowhite.png);
    width: 34px;
    height: 18px;
    margin: 0;
    border-radius: 4px; }
  .icon.icon-pro-plus {
    background-image: url(/img/App/icon-pro-plus.svg);
    width: 49px;
    height: 18px;
    margin: 0; }
  .icon.icon-influencer {
    background-image: url("/img/App/icon-sm-influencer.png");
    width: 18px;
    height: 18px;
    margin: 0; }
  .icon.icon-linkedin {
    background-image: url("/img/App/icon-md-linkedin.png");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin: 0; }
    .icon.icon-linkedin.grey {
      background-image: url("/img/App/icon-md-linkedin-grey.png");
      background-size: 18px 18px; }

.landing-v2.navbar {
  background: white;
  color: #4e8ce5;
  padding: 10px 0 10px 0; }
  @media only screen and (max-width: 480px) {
    .landing-v2.navbar {
      padding: 0; } }
  .landing-v2.navbar .navbar-brand {
    background-image: url("/img/General/logo-blue.svg"); }
  .landing-v2.navbar .navbar-toggle {
    border-color: #4e8ce5; }
    .landing-v2.navbar .navbar-toggle .icon-bar {
      background: #4e8ce5; }
  .landing-v2.navbar .download-app {
    color: white; }
  .landing-v2.navbar .nav > li > a {
    color: #4e8ce5;
    font-size: 14px;
    text-transform: uppercase; }
    .landing-v2.navbar .nav > li > a.new-messages i span, .landing-v2.navbar .nav > li > a.new-leads i span {
      color: white; }
    .landing-v2.navbar .nav > li > a .sign-up {
      background: #d63a39;
      color: white;
      padding: 15px 26px 13px 26px;
      border-radius: 21px; }
.landing-v2.footer-row {
  background: white;
  border-top: 2px solid #dfdfdf;
  padding: 20px 0 20px 0;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .landing-v2.footer-row {
      padding-bottom: 100px; } }
  .landing-v2.footer-row a {
    color: #555555;
    text-transform: uppercase;
    margin: 0 15px 0 15px;
    vertical-align: middle; }
    .landing-v2.footer-row a.home {
      width: 40px;
      height: 40px;
      background: url("/img/General/logo-gray.png") center center/40px 40px no-repeat; }
    .landing-v2.footer-row a.signup {
      color: white;
      background: #d63a39;
      font-family: "ProximaNova Semibold", sans-serif;
      padding: 9px 22px 7px 22px;
      border-radius: 15px; }
    @media only screen and (max-width: 480px) {
      .landing-v2.footer-row a {
        line-height: 30px; } }

.Static {
  font-family: "ProximaNova Regular", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  text-align: justify; }
  .Static h1,
  .Static .h1 {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 40px; }
  .Static h2,
  .Static .h2 {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 32px;
    margin: 10px 0 20px 0; }
    .Static h2 a,
    .Static .h2 a {
      font-family: "ProximaNova Light", sans-serif; }
  .Static h3,
  .Static .h3 {
    font-size: 20px; }
  .Static p,
  .Static ul,
  .Static ol {
    margin: 20px 0; }
  .Static a {
    font-family: "ProximaNova Bold", sans-serif; }
  .Static hr {
    border-top-color: #cccccc; }
  .Static.head {
    text-align: center;
    background: url("/img/General/header-bg_OPP-logo.png") center top no-repeat #424e5c;
    background-size: auto 100%; }
    .Static.head .container {
      padding: 60px 0; }
    .Static.head h1,
    .Static.head p {
      color: #fff; }
    .Static.head p {
      margin: 25px 0 0 0; }
    .Static.head h1 a {
      font-family: "ProximaNova Light", sans-serif;
      color: white; }
  .Static .border {
    border: 1px solid #cccccc;
    padding: 25px; }
    .Static .border.round {
      border-radius: 4px; }
  .Static .button {
    text-transform: none;
    font-size: 20px; }
    .Static .button.red {
      background: #f15131; }
  .Static.webinars h1 {
    display: inline-block;
    padding-left: 80px;
    background: url("/img/Static/webinar-white.svg") left center no-repeat; }
  .Static.webinars h3 {
    margin-bottom: -10px; }
  .Static.webinars ul {
    text-align: left;
    margin: 0; }
  .Static.webinars .webinar {
    background: url("/img/Static/webinar-gray.svg") 20px center no-repeat;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: auto; }
    .Static.webinars .webinar .button {
      float: right;
      border-radius: 5px;
      margin-top: 4px; }
      .Static.webinars .webinar .button[href="signin"]:after {
        content: '';
        padding: 7px 12px;
        background: url("/img/General/arrow-right.png") right center no-repeat; }
    .Static.webinars .webinar p {
      margin: 0 0 0 80px; }
      .Static.webinars .webinar p.meta {
        font-size: 16px; }
  .Static.influencer.head {
    background: url("/img/Static/influencer.png") center bottom no-repeat #424e5c;
    background-size: auto 283px;
    height: 300px; }
  .Static.influencer p.border {
    padding-left: 170px;
    min-height: 140px;
    background: url("/img/Static/influencer_image.png") 25px center no-repeat;
    background-size: 120px 159px; }
  .Static.influencer p.h3 {
    margin: 0 0 -15px 0; }
  .Static.blog h2, .Static.release-notes h2 {
    margin-bottom: 0; }
  .Static.blog .subtitle, .Static.release-notes .subtitle {
    font-family: "ProximaNova Bold", sans-serif; }
  .Static.blog .description, .Static.release-notes .description {
    margin: 10px 0 15px 0;
    font-size: 18px; }
  .Static.blog .date, .Static.release-notes .date {
    margin-top: 0;
    font-size: 16px;
    font-family: "ProximaNova Light", sans-serif; }
  .Static.blog .entry .text, .Static.release-notes .entry .text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .Static.blog .entry:last-child .text, .Static.release-notes .entry:last-child .text {
    border-bottom: 0; }
  .Static.blog .entry .note, .Static.release-notes .entry .note {
    margin-top: 5px; }
  .Static.blog .sidebar, .Static.release-notes .sidebar {
    position: relative; }
    .Static.blog .sidebar .suggestions, .Static.release-notes .sidebar .suggestions {
      text-align: right;
      border-bottom: 1px solid #cccccc;
      padding: 0 15px 11px 15px; }
      .Static.blog .sidebar .suggestions h3, .Static.release-notes .sidebar .suggestions h3 {
        font-size: 16px;
        margin-top: 10px;
        font-family: "ProximaNova Semibold", sans-serif; }
      .Static.blog .sidebar .suggestions p, .Static.release-notes .sidebar .suggestions p {
        font-size: 14px;
        margin: 7px 0 7px 0;
        line-height: 1.2em; }
    .Static.blog .sidebar .actions, .Static.release-notes .sidebar .actions {
      margin: 15px 0 15px 0;
      text-align: right; }
      .Static.blog .sidebar .actions p, .Static.release-notes .sidebar .actions p {
        font-size: 16px;
        margin: 5px 0 5px 0; }
      .Static.blog .sidebar .actions a, .Static.release-notes .sidebar .actions a {
        font-size: 30px; }
  .Static.blog .more, .Static.release-notes .more {
    display: inline-block;
    margin-top: 10px; }
  .Static.faq a.active:after {
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px; }

header {
  background: #327cc4;
  color: white; }
  header .tips {
    background: black;
    color: #fff; }
    header .tips .download-app {
      padding: 10px;
      text-align: center; }
  header .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    header .main .info {
      flex: 1; }
  header .logo.dashboard {
    border-color: #6cdfff; }
  header .logo a {
    display: inline-block;
    margin: 0 15px;
    width: 30px;
    height: 50px;
    background: url("/img/General/logo-white.png") left center no-repeat; }
  header .info a {
    display: none; }
  header .info a,
  header .info a:focus,
  header .info a:hover {
    color: #6cdfff;
    text-decoration: none; }
  header ul,
  header ol {
    padding: 0; }
    header ul li a,
    header ol li a {
      display: block; }
      header ul li a .fa,
      header ol li a .fa {
        width: 20px;
        text-align: center; }
      header ul li a span,
      header ol li a span {
        display: inline-block;
        vertical-align: middle; }
    header ul li a,
    header ul li a:focus,
    header ul li a:hover,
    header ol li a,
    header ol li a:focus,
    header ol li a:hover {
      color: inherit;
      text-decoration: none; }
    header ul li.toggle > a:first-child:after,
    header ol li.toggle > a:first-child:after {
      display: inline-block;
      vertical-align: middle;
      content: '\f0d7';
      font-family: "FontAwesome";
      font-size: 12px;
      margin-left: 5px; }
    header ul li.toggle.open > a:first-child:after,
    header ol li.toggle.open > a:first-child:after {
      content: '\f0d8'; }
  header .main > ul {
    margin: 0;
    font-family: "ProximaNova Semibold", sans-serif;
    font-size: 14px; }
    header .main > ul > li {
      display: inline-block;
      margin: 0 15px; }
      header .main > ul > li > a:first-child {
        padding: 10px 0; }
        header .main > ul > li > a:first-child .new {
          padding: 4px 7px 3px 6px;
          margin-left: 5px;
          border-radius: 20px;
          font-size: 14px;
          min-width: 21px;
          text-align: center; }
      header .main > ul > li.leads > a:first-child {
        font-size: 0; }
        header .main > ul > li.leads > a:first-child:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 25px;
          height: 25px;
          background: url("/img/Header/leads.svg") center center no-repeat;
          margin-right: -10px; }
        header .main > ul > li.leads > a:first-child .new {
          background: white;
          color: #255e96; }
      header .main > ul > li.msgs > a:first-child {
        font-size: 0; }
        header .main > ul > li.msgs > a:first-child:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 25px;
          height: 25px;
          background: url("/img/Header/messages.svg") center center no-repeat;
          margin-right: -10px; }
        header .main > ul > li.msgs > a:first-child .new {
          background: white;
          color: #255e96; }
      header .main > ul > li.user {
        position: relative; }
        header .main > ul > li.user > a:first-child {
          font-size: 0; }
          header .main > ul > li.user > a:first-child img {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%; }
        header .main > ul > li.user > a.icon-influencer {
          position: absolute;
          top: 7px;
          left: 20px;
          width: 12px;
          height: 12px;
          background-size: 100%; }
      @media (min-width: 500px) {
        header .main > ul > li.leads > a:first-child, header .main > ul > li.msgs > a:first-child, header .main > ul > li.user > a:first-child {
          font-size: 14px; }
          header .main > ul > li.leads > a:first-child:before, header .main > ul > li.msgs > a:first-child:before, header .main > ul > li.user > a:first-child:before {
            display: none; }
          header .main > ul > li.leads > a:first-child img, header .main > ul > li.msgs > a:first-child img, header .main > ul > li.user > a:first-child img {
            margin-right: 5px; } }
      @media (min-width: 700px) {
        header .main > ul > li.leads > a:first-child:before, header .main > ul > li.msgs > a:first-child:before, header .main > ul > li.user > a:first-child:before {
          display: inline-block;
          margin-right: 5px; } }
  header ol {
    display: none;
    margin: 0;
    z-index: 3;
    white-space: nowrap;
    background: #223144; }
    header ol a.inactive {
      color: #6e6e6e; }
    header ol a[href]:hover {
      background-color: #333; }
    header ol a.upgrade {
      background-color: #d63a39; }
    header ol li {
      display: block; }
    header ol > li {
      border-bottom: 1px solid #57616d; }
      header ol > li > a {
        padding: 10px 20px; }
      header ol > li:last-child {
        border-bottom-width: 0; }
      header ol > li ul li a {
        padding: 5px 10px 5px 30px; }
    @media (min-width: 800px) {
      header ol {
        position: absolute;
        right: 15px;
        border: 1px solid #57616d; } }
  header.pro {
    background: #255e96; }
    header.pro .logo.dashboard {
      border-color: #91bae1; }
    header.pro .info a {
      color: #91bae1; }
  header.pro-plus {
    background: #364b62; }
    header.pro-plus .logo.dashboard {
      border-color: #b5c8da; }
    header.pro-plus .info a {
      color: #b5c8da; }
  @media (min-width: 1000px) {
    header .logo.dashboard {
      width: 20%;
      min-width: 200px;
      max-width: 300px;
      border-right-width: 1px;
      border-right-style: solid; }
    header .logo a {
      width: 154px;
      background-position: right center; }
    header .info a {
      display: inline-block;
      padding: 10px 0;
      margin: 7px 0 0 15px;
      font-family: "ProximaNova Semibold", sans-serif;
      font-size: 18px; } }
  @media (min-width: 1200px) {
    header .logo a {
      width: 191px; } }

header .additional-info {
  background: #1f2e33;
  position: relative;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 2px; }
  header .additional-info .question_form {
    display: inline-block; }
  header .additional-info .question {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    line-height: 30px; }
  header .additional-info .input {
    float: left;
    text-align: left; }
    header .additional-info .input select {
      width: 230px; }
      header .additional-info .input select.multi {
        width: 400px; }
    header .additional-info .input label {
      line-height: 30px;
      margin-bottom: 0;
      margin-right: 10px; }
      header .additional-info .input label:last-child {
        margin-right: 15px; }
      header .additional-info .input label input {
        margin-right: 3px;
        vertical-align: sub;
        /* Align more or less similar both on Chrome and Firefox */ }
  header .additional-info .select2-container.select2-container--focus .select2-selection--multiple {
    border-color: #AAAAAA; }
  header .additional-info .select2-container .select2-selection--multiple {
    min-height: 30px;
    margin-bottom: 2px; }
    header .additional-info .select2-container .select2-selection--multiple .select2-selection__rendered {
      margin-bottom: 5px; }
    header .additional-info .select2-container .select2-selection--multiple .select2-selection__choice {
      padding: 2px 5px 1px 5px;
      background: #4e8ce5;
      border: 0; }
      header .additional-info .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        color: white; }
  header .additional-info .controls {
    display: inline-block;
    position: relative;
    margin-left: 10px; }
  header .additional-info .save,
  header .additional-info .skip {
    color: white;
    font-size: 14px;
    font-family: "ProximaNova Semibold", sans-serif;
    text-transform: uppercase;
    line-height: 30px; }
  header .additional-info .save {
    margin-right: 7px;
    position: relative; }
    header .additional-info .save:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 16px;
      background: white;
      top: -1px;
      right: -10px; }
  header .additional-info .skip {
    margin-left: 8px;
    font-family: "ProximaNova Regular", sans-serif; }

.clipboard {
  position: fixed;
  top: -9999px;
  left: -9999px; }

#content.first {
  height: auto !important;
  margin: 0 auto -82px;
  min-height: 100%; }
#content.forcefull {
  height: 100% !important;
  margin: 0 auto -82px;
  min-height: 100%; }
  #content.forcefull #push {
    display: none; }

#push {
  height: 82px; }

.intro {
  background: url(/img/Homepage/bg-intro.jpg) center center/cover; }
  .intro h1, .intro h2 {
    color: white;
    text-align: center; }
  .intro h1 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-family: "ProximaNova Light", sans-serif;
    font-size: 30px; }
    .intro h1 em {
      font-style: normal;
      font-family: "ProximaNova Semibold", sans-serif; }
  .intro h2 {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    padding: 0 50px 0 50px; }
    @media only screen and (max-width: 480px) {
      .intro h2 {
        padding: 0; } }
  .intro .signup {
    margin-top: 16px;
    text-align: center; }
    .intro .signup .form-group {
      margin-bottom: 12px;
      padding: 2px; }
      .intro .signup .form-group:last-child {
        margin-bottom: 76px; }
    .intro .signup input {
      font-size: 16px;
      height: 48px; }
    .intro .signup .success:after {
      top: 13px; }
    .intro .signup .error {
      margin-bottom: 3px; }
      .intro .signup .error input {
        height: 43px; }
      .intro .signup .error label {
        padding-top: 7px; }
    .intro .signup .button {
      border-color: #e26442; }
    .intro .signup p.social {
      text-align: left; }
  .intro .video {
    display: block;
    margin-top: 72px;
    width: 438px;
    height: 246px;
    border: 2px solid white;
    border-radius: 8px;
    background: url(/img/Homepage/yt-overlay.png) center center no-repeat;
    background-size: cover;
    position: relative; }
    .intro .video.hidden-lg {
      margin: 40px auto;
      max-width: 100%; }
    .intro .video:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(/img/Homepage/yt-overlay-play.png) center center no-repeat;
      opacity: 1;
      transition: opacity 0.5s ease; }
    .intro .video:hover:after {
      opacity: 0.6; }
  .intro .col-lg-7 {
    background: url(/img/General/logo-white-outline.png) center center/50% no-repeat; }
    @media only screen and (max-width: 992px) {
      .intro .col-lg-7 {
        background-size: 40%; } }

.for-everyone {
  text-align: center;
  margin-top: 25px; }
  .for-everyone h1 {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 30px;
    color: #57616d; }
    .for-everyone h1 em {
      font-style: normal;
      color: #4e8ce5; }
  .for-everyone .profiles {
    border-top: 2px solid #f4f4f4;
    margin-top: 20px; }
    .for-everyone .profiles .profile {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "ProximaNova Semibold", sans-serif;
      color: #a0a7af;
      position: relative;
      top: -7px;
      background: white;
      padding: 0 15px 0 15px; }
      .for-everyone .profiles .profile:first-child {
        padding-left: 30px; }
      .for-everyone .profiles .profile:last-child {
        padding-right: 30px; }

.opportunities {
  padding: 40px 0 0 0; }
  .opportunities h3 {
    color: #57616d;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
    padding-left: 12px;
    min-height: 130px;
    display: table-cell;
    vertical-align: middle; }
    .opportunities h3 strong {
      font-size: 14px;
      font-family: "ProximaNova Semibold", sans-serif;
      text-transform: uppercase;
      color: #1e3e63; }
  .opportunities img {
    float: left;
    width: 130px;
    height: 130px; }
  .opportunities .col-md-6 {
    margin-bottom: 45px;
    display: table; }

.discover-hidden-opportunities {
  margin-top: 10px;
  border-top: 1px solid #cdd2d7;
  background: #eef2f6;
  color: #555555;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .discover-hidden-opportunities h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "ProximaNova Light", sans-serif;
    font-size: 30px; }
    .discover-hidden-opportunities h1 em {
      font-style: normal;
      font-family: "ProximaNova Semibold", sans-serif;
      color: #4e8ce5; }
  .discover-hidden-opportunities p {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    padding: 0 40px 0 40px; }
    .discover-hidden-opportunities p em {
      font-style: normal;
      font-family: "ProximaNova Semibold", sans-serif; }
    @media only screen and (max-width: 480px) {
      .discover-hidden-opportunities p {
        padding: 0; } }
  .discover-hidden-opportunities .button {
    margin-top: 26px; }
  .discover-hidden-opportunities .image {
    text-align: left; }
    @media only screen and (max-width: 992px) {
      .discover-hidden-opportunities .image {
        text-align: center;
        margin-top: 40px; } }
  .discover-hidden-opportunities img {
    width: 260px;
    height: 260px; }

.stats {
  background: url(/img/Homepage/bg-stats.svg) bottom center no-repeat;
  padding-bottom: 52px;
  text-align: center;
  text-transform: uppercase; }
  .stats .col-md-4 {
    margin-top: 55px; }
  .stats .image-container {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    line-height: 150px;
    border: 1px solid #dfdfdf; }
  .stats img {
    position: relative;
    top: 50%; }
  .stats .leads img {
    margin-top: -23px; }
  .stats .connections img {
    margin-top: -38px; }
  .stats .countries img {
    margin-top: -40px; }
  .stats h2 {
    font-family: "ProximaNova Bold", sans-serif;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #9699a0; }
    .stats h2 em {
      font-style: normal;
      color: #555555; }
  .stats h3 {
    margin-top: 0;
    font-size: 14px;
    font-family: "ProximaNova Semibold", sans-serif;
    color: #4e8ce5; }
  .stats .button {
    margin-top: 45px; }

.app {
  background: #1e3e63 url(/img/Homepage/bg-app.svg) center -187px no-repeat;
  color: white;
  padding-top: 22px; }
  @media only screen and (max-width: 992px) {
    .app {
      text-align: center;
      padding-bottom: 22px; } }
  .app h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "ProximaNova Light", sans-serif;
    font-size: 30px; }
    .app h1 em {
      font-style: normal;
      color: #4e8ce5; }
    .app h1 strong {
      font-weight: normal;
      font-family: "ProximaNova Semibold", sans-serif; }
  .app p {
    font-family: "ProximaNova Light", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 30px 0;
    padding: 0 75px 0 0; }
    @media only screen and (max-width: 480px) {
      .app p {
        padding: 0; } }
  .app .image {
    text-align: right; }
    @media only screen and (max-width: 992px) {
      .app .image {
        text-align: center; } }
  .app img {
    width: 287px;
    height: 406px; }
  .app .playstore {
    width: 170px;
    height: 50px; }
  .app .itunes {
    width: 150px;
    height: 50px;
    margin-right: 5px; }
  @media only screen and (min-width: 1200px) {
    .app .col-lg-6 {
      padding-left: 50px; } }
  @media only screen and (max-width: 480px) {
    .app .playstore, .app .itunes {
      margin-bottom: 10px; } }

.partners {
  width: 100%;
  max-width: 100%;
  margin: 40px 0 40px 0;
  color: #555555;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "ProximaNova Semibold", sans-serif; }
  .partners .items {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table; }
    @media (min-width: 768px) {
      .partners .items {
        width: 750px; } }
    @media (min-width: 992px) {
      .partners .items {
        width: 970px; } }
    .partners .items .item {
      height: 50px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      max-width: 16.66%;
      opacity: 0.5; }
      .partners .items .item:first-child {
        opacity: 1; }

.team-row {
  background: #fff;
  padding: 0 0 50px 0;
  margin-top: -5px; }
  .team-row h1 {
    color: #2c455e;
    font-family: "ProximaNova Light", sans-serif;
    font-size: 3.6em;
    margin-bottom: 20px; }
  .team-row .member {
    width: 345px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 10px; }
    .team-row .member.job {
      width: auto;
      float: none;
      margin-bottom: 30px; }
      .team-row .member.job .profile .name {
        width: auto; }
      .team-row .member.job .about {
        height: auto; }
    .team-row .member .profile {
      border-bottom: 1px solid #e5e5e5;
      padding: 20px; }
      .team-row .member .profile .picture {
        margin-right: 20px;
        overflow: hidden;
        float: left;
        border-radius: 5px; }
        .team-row .member .profile .picture img {
          width: 70px;
          height: 70px; }
      .team-row .member .profile .name {
        float: left;
        width: 210px;
        font-family: "ProximaNova Regular", sans-serif;
        font-size: 3.6em; }
        .team-row .member .profile .name h2, .team-row .member .profile .name h3, .team-row .member .profile .name h4 {
          margin: 0; }
        .team-row .member .profile .name h2, .team-row .member .profile .name h4 {
          color: #2c455e; }
        .team-row .member .profile .name h2 {
          font-size: 26px; }
        .team-row .member .profile .name h3 {
          color: #95a2ae;
          font-family: "ProximaNova Light", sans-serif;
          font-size: 18px; }
        .team-row .member .profile .name h4 {
          text-transform: uppercase;
          font-size: 0.23em;
          letter-spacing: 0.3em; }
    .team-row .member .about {
      padding: 20px;
      color: #2c4449;
      height: 190px;
      font-family: "ProximaNova Light", sans-serif;
      font-size: 1.3em;
      line-height: 1.3em; }
    .team-row .member .social {
      border-top: 1px solid #e5e5e5;
      background: #fcfcfc;
      padding: 10px 20px;
      text-align: right;
      min-height: 44px; }
      .team-row .member .social a {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin: 0 5px; }
        .team-row .member .social a.linkedin {
          background: url(/img/About/social-linkedin.png) no-repeat center; }
        .team-row .member .social a.twitter {
          background: url(/img/About/social-twitter.png) no-repeat center; }

.ajaxAction_signin {
  padding: 40px 90px;
  font-family: "ProximaNova Light", sans-serif; }
  .ajaxAction_signin h1 {
    color: #2c455e;
    font-size: 3.5em;
    margin: 20px 0 30px 0; }
  .ajaxAction_signin .fixed-width {
    position: relative;
    width: 322px;
    margin: 0 auto; }
    .ajaxAction_signin .fixed-width input {
      width: 322px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      padding: 13px 20px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-size: 0.8em;
      margin-bottom: 10px; }
    .ajaxAction_signin .fixed-width .forgot {
      line-height: 41px;
      color: #ccc;
      float: right;
      font-family: "ProximaNova Semibold", sans-serif;
      font-size: 1.2em; }
  .ajaxAction_signin div.line-break {
    margin: 20px 0 10px 0;
    color: #cccccc;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    .ajaxAction_signin div.line-break span {
      display: inline-block; }
    .ajaxAction_signin div.line-break span:before,
    .ajaxAction_signin div.line-break span:after {
      border-top: 1px solid #cccccc;
      display: block;
      height: 1px;
      content: " ";
      width: 43%;
      position: absolute;
      left: 0;
      top: 0.5em; }
    .ajaxAction_signin div.line-break span:after {
      right: 0;
      left: auto; }
  .ajaxAction_signin .bottom {
    color: #b2b2b2;
    font-size: 1.1em; }

.ajaxAction_signup {
  padding: 40px 90px;
  font-family: "ProximaNova Light", sans-serif; }
  .ajaxAction_signup p, .ajaxAction_signup .bottom {
    color: #b2b2b2;
    font-size: 1.1em;
    text-align: center; }
  .ajaxAction_signup h1 {
    color: #2c455e;
    font-size: 3.5em;
    margin: 20px 0 30px 0; }
  .ajaxAction_signup .fixed-width {
    position: relative;
    width: 322px;
    margin: 0 auto; }
  .ajaxAction_signup div.line-break {
    margin: 10px 0 5px 0;
    color: #cccccc;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    .ajaxAction_signup div.line-break span {
      display: inline-block; }
    .ajaxAction_signup div.line-break span:before,
    .ajaxAction_signup div.line-break span:after {
      border-top: 1px solid #cccccc;
      display: block;
      height: 1px;
      content: " ";
      width: 43%;
      position: absolute;
      left: 0;
      top: 0.5em; }
    .ajaxAction_signup div.line-break span:after {
      right: 0;
      left: auto; }

.faq-head-row {
  text-align: left; }
  .faq-head-row .container {
    padding: 30px 0 50px 0; }
  .faq-head-row h1 {
    color: #2c455e;
    font-family: "ProximaNova Semibold", sans-serif;
    font-size: 3.6em;
    margin-bottom: 30px;
    padding: 0 15px; }
  .faq-head-row .questions {
    padding: 40px 0; }
  .faq-head-row ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .faq-head-row ul li {
      padding: 15px 20px 15px 0;
      margin: 0; }
      .faq-head-row ul li a {
        font-family: "ProximaNova Semibold", sans-serif;
        font-size: 1.6em;
        color: #4e8ce5; }

.faq-content-row {
  border-top: 1px solid #e5e5e5; }
  .faq-content-row .container {
    padding: 50px 0; }
  .faq-content-row a {
    color: #4e8ce5;
    font-family: "ProximaNova Bold", sans-serif; }
  .faq-content-row dt {
    color: #2c455e;
    max-width: 850px;
    font-family: "ProximaNova Light", sans-serif;
    font-weight: 500;
    font-size: 3.6em;
    margin: 30px 0;
    padding: 0 15px; }
  .faq-content-row dd {
    color: #2c4449;
    max-width: 800px;
    font-family: "ProximaNova Light", sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    padding: 0 15px; }
  .faq-content-row .watch-tutorial i {
    margin-right: 5px; }

.privacy-head-row {
  text-align: left; }
  .privacy-head-row .container {
    padding: 30px 0 50px 0; }
  .privacy-head-row h1, .privacy-head-row h2 {
    color: #2c455e;
    font-family: "ProximaNova Semibold", sans-serif; }
  .privacy-head-row h1 {
    font-family: "ProximaNova Semibold", sans-serif;
    font-size: 3.6em;
    margin-bottom: 30px;
    padding: 0 15px; }
  .privacy-head-row h2 {
    font-family: "ProximaNova Regular", sans-serif;
    font-size: 1.6em;
    margin-bottom: 30px;
    padding: 0 15px; }
    .privacy-head-row h2 strong {
      font-family: "ProximaNova Semibold", sans-serif; }

.privacy-content-row {
  border-top: 1px solid #e5e5e5;
  color: #2c4449; }
  .privacy-content-row .container {
    padding: 50px 0; }
  .privacy-content-row .wrapper {
    max-width: 880px; }
  .privacy-content-row p {
    padding: 10px 0; }
  .privacy-content-row p, .privacy-content-row li {
    font-family: "ProximaNova Regular", sans-serif;
    font-size: 1.5em;
    line-height: 1.5em; }
  .privacy-content-row h3 {
    font-family: "ProximaNova Semibold", sans-serif;
    font-size: 2.5em;
    margin: 60px 0 30px 0; }
  .privacy-content-row dt {
    color: #2c4449;
    max-width: 850px;
    font-family: "ProximaNova Bold", sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    margin: 20px 0 10px 0; }
  .privacy-content-row dd {
    color: #2c4449;
    max-width: 800px;
    font-family: "ProximaNova Regular", sans-serif;
    font-weight: 500;
    font-size: 1.5em; }

/**
 * Credit.js
 * Version: 1.0.0
 * Author: Ron Masas
 */
.credit {
  display: none; }

.credit-cell {
  width: 24%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: none;
  outline: none;
  text-align: center;
  letter-spacing: 3px; }

.credit-input {
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 1.7em;
  height: 60px;
  line-height: 1.42857;
  padding: 13px 20px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%; }

.c-focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/**
 * Intercept
 */
.intercept {
  background: #223144;
  color: white;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }
  .intercept .leads {
    background: #223144;
    height: 54%;
    overflow: hidden;
    position: relative; }
    .intercept .leads:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100px;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to bottom, transparent 0px, #223144 100%);
      background-repeat: repeat-x; }
    .intercept .leads .logo {
      text-align: center;
      margin: 60px auto; }
    .intercept .leads .list {
      overflow: hidden;
      max-width: 45%;
      margin: 0 auto;
      position: relative; }
      .intercept .leads .list:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #223144 0px, transparent 100%);
        background-repeat: repeat-x; }
    .intercept .leads .lead {
      padding: 0 10px 0 10px; }
      .intercept .leads .lead img {
        width: 90px;
        height: 90px;
        border-radius: 45px;
        float: left;
        margin-right: 20px; }
      .intercept .leads .lead .info {
        float: left;
        font-size: 16px; }
        .intercept .leads .lead .info h3 {
          margin: 10px 0 0 0;
          font-size: 18px; }
  .intercept .loading {
    background: #1f2c3d;
    height: 1%; }
    .intercept .loading .fill {
      height: 100%;
      background: white;
      position: relative; }
      .intercept .loading .fill .percents {
        position: absolute;
        right: 0;
        top: -30px;
        font-size: 26px;
        font-family: "ProximaNova Bold", sans-serif; }
  .intercept .found {
    background: #1f2c3d url(/img/General/world-dotted-map.png) center center no-repeat;
    background-size: cover;
    height: 45%;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
    .intercept .found h1 {
      font-family: "ProximaNova Bold", sans-serif;
      font-size: 32px;
      margin: 40px 0; }
    .intercept .found .counter {
      display: inline-block;
      background: rgba(255, 255, 255, 0.1);
      width: 170px;
      height: 170px;
      line-height: 170px;
      border-radius: 85px;
      text-align: center;
      font-size: 40px;
      font-family: "ProximaNova Bold", sans-serif;
      position: relative; }
      .intercept .found .counter.national .count:after, .intercept .found .counter.worldwide .count:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .intercept .found .counter .title {
        font-family: "ProximaNova Regular", sans-serif;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 70%;
        left: 0;
        width: 100%; }
    .intercept .found .premium {
      margin-top: 20px;
      opacity: 0.8;
      font-size: 18px; }
