/* BASE - Base Variable file along with starting point Mixins and Placeholders.
========================================================================== */
body, h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  text-rendering: optimizeLegibility; }

body {
  font-size: 15px;
  font-weight: 400; }

h1 {
  color: #ffffff;
  font-size: 2.4em;
  padding-bottom: 10px;
  line-height: 1.4em; }
  h1 a {
    color: #ffffff; }
  h1 a:hover, h1 a:active, h1 a:focus {
    text-decoration: none;
    color: #ffffff; }

h2 {
  font-size: 1.8em;
  color: #161a1e;
  line-height: 1.3em; }

h3 {
  font-size: 1.2em;
  font-weight: 400;
  color: #546fa7;
  line-height: 1.4em; }
  h3 a {
    text-decoration: none !important; }
  h3 a:hover {
    text-decoration: underline !important; }

h4 {
  text-align: left;
  margin: 30px 0px 15px 0px;
  color: #546fa7;
  font-size: 1.3em; }

.front-section h4 {
  line-height: 1.4; }

a {
  color: #546fa7; }

a:hover {
  color: #546fa7; }

p {
  margin: 0 0 20px;
  line-height: 1.5; }

.front-section-two-columns h4 {
  text-align: center;
  margin: -15px 0px 20px 0px;
  color: #504a4a;
  font-size: 1em; }

.container-fluid {
  padding: 0px; }

.row {
  margin: 0;
  padding: 0; }
  .row .no-padding {
    padding-left: 0px;
    padding-right: 0px; }
  .row .no-padding-left {
    padding-left: 0px;
    padding-right: 5px; }
  .row .no-padding-right {
    padding-right: 0px;
    padding-left: 5px; }
  .row .no-padding-middle {
    padding: 0px 5px; }
  .row .no-padding-top {
    padding-top: 0px; }
  .row .padding-right-small {
    padding-right: 7px; }
  .row .padding-left-small {
    padding-left: 7px; }
  .row .margin-right-5 {
    margin-right: 5px; }
  .row .margin-left-5 {
    margin-left: 5px; }

/* Navbar
========================================================================== */
.navbar {
  font-size: 1em;
  font-weight: 400;
  border: none;
  position: absolute;
  top: 0px; }
  .navbar .active, .navbar .navbar-link:hover {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 3px; }
  .navbar .navbar-fat {
    padding-top: 50px;
    height: 150px; }
  .navbar .btn-success, .navbar .btn-success:active {
    background-color: transparent;
    border: 2px solid #a8ffdb;
    padding: 10px 25px;
    margin-top: 3px;
    margin-left: 15px;
    outline: none; }
  .navbar .btn-success:hover, .navbar .btn-success:focus {
    background-color: #a8ffdb;
    border-color: #a8ffdb;
    color: #475675; }
  .navbar .yellow {
    margin-left: 30px; }
    .navbar .yellow a {
      color: #fff2a8; }
  .navbar .navbar-collapse.in .yellow li, .navbar .collapsing .yellow li {
    margin-left: 10px; }
  .navbar .navbar-collapse.in .login-link, .navbar .collapsing .login-link {
    margin-left: 55px; }
  .navbar .navbar-right a {
    color: #a8ffdb;
    font-weight: 600; }
  .navbar li > a {
    padding: 15px 18px; }
  .navbar li > a:hover, .navbar li > a:focus {
    background-color: transparent; }
  .navbar .navbar-toggle .icon-bar {
    background-color: #a8ffdb; }
  .navbar .nav > li .navbar-phone {
    display: block;
    margin-left: 55px; }

.menu-toggled {
  margin-top: 340px; }

.navbar-thin {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-color: #2b2727;
  padding: 17px 0px;
  position: fixed;
  height: 70px; }
  .navbar-thin .navbar-brand-default {
    background-image: url(../images/frontpage-assets/scaled-at-200/logo@2x.png);
    width: 144px;
    height: 36px;
    background-size: 143px;
    background-repeat: no-repeat; }
  .navbar-thin .navbar-brand-glossary {
    background-image: url(../images/frontpage-assets/scaled-at-200/logo-glossary-mini@2x.png);
    width: 241px;
    height: 36px;
    background-size: 241px;
    background-repeat: no-repeat; }
  .navbar-thin .navbar-brand-coldemail {
    background-image: url(../images/sales-emails/minilogosales.png);
    width: 260px;
    height: 50px;
    background-size: 260px;
    background-repeat: no-repeat; }
  .navbar-thin .navbar-nav {
    margin-top: -8px; }
  .navbar-thin .navbar-toggle {
    margin-top: 0px; }
  .navbar-thin .navbar-collapse {
    background-color: #2b2727; }
  .navbar-thin .navbar-collapse.in .yellow li, .navbar-thin .collapsing .yellow li {
    margin-left: -10px; }
  .navbar-thin .navbar-collapse.in .login-link, .navbar-thin .collapsing .login-link {
    margin-left: 35px; }
  .navbar-thin .nav > li .navbar-phone {
    display: block;
    margin-left: 35px; }
  .navbar-thin .btn-success:hover, .navbar-thin .btn-success:focus {
    color: #161a1e; }

.navbar-fat {
  padding-top: 50px; }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px; }

.navbar-nav.navbar-right:last-child {
  margin-right: 0px; }

/* Buttons
========================================================================== */
.btn {
  outline: none;
  font-weight: 600;
  font-size: 1em; }

a.btn {
  text-decoration: none !important; }

.btn:active {
  box-shadow: none; }

.btn-default, .btn-default:active {
  background-color: transparent;
  border: 2px solid #546fa7;
  color: #546fa7;
  padding: 10px 25px;
  margin-top: 20px;
  outline: none; }

.btn-default:hover, .btn-default:focus {
  background-color: #546fa7;
  border-color: #546fa7;
  color: #ffffff; }

.btn-default-blue-base {
  border-color: #a8ffdb;
  color: #a8ffdb; }

.btn-default-blue-base:hover {
  background-color: #a8ffdb;
  border-color: #a8ffdb;
  color: #546fa7; }

.btn-default-blue-base:focus {
  background-color: transparent;
  border-color: #a8ffdb;
  color: #a8ffdb;
  outline-color: transparent; }

.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #fff2a8;
  background-color: transparent;
  border: 2px solid #fff2a8;
  font-size: 1.3em;
  padding: 12px 35px;
  margin-bottom: 40px;
  outline: none;
  font-weight: normal; }

.btn-primary:hover {
  color: #161a1e;
  background-color: #fff2a8;
  border: 2px solid #fff2a8;
  outline: none; }

.btn-primary-small {
  padding: 10px 25px;
  font-size: 1em; }

.front-section-blue-base .btn-primary:hover, .front-section-blue-base .btn-primary:focus {
  color: #546fa7; }

.btn-success, .btn-success:active {
  background-color: #ffffff;
  color: #546fa7;
  border: 2px solid #546fa7;
  padding: 10px 25px; }

.btn-success:hover, .btn-success:focus {
  background-color: #546fa7;
  color: #ffffff;
  border: 2px solid #546fa7; }

.btn-success.disabled, .btn-success[disabled] {
  background-color: #ffffff;
  color: #c3cee6;
  border: 2px solid #c3cee6; }

.btn-pricing {
  border: 1px solid #F2E5C5;
  background-color: #FFF2CA;
  padding: 8px 15px;
  border-radius: 2px;
  width: 100%; }

.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0); }

.dropdown + .dropdown {
  margin-top: 5px; }

/* Pills
========================================================================== */
.nav-pills > li.active > a {
  background-color: #475675; }

.nav-pills > li.active > a:hover {
  background-color: #475675; }

.nav-pills > li > a {
  color: #546fa7; }

.nav-pills > li > a:hover {
  background-color: #e1e1e1; }

/* Modal
========================================================================== */
.modal {
  text-align: left; }
  .modal .modal-dialog {
    width: 600px; }
  .modal .modal-content {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 20px; }
  .modal input {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .modal .btn-success {
    margin-top: 10px; }
  .modal h2 {
    margin-top: 0px; }

/* REST - ...
========================================================================== */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  color: #504a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body .test_class {
    height: 300px;
    background-color: #fff; }
  body a:hover {
    cursor: pointer; }

.navbar-brand-default {
  background-image: url(../images/frontpage-assets/scaled-at-200/logo@2x.png);
  width: 217px;
  height: 54px;
  background-size: 216px;
  background-repeat: no-repeat; }

.navbar-brand-glossary {
  background-image: url(../images/frontpage-assets/scaled-at-200/logo-glossary@2x.png);
  width: 314px;
  height: 59px;
  background-size: 314px;
  background-repeat: no-repeat; }

.navbar-brand-coldemail {
  background-image: url(../images/sales-emails/salesemaillogo2x.png);
  width: 337px;
  height: 58px;
  background-size: 337px;
  background-repeat: no-repeat; }

.lead {
  color: #c3cee6;
  font-size: 1.2em;
  font-weight: 400;
  padding-bottom: 90px;
  max-width: 800px;
  margin: 0 auto; }
  .lead a {
    color: #c3cee6; }

.lead-mini {
  padding-bottom: 50px; }

/* Cover
========================================================================== */
.cover {
  width: 100%;
  height: 100%;
  padding-top: 170px; }
  .cover hr {
    border: 0;
    border-top: 1px solid;
    margin: 20px 0px 0px 0px; }
  .cover .cover-items {
    padding: 0px 40px; }
  .cover .cover-item {
    padding: 30px 0px 30px 0px;
    text-transform: capitalize; }
    .cover .cover-item a {
      color: #ffffff;
      display: block;
      margin-top: 5px; }
    .cover .cover-item span {
      margin-top: 5px;
      display: block; }
  .cover .cover-item-first {
    border-left: 1px solid;
    border-right: 1px solid; }
  .cover .cover-item + .cover-item {
    border-right: 1px solid; }
  .cover .front-data-explanation {
    display: inline-block;
    border-bottom: 1px dotted #ffffff;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff; }
  .cover .front-data-explanation:hover {
    text-decoration: none; }
  .cover .popover {
    padding: 8px;
    border-radius: 4px;
    background-color: #354057;
    color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px; }
    .cover .popover .arrow, .cover .popover .arrow:after {
      border-bottom-color: #354057 !important; }

.cover-mini {
  padding-top: 150px; }

.cover-small {
  padding-top: 170px;
  padding-bottom: 120px; }
  .cover-small h1 {
    padding-bottom: 0px; }
  .cover-small p.lead {
    padding-bottom: 0px; }

.cover-thin {
  padding-bottom: 120px; }
  .cover-thin .lead {
    padding-bottom: 0px; }

.cover-grid-border {
  border-color: #60748d !important; }

.cover-grid-border-alternative {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.cover-pattern {
  background-color: #4e5e80;
  /* Fallback Color */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#4e6f80), to(#4e5e80));
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -moz-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -ms-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -o-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e6f80', EndColorStr='#4e5e80');
  background-size: cover; }

.cover-picture-default {
  background: url("../images/other-assets/scaled-at-200/cover-about@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-glossary {
  background: url("../images/other-assets/scaled-at-200/header-img-generall@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-copenhagen {
  background: url("../images/other-assets/scaled-at-200/cover-copenhagen@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-team {
  background: url("../images/other-assets/scaled-at-200/cover-team@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-jobs {
  background: url("../images/other-assets/scaled-at-200/cover-jobs@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-investors {
  background: url("../images/other-assets/scaled-at-200/cover-investor@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-contact-us {
  background: url("../images/frontpage-assets/scaled-at-200/front-contact-us-image@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-contact-us-glossary {
  background: url("../images/frontpage-assets/scaled-at-200/glossary-contact-us-image@2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture-cold {
  background: url("../images/sales-emails/header-img-generall2x.jpg") center center no-repeat;
  background-size: cover; }

.cover-picture {
  padding-bottom: 50px; }
  .cover-picture .lead {
    color: #ffffff; }

.cover-picture.cover-picture-glossary {
  padding-bottom: 0px; }

.cover-picture-glossary h1 {
  text-transform: capitalize; }
.cover-picture-glossary .cover-item a:hover {
  text-decoration: none; }

.cover-picture-cold .cover-item a:hover {
  text-decoration: none; }

.cover-customer-cases {
  padding-bottom: 0px; }

/* Graphics
========================================================================== */
.feature-market-expansion {
  background: url(../images/frontpage-assets/scaled-at-200/front-image-market-expansion@2x.png); }

.feature-outdated-lists {
  background: url(../images/frontpage-assets/scaled-at-200/front-image-outdated-lists-new@2x.png); }

.feature-country-flags {
  background: url(../images/other-assets/scaled-at-200/country-flags@2x.png); }

.feature-market-segmentation {
  background: url(../images/features-assets/scaled-at-200/graphics-market-segmentation@2x.png) center center no-repeat; }

.feature-sales-context {
  background: url(../images/features-assets/scaled-at-200/graphics-sales-context@2x.png) center center no-repeat; }

.feature-crm {
  background: url(../images/other-assets/scaled-at-200/crm-integrations@2x.png) center center no-repeat; }

.feature-salesloft {
  background: url(../images/other-assets/scaled-at-200/salesloft-prospector-logo@2x.png) center center no-repeat; }

.icon-market-segmentation {
  background: url(../images/features-assets/scaled-at-200/market-segmentation@2x.png) center center no-repeat;
  width: 34px;
  height: 40px;
  background-size: 34px 32px;
  margin: 0 auto; }

.icon-modern-lead-attributes {
  background: url(../images/features-assets/scaled-at-200/modern-lead-attributes@2x.png) center center no-repeat;
  width: 34px;
  height: 40px;
  background-size: 34px 27px;
  margin: 0 auto; }

.icon-rich-sales-context {
  background: url(../images/features-assets/scaled-at-200/sales-context@2x.png) center center no-repeat;
  width: 34px;
  height: 40px;
  background-size: 34px 35px;
  margin: 0 auto; }

.icon-crm {
  background: url(../images/features-assets/scaled-at-200/crm@2x.png) center center no-repeat;
  width: 34px;
  height: 40px;
  background-size: 34px 26px;
  margin: 0 auto; }

.graphics-customer-case-recommendation-engine {
  background: url(../images/other-assets/scaled-at-200/graphics-recommendation-engine@2x.png); }

.graphics-consumer-brands-logos {
  background: url(../images/other-assets/scaled-at-200/consumer-brands-logos@2x.png); }

.graphics-consumer-brands-logos-horizontal {
  background: url(../images/other-assets/scaled-at-200/consumer-brands-logos-horizontal@2x.png); }

.graphics-ecommerce-logos {
  background: url(../images/other-assets/scaled-at-200/ecommerce-logos@2x.png); }

.graphics-ecommerce-logos-horizontal {
  background: url(../images/other-assets/scaled-at-200/ecommerce-logos-horizontal@2x.png); }

.graphics-software-logos {
  background: url(../images/other-assets/scaled-at-200/software-logos@2x.png); }

.graphics-software-logos-horizontal {
  background: url(../images/other-assets/scaled-at-200/software-logos-horizontal@2x.png); }

.graphics-agency-logos {
  background: url(../images/other-assets/scaled-at-200/agency-logos@2x.png); }

.graphics-agency-logos-horizontal {
  background: url(../images/other-assets/scaled-at-200/agency-logos-horizontal@2x.png); }

.graphics-customers-logos-horizontal {
  background: url(../images/frontpage-assets/scaled-at-200/customers-logos-horizontal@2x.png); }

.graphics-customer-case-esp {
  background: url(../images/other-assets/scaled-at-200/graphics-esp@2x.png); }

.graphics-customer-case-fulfillment-solution {
  background: url(../images/other-assets/scaled-at-200/graphics-fulfillment-solution@2x.png); }

.feature-graphics {
  background-size: 404px 300px;
  width: 404px;
  height: 300px;
  margin: 0 auto; }

.feature-graphics-countries {
  background-size: 451px 312px;
  width: 451px;
  height: 312px;
  margin: 0 auto; }

.graphics-horizontal-logos {
  background-size: 800px 53px;
  background-repeat: no-repeat;
  max-width: 800px;
  height: 53px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px; }

.graphics-horizontal-frontpage-logos {
  background-size: 834px 53px;
  background-repeat: no-repeat;
  max-width: 834px;
  height: 53px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px; }

.graphics-verticals-logos {
  background-size: 260px 251px;
  width: 260px;
  height: 251px;
  margin: 0 auto; }

.graphics-salesloft {
  background-size: 350px 87px;
  width: 350px;
  height: 87px;
  margin: 0 auto; }

.graphics-flags {
  background-size: 290px 280px;
  width: 290px;
  height: 280px;
  margin: 0 auto; }

.graphics-verticals-logos-mini {
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin: 15px 15px;
  float: left;
  color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.front-section-verticals-blocks {
  margin-top: 0px;
  max-width: 310px;
  margin: 0 auto; }

.graphics-consumer-brands-logos-text {
  height: 100%;
  background: #546fa7;
  color: #ffffff;
  z-index: 2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 40px 10px 0px 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.graphics-consumer-brands-logos-text:hover {
  opacity: 0.95 !important; }

.image-profile {
  width: 100px;
  height: 100px;
  background-size: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 auto; }

.profile-jakob {
  background-image: url(../images/other-assets/scaled-at-200/profile_jakob@2x.jpg); }

.profile-rasmus {
  background-image: url(../images/other-assets/scaled-at-200/profile_rasmus@2x.jpg); }

.profile-jw {
  background-image: url(../images/other-assets/scaled-at-200/profile_jw@2x.jpg); }

.profile-jan {
  background-image: url(../images/other-assets/scaled-at-200/profile_jan@2x.jpg); }

.profile-nicolaj {
  background-image: url(../images/other-assets/scaled-at-200/profile_nicolaj@2x.jpg); }

.profile-jordi {
  background-image: url(../images/other-assets/scaled-at-200/profile_jordi@2x.jpg); }

.profile-empty {
  background-image: url(../images/other-assets/scaled-at-200/profile_empty@2x.jpg); }

.icon-customer-case {
  font-size: 30px;
  color: #fff2a8;
  line-height: 30px;
  margin-top: 4px; }

.founders-logo {
  background: url(../images/other-assets/scaled-at-200/founders-logo@2x.png);
  background-size: 200px 262px;
  width: 200px;
  height: 262px;
  margin: 0 auto;
  margin-top: 40px; }

.front-main-ui-view {
  background: url(../images/frontpage-assets/scaled-at-200/front-main-ui-4@2x.png);
  background-size: 974px 361px;
  width: 974px;
  height: 265px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.front-main-ui-view:before {
  content: "";
  background: url(../images/frontpage-assets/scaled-at-200/front-main-ui-3@2x.png);
  background-size: 974px 361px;
  width: 974px;
  height: 265px;
  visibility: hidden; }

.front-main-ui-view:hover {
  background: url(../images/frontpage-assets/scaled-at-200/front-main-ui-3@2x.png);
  background-size: 974px 361px;
  width: 974px;
  margin: 0 auto;
  margin-top: -50px;
  height: 315px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  cursor: pointer; }

.front-main-ui-view-shadow {
  background: url(../images/frontpage-assets/scaled-at-200/front-main-ui-shadow.png);
  background-repeat: repeat-x;
  position: absolute;
  width: 974px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 208px;
  height: 57px; }

.front-part-ui-view {
  background: url(../images/frontpage-assets/scaled-at-200/front-part-ui@2x.png);
  background-size: 534px 321px;
  width: 534px;
  height: 321px; }

/* Front page spcifics stuff
========================================================================== */
.attributes {
  background: url(../images/frontpage-assets/scaled-at-200/thin-pattern@2x.png);
  background-repeat: repeat-x;
  background-size: 1309px 306px;
  overflow: hidden;
  width: 2000%;
  margin: 0;
  padding: 0;
  height: 306px;
  padding-top: 90px;
  list-style-type: none;
  text-align: center;
  margin-top: -50px;
  margin-left: -10px; }
  .attributes li + li {
    margin-top: 0px !important; }

.attribute {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  border: 2px solid #546fa7;
  color: #546fa7;
  font-weight: 500;
  float: left;
  margin-left: 20px;
  font-size: 1em; }
  .attribute div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5px; }

/* Sections
========================================================================== */
.front-section {
  padding: 80px 0px; }
  .front-section a {
    text-decoration: underline; }
  .front-section h3 {
    margin-bottom: 40px; }
  .front-section h3 + ul {
    margin-top: 10px; }
  .front-section hr {
    margin: 40px 0px; }
  .front-section h2 {
    margin-bottom: 20px; }
  .front-section h2.no-subtitle {
    margin-bottom: 40px; }
  .front-section li + li {
    margin-top: 8px; }

.job-description-section h3 {
  margin-bottom: 15px; }
.job-description-section ul {
  margin-bottom: 30px; }

.front-section-aligned-left {
  text-align: left; }

.front-section-dark {
  padding: 80px 0px 40px 0px; }
  .front-section-dark h2 {
    color: #ffffff; }
  .front-section-dark h3 {
    color: #e1e1e1;
    margin-bottom: 60px; }

.front-section-blue-base {
  background-color: #4e5e80;
  /* Fallback Color */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#4e6f80), to(#4e5e80));
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -moz-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -ms-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, -o-linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  background: url("../images/frontpage-assets/scaled-at-200/cover-pattern@2x.png") center center no-repeat, linear-gradient(top, #4e6f80, #4e5e80);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e6f80', EndColorStr='#4e5e80');
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-size: cover;
  padding: 40px 0px 0px 0px;
  color: #ffffff; }
  .front-section-blue-base h2 {
    color: #ffffff; }
  .front-section-blue-base h3 {
    color: #c3cee6;
    margin-bottom: 40px; }
  .front-section-blue-base h4 {
    color: #c3cee6; }
  .front-section-blue-base .column-text {
    padding: 20px 0px 0px 20px; }
  .front-section-blue-base p a {
    color: #ffffff;
    text-decoration: underline; }
  .front-section-blue-base .important-link {
    color: #ffffff;
    margin: 20px 0px 60px 0px; }

.front-section-blue-centered {
  padding: 60px 20px;
  margin: 60px 0 60px 0; }

.front-section-bottom {
  padding: 80px 0px 60px 0px; }

.front-section-two-columns .image-profile {
  margin-top: 20px; }
.front-section-two-columns h3 {
  margin-bottom: 20px; }
.front-section-two-columns h4 {
  font-weight: normal; }
.front-section-two-columns ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none; }
  .front-section-two-columns ul li + li {
    margin-top: 8px; }
  .front-section-two-columns ul .contact-attribute {
    width: 80px;
    font-weight: 500; }

.front-section-quotes {
  background: url(../images/frontpage-assets/scaled-at-200/front-quote-salesguy@2x.jpg) center center no-repeat;
  background-size: cover;
  height: 600px; }
  .front-section-quotes .quote {
    margin: 0 auto;
    width: 763px;
    background: url(../images/frontpage-assets/scaled-at-200/front-speech-bubble@2x.png) center center no-repeat;
    width: 763px;
    height: 206px;
    background-size: 763px 206px; }
    .front-section-quotes .quote footer {
      text-align: right;
      margin: 25px 18px 0px 0px;
      float: right; }
      .front-section-quotes .quote footer a {
        color: #e1e1e1;
        text-decoration: none; }
      .front-section-quotes .quote footer .quote-author, .front-section-quotes .quote footer .quote-avatar {
        float: left; }
      .front-section-quotes .quote footer .quote-author {
        padding-top: 15px; }
      .front-section-quotes .quote footer .quote-avatar-krogue {
        background: url(../images/frontpage-assets/scaled-at-200/front-avatar-ken-krogue@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-ross {
        background: url(../images/frontpage-assets/scaled-at-200/front-avatar-aaron-ross@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-tunguz {
        background: url(../images/frontpage-assets/scaled-at-200/front-avatar-tom-tunguz@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-murphy {
        background: url(../images/frontpage-assets/scaled-at-200/front-avatar-lincoln-murphy@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-easysize {
        background: url(../images/frontpage-assets/scaled-at-200/customers-logos/testimonial_profile_easysize@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-olapic {
        background: url(../images/frontpage-assets/scaled-at-200/customers-logos/testimonial_profile_olapic@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-coinify {
        background: url(../images/frontpage-assets/scaled-at-200/customers-logos/testimonial_profile_coinify@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar-addwish {
        background: url(../images/frontpage-assets/scaled-at-200/customers-logos/testimonial_profile_addwish@2x.jpg) center center no-repeat; }
      .front-section-quotes .quote footer .quote-avatar {
        background-size: 73px 73px;
        width: 73px;
        height: 73px;
        margin-left: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
  .front-section-quotes .speech-bubble {
    font-size: 23px;
    height: 183px;
    font-style: italic; }
    .front-section-quotes .speech-bubble p {
      padding: 0px 50px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.thin-section {
  padding: 80px 0px; }
  .thin-section h2, .thin-section h3 {
    margin-bottom: 20px; }
  .thin-section a {
    text-decoration: underline; }

.front-section-imagine .block-text-first {
  font-size: 16px;
  line-height: 28px; }
.front-section-imagine .block-text-1, .front-section-imagine .block-text-2, .front-section-imagine .block-text-3 {
  font-size: 16px;
  line-height: 28px;
  opacity: 0; }
.front-section-imagine .block-text-alt-1, .front-section-imagine .block-text-alt-2, .front-section-imagine .block-text-alt-3 {
  font-size: 16px;
  line-height: 28px;
  opacity: 0; }
.front-section-imagine .block-text-2 {
  opacity: 0; }
.front-section-imagine .block-text-3 {
  opacity: 0; }
.front-section-imagine .block {
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid #546fa7;
  background-color: #546fa7;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.front-section-imagine a.block {
  text-decoration: none;
  cursor: pointer; }
.front-section-imagine a.block:hover {
  background-color: #546fa7;
  color: #ffffff; }
.front-section-imagine .block-complement {
  height: 57px;
  padding-top: 12px;
  background-image: url(../images/other-assets/scaled-at-200/icon-arrow-down@2x.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px; }
.front-section-imagine .slick-prev, .front-section-imagine .slick-next {
  display: none !important; }
.front-section-imagine .block-footer {
  font-size: 1.15em;
  line-height: 1.4em;
  opacity: 0;
  padding-top: 80px; }
.front-section-imagine .imagine-section-title {
  opacity: 0; }
.front-section-imagine .imagine-section-main-1, .front-section-imagine .imagine-section-main-2, .front-section-imagine .imagine-section-main-3 {
  margin-top: 30px; }
.front-section-imagine .sticky-sidebar-number {
  padding: 0px 25px; }
.front-section-imagine .side-number-1, .front-section-imagine .side-number-2, .front-section-imagine .side-number-3 {
  display: inline-block;
  padding-top: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  display: none; }
  .front-section-imagine .side-number-1 .number, .front-section-imagine .side-number-2 .number, .front-section-imagine .side-number-3 .number {
    font-weight: normal; }
.front-section-imagine .icon-arrow-right {
  height: 48px;
  width: 30px;
  background: url(../images/other-assets/scaled-at-200/icon-arrow-right-imagine-section@2x.png) 0px 0px;
  background-size: 60px;
  background-repeat: no-repeat;
  margin-top: 260px;
  display: none;
  margin-left: -80px; }
.front-section-imagine .icon-arrow-right:hover {
  background-position: -30px 0px;
  cursor: pointer; }
.front-section-imagine .circle-pagination-group {
  width: 60px;
  margin: 0 auto;
  margin-top: 40px;
  opacity: 0; }
.front-section-imagine .circle-pagination {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #e1e1e1;
  float: left; }
.front-section-imagine .circle-pagination:hover, .front-section-imagine .circle-pagination.active {
  background-color: #546fa7;
  cursor: pointer; }
.front-section-imagine .circle-pagination-next {
  margin-left: 15px; }
.front-section-imagine .tooltip-inner {
  width: 300px; }
.front-section-imagine .tooltip-inner {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #546fa7; }
.front-section-imagine .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #546fa7;
  /* black */
  border-width: 0 5px 5px; }
.front-section-imagine .tooltip-inner {
  white-space: pre-wrap; }

.customer-testimonial-section .customer-profile {
  margin-top: 30px; }
.customer-testimonial-section .customer-logo {
  margin-bottom: 20px; }
.customer-testimonial-section .customer-profile-image {
  border-radius: 50%;
  width: 73px; }
.customer-testimonial-section .customer-quote {
  font-style: italic;
  font-size: 17px;
  margin: 20px 0px 30px 0px; }

.pricing-section {
  padding: 80px 0px; }
  .pricing-section hr {
    margin: 15px 0px; }
  .pricing-section .pricing-plan {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #F2E5C5;
    overflow: hidden; }
  .pricing-section .pricing-plan-small {
    height: 190px; }
    .pricing-section .pricing-plan-small .pricing-plan-body {
      padding: 20px; }
  .pricing-section .pricing-plan-header {
    background-color: #FFF2CA;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F2E5C5; }
  .pricing-section .pricing-plan-body {
    padding: 30px;
    background-color: #FFF8E3;
    height: 100%;
    min-height: 100%; }
    .pricing-section .pricing-plan-body .price {
      font-size: 48px;
      font-weight: normal; }
    .pricing-section .pricing-plan-body .price-no-discount {
      font-size: 20px;
      color: #EB6160;
      text-decoration: line-through; }
    .pricing-section .pricing-plan-body .price-per-item {
      font-size: 0.9em; }
    .pricing-section .pricing-plan-body .num-leads + .popover {
      top: 75px !important; }
    .pricing-section .pricing-plan-body .list-features {
      list-style-type: none;
      margin-bottom: 30px;
      margin-top: 10px;
      padding-left: 0px;
      width: 195px;
      margin: 0 auto; }
      .pricing-section .pricing-plan-body .list-features li {
        margin-bottom: 15px; }
      .pricing-section .pricing-plan-body .list-features .glyphicon {
        margin-right: 8px; }
      .pricing-section .pricing-plan-body .list-features .glyphicon-ok {
        color: #64B292; }
      .pricing-section .pricing-plan-body .list-features .glyphicon-remove {
        color: #EB6160; }
    .pricing-section .pricing-plan-body .button {
      color: #F8F8F8;
      background-color: #64B292;
      margin-top: 25px;
      border-width: 0 !important;
      font-weight: normal;
      padding: 8px 15px;
      width: 100%;
      display: block;
      text-decoration: none;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .pricing-section .pricing-plan-body .pricing-explanation {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
      cursor: default; }
    .pricing-section .pricing-plan-body .popover.top {
      margin-top: -10px !important; }
    .pricing-section .pricing-plan-body .caret {
      float: right;
      margin-top: 9px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid; }
  .pricing-section hr {
    border-top: 1px solid #F2E5C5; }

.section-verticals {
  margin-top: 10px; }

.faq-section h4 {
  font-weight: normal; }

.sales-tutorial-section {
  padding: 60px 0px; }
  .sales-tutorial-section hr {
    margin: 50px 0px 20px 0px; }
  .sales-tutorial-section img {
    margin-top: 20px; }
  .sales-tutorial-section h2 {
    font-weight: normal; }

/* Footer
========================================================================== */
body > footer {
  padding: 60px 0px;
  background-color: #ffffff;
  color: #504a4a; }
  body > footer h4 {
    text-align: left; }
  body > footer a {
    color: #504a4a; }
  body > footer ul {
    padding: 0px; }
    body > footer ul li {
      list-style-type: none;
      font-size: 1em; }
    body > footer ul li + li {
      margin-top: 8px; }
  body > footer .footer-links {
    margin-bottom: 40px; }
  body > footer .footer-bottom {
    margin-top: 40px; }

/* Landing
========================================================================== */
.landing-form {
  margin-bottom: 80px; }
  .landing-form .landing-textarea {
    border: 0px;
    height: 45px;
    padding: 15px;
    width: 240px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5); }
  .landing-form .landing-btn {
    height: 45px;
    background-color: #a8ffdb;
    color: #475675;
    -webkit-box-shadow: 0px 2px 0px #3C5C4F;
    -moz-box-shadow: 0px 2px 0px #3C5C4F;
    box-shadow: 0px 2px 0px #3C5C4F;
    margin-left: 3px;
    margin-top: -3px; }
  .landing-form .landing-btn:hover {
    background-color: #9CEDCC;
    border-color: #9CEDCC; }
  .landing-form .landing-btn:focus, .landing-form .landing-btn:active {
    margin-top: -2px;
    height: 44px;
    outline: none; }

.landing-lead {
  padding-bottom: 40px; }

.navbar-fat .landing-btn {
  border: none;
  font-weight: 400 !important; }

/* Other
========================================================================== */
.content-sidebar-section {
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: left; }
  .content-sidebar-section hr {
    margin: 40px 0px; }
  .content-sidebar-section h2 {
    margin-bottom: 20px; }
  .content-sidebar-section p + h3, .content-sidebar-section ul + h3 {
    margin-top: 40px; }
  .content-sidebar-section ul li + li {
    margin-top: 8px; }

.nav-sidebar {
  padding: 80px 40px; }
  .nav-sidebar h3 {
    font-size: 22px;
    margin-top: 0px;
    color: #ccc;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    line-height: 1.4em; }
  .nav-sidebar .nav-pills > li > a {
    padding-left: 0px; }
  .nav-sidebar .nav-pills > li > a:hover, .nav-sidebar .nav-pills > li > a:focus {
    background-color: transparent;
    text-decoration: underline; }

.separator-bottom {
  border-bottom: 1px solid #e1e1e1; }

.important-link {
  display: block;
  color: #475675;
  margin-top: 20px; }

ul {
  text-align: left; }

ul.normal-list li + li, ol.normal-list li + li {
  margin-top: 8px; }
ul.normal-list img + li, ol.normal-list img + li {
  margin-top: 25px; }

ul.normal-list + p {
  margin-top: 20px; }

ul.no-bullets {
  list-style-type: none; }

.content-sidebar-section li + li {
  margin-top: 8px; }

hr {
  margin: 0px; }

strong {
  font-weight: 600; }

.navbar-phone {
  cursor: default; }

a:focus {
  outline: none !important; }

.slick-prev {
  left: -80px !important;
  right: auto; }

.slick-next {
  right: -80px !important;
  left: auto; }

.font-normal {
  font-weight: normal; }

.table-categorization th {
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 10px 15px; }
.table-categorization th + th {
  padding-left: 15px; }
.table-categorization .broad-category {
  font-weight: normal;
  width: 300px;
  padding: 20px;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #F0F0F0;
  vertical-align: top; }
.table-categorization .detailed-category {
  padding: 10px 15px;
  width: 300px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.popover {
  padding: 8px;
  border-radius: 4px;
  background-color: #354057;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: normal; }
  .popover .arrow, .popover .arrow:after {
    border-top-color: #354057 !important; }

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

.popover-pre + .popover.top {
  margin-top: -10px !important; }

.cold-email-definition-1 .popover-pre + .popover.top {
  margin-top: 0px !important; }

.glyphicon-question-sign + .popover.top {
  margin-top: -15px !important; }

.glyphicon-question-sign {
  color: rgba(22, 26, 30, 0.6); }

.section-dark {
  -webkit-font-smoothing: antialiased; }

.column-text {
  padding-top: 30px; }

.glossary-category-cover {
  width: 100%;
  height: 200px;
  margin: 40px 0px 0px 0px;
  padding-top: 55px;
  text-align: center; }
  .glossary-category-cover h2 {
    color: #ffffff !important;
    font-size: 1.7em !important;
    font-weight: normal !important;
    margin-bottom: 5px !important;
    text-transform: none !important; }
  .glossary-category-cover h3 {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0px; }

.glossary-front-category-section {
  background-color: #f3f3f3;
  padding: 30px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .glossary-front-category-section h2 {
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 5px; }
  .glossary-front-category-section h3 {
    font-size: 15px;
    line-height: 20px;
    color: rgba(22, 25, 30, 0.4);
    margin-bottom: 30px;
    margin-top: 5px; }
  .glossary-front-category-section .category-cover {
    padding-top: 15px; }

.midpage-front-category-section {
  background-color: #f3f3f3;
  padding: 30px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .midpage-front-category-section h2 {
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 5px;
    margin-top: 5px; }
  .midpage-front-category-section h3 {
    font-size: 15px;
    line-height: 20px;
    color: rgba(22, 25, 30, 0.4);
    margin-bottom: 20px;
    margin-top: 5px; }
  .midpage-front-category-section .category-cover {
    padding-top: 15px; }

.coldemail-front-category-section {
  padding: 40px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .coldemail-front-category-section h2 {
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #ffffff; }
  .coldemail-front-category-section h3 {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 5px; }
  .coldemail-front-category-section .category-cover {
    padding-top: 15px; }

.coldemail-front-category-section-1 {
  background: no-repeat center url("../../static/images/sales-emails/test.png");
  background-size: cover; }

.coldemail-front-category-section-2 {
  background: no-repeat center url("../../static/images/sales-emails/test2.png");
  background-size: cover; }

.coldemail-front-category-section-3 {
  background: no-repeat center url("../../static/images/sales-emails/test3.png");
  background-size: cover; }

.coldemail-front-category-section-4 {
  background: no-repeat center url("../../static/images/sales-emails/test4.png");
  background-size: cover; }

.sales-email-category-section.glossary-category-section .glossary-front-category-section {
  padding: 30px 50px 50px 50px; }
  .sales-email-category-section.glossary-category-section .glossary-front-category-section h3 {
    margin-top: 15px;
    line-height: 22px; }
.sales-email-category-section.glossary-category-section .glossary-description {
  margin-top: 0px; }
.sales-email-category-section.glossary-category-section h1 {
  margin-bottom: 0px; }

.sales-email-tool {
  width: 100%;
  max-width: 650px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.glossary-main-section.sales-email-main-section h1 {
  margin-bottom: 0px; }
.glossary-main-section.sales-email-main-section .sales-email-definition.glossary-definition {
  border: 0px;
  padding-bottom: 0px;
  padding-top: 15px;
  margin-bottom: 15px; }
.glossary-main-section.sales-email-main-section .glossary-definition-text {
  font-size: 1.1em; }

.glossary-boxes .term-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 82px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 6px;
  text-transform: capitalize; }
.glossary-boxes .term-box-cold {
  height: 62px; }
.glossary-boxes a {
  color: #504a4a; }
.glossary-boxes a:hover {
  text-decoration: none; }
.glossary-boxes .term-box:hover, .glossary-boxes .term-box-long:hover {
  background-color: #546fa7;
  color: white;
  border: none; }
.glossary-boxes .term-box-long {
  margin: 20px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: bold;
  text-transform: capitalize; }

.coldemail-boxes-alt .term-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 60px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 6px;
  text-transform: capitalize; }
.coldemail-boxes-alt a {
  color: #504a4a; }
.coldemail-boxes-alt .term-box:hover, .coldemail-boxes-alt .term-box-long:hover {
  background-color: #546fa7;
  color: white;
  border: none; }
.coldemail-boxes-alt .term-box-long {
  margin: 20px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: bold;
  text-transform: capitalize; }

.cold-email-boxes .term-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 50px;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 6px;
  text-transform: capitalize; }
.cold-email-boxes a {
  color: #504a4a; }
.cold-email-boxes a:hover {
  text-decoration: none; }
.cold-email-boxes .term-box:hover, .cold-email-boxes .term-box-long:hover {
  background-color: #546fa7;
  color: white;
  border: none; }
.cold-email-boxes .term-box-long {
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-transform: capitalize; }

.coldemail-boxes-alt a:hover {
  text-decoration: none; }

.table {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center; }

.glossary-test ol {
  border-left: 4px solid #465673;
  margin-left: 2px; }
  .glossary-test ol li {
    margin-left: 20px; }
.glossary-test p {
  border-left: 4px solid #465673;
  padding-left: 20px; }
.glossary-test .MathJax_Display {
  border-left: 4px solid #465673;
  padding-left: 20px; }

.glossary-category-cover.glossary-category-cover-first {
  margin-top: 50px; }

.glossary-category-link:hover {
  text-decoration: none; }

.glossary-cover-general {
  background: url(../images/other-assets/scaled-at-200/header-img-general@2x.jpg) center center no-repeat;
  background-size: cover; }

.glossary-cover-sales {
  background: url(../images/other-assets/scaled-at-200/header-img-sales@2x.jpg) center center no-repeat;
  background-size: cover; }

.glossary-cover-marketing {
  background: url(../images/other-assets/scaled-at-200/header-img-marketing@2x.jpg) center center no-repeat;
  background-size: cover; }

.glossary-cover-metrics {
  background: url(../images/other-assets/scaled-at-200/header-img-metrics@2x.jpg) center center no-repeat;
  background-size: cover; }

.cover-glossary .cover-glossary-category {
  padding-top: 140px; }
.cover-glossary h1 {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 0px; }
.cover-glossary .navbar-right a {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px; }
.cover-glossary .navbar-right a:hover, .cover-glossary .navbar-right .active {
  color: white; }
.cover-glossary p.lead {
  color: rgba(255, 255, 255, 0.4); }
.cover-glossary .glossary-header-button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin-top: 50px;
  height: 55px;
  width: 135px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer; }
.cover-glossary .glossary-header-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0px;
  color: #161a1e; }

.glossary-description {
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0px 100px; }
  .glossary-description .definition-source {
    font-size: 14px; }

.glossary-top-list {
  font-size: 1.1em;
  padding-left: 25px; }
  .glossary-top-list .header {
    font-weight: bold;
    margin-bottom: 10px; }
  .glossary-top-list li + li {
    margin-top: 30px; }
  .glossary-top-list a {
    white-space: nowrap; }

.glossary-resources-list {
  font-size: 1.1em;
  padding-left: 25px; }
  .glossary-resources-list li + li {
    margin-top: 20px; }
  .glossary-resources-list .header {
    margin-bottom: 5px; }
  .glossary-resources-list .cold-email-footer {
    font-style: italic;
    padding-left: 15px;
    border-left: 3px solid #687FB1; }

.cold-email-tips-list {
  padding-right: 30px; }

.tools-img {
  padding-top: 15px;
  padding-bottom: 15px; }

.glossary-calculation h2 {
  margin-bottom: 30px !important; }

.glossary-other-names, .glossary-calculation, .glossary-video, .glossary-other-resources, .glossary-special-note, .glossary-influencers {
  padding-left: 30px;
  padding-right: 30px; }

.cold-email-tips-headline {
  padding-left: 0px;
  padding-right: 30px; }

.glossary-definition {
  border: 2px solid #f3f3f3;
  padding: 30px;
  margin-bottom: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .glossary-definition .normal-color-link {
    color: #504a4a !important; }
  .glossary-definition ol {
    margin-bottom: 0px; }

.cold-email-related-section {
  padding: 50px 0px; }

.cold-email-definition {
  background-color: #F5FBEE;
  border: 2px solid #E1F4CB;
  padding: 30px 0px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .cold-email-definition .normal-color-link {
    color: #504a4a !important; }

.cold-email-definition-alt {
  background-color: #F3F7F6;
  border: 2px solid #CEE0DC; }

.cold-email-definition-1 {
  background-color: #EBEBEB;
  border: 2px solid #EBEBEB;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .cold-email-definition-1 .normal-color-link {
    color: #504a4a !important; }
  .cold-email-definition-1 h3 {
    line-height: 1em;
    color: #504a4a; }

.cold-email-background-tips {
  background-color: #F5FBEE;
  border: 2px solid #E1F4CB; }
  .cold-email-background-tips h2 {
    margin-top: 10px; }

.onebox {
  background-color: #E1F4CB;
  border: 2px solid #E1F4CB;
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .onebox .normal-color-link {
    color: #504a4a !important; }

.onebox + .onebox, .popover + .onebox {
  margin-top: 10px; }

.onebox-first {
  margin-bottom: 0px;
  padding: 15px 20px;
  background-color: #E7EDE1;
  border: 2px solid #E7EDE1; }

.onebox-alt {
  background-color: #CEE0DC;
  border: 2px solid #CEE0DC; }

.onebox-send {
  background-color: #FF6347;
  border: 2px solid #FF6347;
  margin-top: 0px; }

.glossary-definition-text {
  font-size: 1.2em; }

.cold-email-definition-text {
  font-size: 1.2em; }

.glossary-definition-source {
  font-size: 1.1em;
  margin-bottom: 0px; }

.cold-email-definition-source {
  font-size: 1.1em;
  margin-bottom: 0px; }

.cold-email-template-example {
  font-size: 1.1em;
  margin-bottom: 0px; }

.glossary-top-list-footer {
  margin: 20px 0px 40px 0px;
  font-size: 1.1em; }

.cover-thin-glossary {
  padding-bottom: 70px;
  padding-top: 140px; }

.glossary-main-section {
  padding-top: 55px;
  padding-bottom: 80px; }
  .glossary-main-section h1 {
    color: #161a1e;
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 40px; }
  .glossary-main-section h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #504a4a;
    text-transform: uppercase;
    letter-spacing: 0.2; }
  .glossary-main-section hr {
    margin: 40px 0px; }
  .glossary-main-section .glossary-top-list .header {
    font-weight: normal; }
  .glossary-main-section .glossary-category-cover {
    margin: 40px 0px 0px 0px; }

.glossary-category-section {
  padding: 60px 0px; }
  .glossary-category-section h1 {
    color: #161a1e;
    text-align: center;
    font-size: 2.2em; }
  .glossary-category-section .glossary-front-category-section {
    padding: 30px 100px 50px 100px; }

.midpage-category-section {
  padding: 30px 0px; }
  .midpage-category-section h1 {
    color: #161a1e;
    text-align: center;
    font-size: 2.2em; }
  .midpage-category-section .midpage-front-category-section {
    padding: 20px 30px 20px 30px; }

.cold-category-section {
  padding: 20px 0px; }
  .cold-category-section h1 {
    color: #161a1e;
    text-align: center;
    font-size: 2.2em; }
  .cold-category-section .cold-front-category-section {
    padding: 30px 100px 50px 100px; }

.glossary-footer {
  background-color: #f3f3f3;
  padding-top: 0px; }
  .glossary-footer h2 {
    text-transform: none !important;
    margin-bottom: 5px; }
  .glossary-footer h3 {
    font-size: 1.1em;
    margin-top: 0px; }
  .glossary-footer .glossary-front-category-section {
    margin-bottom: 20px; }
    .glossary-footer .glossary-front-category-section .term-box-long {
      margin-left: -5px;
      margin-right: -5px;
      font-weight: normal; }

.cold-email-footer2 {
  background-color: #f3f3f3; }
  .cold-email-footer2 h2 {
    text-transform: none !important;
    margin-bottom: 20px; }
  .cold-email-footer2 h3 {
    font-size: 1.1em;
    margin-top: 0px; }
  .cold-email-footer2 .glossary-front-category-section {
    margin-top: -30px;
    margin-bottom: 0px; }
    .cold-email-footer2 .glossary-front-category-section .term-box-long {
      margin-left: -5px;
      margin-right: -5px;
      font-weight: normal; }

.glossary-terms-boxes .related-term {
  background-color: #414a5b;
  color: #ffffff;
  font-size: 1.1em;
  width: 25%;
  height: 0;
  padding-bottom: 20%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  border-right: 2px solid white;
  border-top: 2px solid white; }
  .glossary-terms-boxes .related-term a {
    color: #ffffff;
    text-decoration: none; }
  .glossary-terms-boxes .related-term .content {
    position: absolute;
    height: 100%;
    /* = 100% - 2*10% padding */
    width: 100%;
    /* = 100% - 2*5% padding */
    padding: 5%; }
  .glossary-terms-boxes .related-term .table {
    display: table;
    height: 100%;
    width: 100%; }
  .glossary-terms-boxes .related-term .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
.glossary-terms-boxes .related-term.even {
  background-color: rgba(64, 74, 91, 0.8); }
.glossary-terms-boxes .related-term:hover {
  background-color: rgba(64, 74, 91, 0.65);
  color: #ffffff !important;
  cursor: pointer; }
  .glossary-terms-boxes .related-term:hover a {
    color: #ffffff; }
.glossary-terms-boxes .related-term.last {
  margin-right: 0px;
  border-right: 0px; }
.glossary-terms-boxes .related-term-line {
  overflow: hidden; }
.glossary-terms-boxes .related-term-line + .related-term-line {
  margin-top: 20px; }

.glossary-contact-us h2 {
  font-weight: normal; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-framed {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* Quick helpers
========================================================================== */
.padding-top-mini {
  padding-top: 20px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

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

.margin-top-small {
  margin-top: 40px; }

.margin-top-mini {
  margin-top: 20px; }

.margin-top-half {
  margin-top: 80px; }

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

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

.margin-top-30 {
  margin-top: 30px; }

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

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-left-30 {
  margin-left: 30px; }

.color-blue {
  color: #546fa7; }

.margin-0-auto {
  margin: 0 auto; }

.max-width-400 {
  max-width: 400px; }

.max-width-500 {
  max-width: 500px; }

.font-size-1-1 {
  font-size: 1.1em; }

.font-size-0-9 {
  font-size: 0.9em; }

.clear {
  clear: both; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.font-size-16 {
  font-size: 16px; }

.font-size-13 {
  font-size: 13px; }

.font-weight-normal {
  font-weight: 400 !important; }

.cursor-pointer {
  cursor: pointer; }

@media only screen and (max-width: 1200px) {
  .front-main-ui-view {
    background-size: 850px 315px;
    width: 850px;
    height: 280px; }

  .front-main-ui-view-shadow {
    display: none; }

  .front-main-ui-view:hover {
    background-size: 850px 315px;
    margin-top: -20px;
    width: 850px;
    height: 300px; }

  .front-section-blue-base {
    padding-bottom: 60px; } }
@media only screen and (max-width: 992px) {
  .front-main-ui-view {
    background-size: 750px 278px;
    width: 750px;
    height: 278px; }

  .front-main-ui-view:hover {
    margin-top: 0px;
    height: 278px; }

  .navbar .nav > li .navbar-phone {
    display: none !important; }

  .navbar-fat .navbar-brand {
    width: 144px;
    height: 36px;
    background-size: 143px;
    background-repeat: no-repeat;
    margin-top: 8px; }
  .navbar-fat .navbar-brand-glossary {
    width: 202px;
    height: 38px;
    background-size: 202px; }

  .footer-padding-bottom-stacking-fix {
    margin-bottom: 60px; }

  .column-text-mini {
    margin-top: -5px !important; }

  .section-verticals {
    margin-top: 0px; }

  .pricing-plan {
    margin-top: 40px; }

  .front-section-blue-centered {
    padding: 40px; } }
@media only screen and (max-width: 768px) {
  .front-main-ui-view {
    background-size: 450px 166px;
    width: 450px;
    height: 166px; }

  .front-main-ui-view:hover {
    margin-top: 0px;
    height: 166px; }

  .front-section {
    padding: 60px 0px; }

  .front-section-outdated-lists {
    border-top: 1px solid #eee; }

  .front-section-quotes {
    display: none; }

  .front-part-ui-view {
    background-size: 450px 270px;
    width: 450px;
    height: 270px; }

  .navbar .navbar-header {
    padding-left: 20px; }
  .navbar .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
    height: 380px;
    max-height: 380px; }
  .navbar .navbar-collapse.navbar-glossary {
    padding-left: 60px; }
  .navbar .nav > li .navbar-phone {
    display: block !important; }

  .navbar-thin .navbar-collapse .nav > li a {
    padding-left: 25px; }

  .modal .modal-dialog {
    top: 5%;
    right: 5%;
    left: 5%;
    width: 90%;
    margin: 0; }
  .modal .btn-success {
    width: 100%; }

  .cover hr {
    border: 0px; }
  .cover .cover-item {
    border: none !important; }

  .side-number-1, .side-number-2, .side-number-3 {
    display: none !important; }

  .mobile-margin-top-small {
    margin-top: 40px; }

  .col-md-4 + .col-md-4 {
    margin-top: 40px; }

  .glossary-terms-boxes .related-term {
    width: 48.5%;
    padding-bottom: 48.5%;
    margin-right: 3%; }

  .related-term.mobile-last {
    margin-right: 0px; }

  .related-term.last {
    margin-right: 3% !important; }

  .related-term.last.mobile-last {
    margin-right: 0px !important; }

  .glossary-front-category-section h2, .glossary-front-category-section h3, .glossary-front-category-section .category-cover {
    text-align: center; }

  .glossary-description, .glossary-front-category-section {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .glossary-other-names, .glossary-calculation, .glossary-video, .glossary-other-resources, .glossary-special-note, .glossary-influencers {
    padding-left: 0px;
    padding-right: 0px; }

  .no-padding-left {
    padding-right: 0px !important; }

  .no-padding-right {
    padding-left: 0px !important; }

  .no-padding-middle {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .padding-left-small {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .padding-right-small {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .landing-form .landing-textarea {
    width: 300px;
    margin: 0 auto !important;
    display: block; }
  .landing-form .landing-btn {
    width: 300px;
    margin: 0 auto !important;
    top: 5px;
    display: block;
    position: relative; } }
@media only screen and (max-width: 480px) {
  .front-main-ui-view {
    display: none; }

  .front-part-ui-view {
    background-size: 320px 192px;
    width: 320px;
    height: 192px; }

  .feature-graphics {
    background-size: 320px 270px;
    width: 320px;
    height: 270px; }

  .btn {
    max-width: 350px; }

  .btn-primary {
    font-size: 1em; }

  .glossary-category-cover {
    padding: 30px 10px 0px 10px; } }

/*# sourceMappingURL=style.css.map */
