.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 1;
  font-size: 25.5px;
  font-weight: 200;
  line-height: 1.5;
}
small {
  font-size: 85%;
}
b {
  font-weight: 700;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
.button {
  background: #ff5e49;
  display: inline-block;
  padding: 0.8em 2em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  -moz-box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  color: #ffffff;
}
.contact-page iframe,
.clean-sub-page iframe,
.subpage-content iframe {
  width: 100%;
  border: none;
  height: 530px;
  display: block;
}
.contact-page iframe {
  margin-left: -36px;
}
.sub-hero.sst-signup {
  padding: 6em 0;
}
.sub-hero.sst-signup iframe {
  margin: 2em auto;
  max-width: 600px;
}
.split-left {
  float: left;
  width: 45%;
  margin-right: 2em;
}
.split-right {
  float: right;
  width: 45%;
}
.left-col.text,
.right-col.text {
  padding: 3em 0;
  position: relative;
}
.tabs-menu li:before {
  display: none;
}
.tabs-menu li {
  padding-left: 0!important;
}
.tool-page-container .dropdown-menu > li > a {
  color: #ffffff;
}
.subpage-content.clean-sub-page > section p a:not(.button),
.subpage-content.clean-sub-page-fix > section p a:not(.button),
.subpage-content.clean-sub-page > section ul li a:not(.button),
.subpage-content.clean-sub-page-fix > section ul li a:not(.button) {
  color: inherit;
  border-bottom: 2px solid #cbd1d9;
  text-decoration: none;
}
.subpage-content.clean-sub-page > section p a:not(.button):hover,
.subpage-content.clean-sub-page-fix > section p a:not(.button):hover,
.subpage-content.clean-sub-page > section ul li a:not(.button):hover,
.subpage-content.clean-sub-page-fix > section ul li a:not(.button):hover {
  color: #3b4450;
  border-bottom: 2px solid #66768b;
  text-decoration: none;
}
.subpage-content.clean-sub-page > section ul li,
.subpage-content.clean-sub-page-fix > section ul li {
  padding-left: 30px;
  position: relative;
}
.subpage-content.clean-sub-page > section ul li:before,
.subpage-content.clean-sub-page-fix > section ul li:before {
  background-color: #979daf;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
.subpage-content.clean-sub-page > section ol,
.subpage-content.clean-sub-page-fix > section ol {
  counter-reset: li;
}
.subpage-content.clean-sub-page > section ol li,
.subpage-content.clean-sub-page-fix > section ol li {
  line-height: 30px;
  margin: 28px 0;
}
.subpage-content.clean-sub-page > section ol li:before,
.subpage-content.clean-sub-page-fix > section ol li:before {
  content: counter(li);
  counter-increment: li;
  margin-right: 15px;
  color: #979daf;
  font-size: 32px;
  font-weight: bold;
  margin-left: -28px;
  position: absolute;
}
.subpage-content.clean-sub-page > section table {
  background: #e6f5fc;
  width: 100%;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.subpage-content.clean-sub-page > section table.fifty-fifty tr:first-child td:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.subpage-content.clean-sub-page > section table.fifty-fifty tr:first-child td:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.subpage-content.clean-sub-page > section table.fifty-fifty td {
  width: 50%;
}
.subpage-content.clean-sub-page > section table th,
.subpage-content.clean-sub-page > section table td {
  padding: 5px 20px;
}
.subpage-content.clean-sub-page > section table th {
  background: #3b4450;
  color: #ffffff;
  text-align: left;
}
.subpage-content.clean-sub-page > section table th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.subpage-content.clean-sub-page > section table th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.subpage-content.clean-sub-page > section table tr:nth-child(odd) td {
  background: #ddf1fb;
}
.subpage-content.clean-sub-page > section table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.subpage-content.clean-sub-page > section table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.subpage-content.clean-sub-page > section table p {
  margin: 0;
  font-size: 1em;
}
.subpage-content {
  background: #ffffff;
  padding: 0;
}
.subpage-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.subpage-content.pricing-page {
  background: #ffffff;
}
.subpage-content.seo-page ul li,
.subpage-content.news-page ul li,
.subpage-content.hero-and-content ul li,
.subpage-content.job-page ul li {
  list-style: disc;
}
.subpage-content.seo-page h2,
.subpage-content.news-page h2,
.subpage-content.hero-and-content h2,
.subpage-content.job-page h2,
.subpage-content.seo-page h3,
.subpage-content.news-page h3,
.subpage-content.hero-and-content h3,
.subpage-content.job-page h3 {
  margin-top: 50px;
}
.subpage-content.seo-page h2:first-child,
.subpage-content.news-page h2:first-child,
.subpage-content.hero-and-content h2:first-child,
.subpage-content.job-page h2:first-child,
.subpage-content.seo-page h3:first-child,
.subpage-content.news-page h3:first-child,
.subpage-content.hero-and-content h3:first-child,
.subpage-content.job-page h3:first-child {
  margin-top: 0;
}
.subpage-content section {
  min-height: 5em;
  overflow: hidden;
  padding: 4em 0;
  position: relative;
}
.subpage-content .sub-hero {
  padding: 8em 0;
  background: #DAF1F1;
}
.subpage-content .sub-hero h1 {
  color: #1f2128;
  font-size: 54px;
}
.subpage-content .sub-hero .subtitle {
  font-weight: 300;
  margin: 10px 0 20px;
  font-size: 24px;
  color: #1f2128;
}
.subpage-content .sub-hero input[name="addsearch"] {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.105);
  border: none;
}
.subpage-content ul li {
  line-height: 30px;
}
.subpage-content p:not(.sub-hero p) {
  font-size: 1.1em;
  color: #575c70;
}
h2.category {
  font-size: 1.4em;
  float: left;
  letter-spacing: 0px;
  margin-bottom: 1em;
  font-weight: 300;
  color: #00bbd7;
}
h2.category.align-center {
  display: inline-block;
  float: none;
}
h2.category.blue {
  color: #00bbd7;
}
h2.category.purple {
  color: #837ead;
}
h2.category.yellow {
  color: #f2cd75;
}
h2.category.choco {
  color: #ad8574;
}
h2.category.green {
  color: #57b776;
}
h2.category.red {
  color: #d85146;
}
h2.category.turqoise {
  color: #91d3de;
}
h2.category.orange {
  color: #ff5e49;
}
h2.category.white {
  color: #ffffff;
}
h2.category .icon {
  float: left;
  margin-right: 0.2em;
  font-size: 1.3em;
}
h2.category .icon:before {
  vertical-align: baseline;
}
.sub-hero.blue {
  background: #DAF1F1;
}
.sub-hero.blue h1 {
  color: #1f2128;
}
.sub-hero.blue a {
  color: #1f2128;
}
.sub-hero.purple {
  background: #837ead;
  color: #ffffff;
}
.sub-hero.yellow {
  background: #f2cd75;
  color: #1f2128;
}
.sub-hero.choco {
  background: #ad8574;
  color: #ffffff;
}
.sub-hero.green {
  background: #57b776;
  color: #ffffff;
}
.sub-hero.red {
  background: #d85146;
  color: #ffffff;
}
.sub-hero.turqoise {
  background: #91d3de;
  color: #ffffff;
}
.sub-hero p {
  margin: 1.4em 0;
  font-size: 22px;
}
.subpage-menu ul {
  margin: 0;
  padding: 0;
}
.subpage-menu ul li {
  float: left;
  margin-right: 2em;
  list-style: none;
  padding-left: 0;
}
.logo-downloads-container h3 {
  color: #62687e !important;
}
.logo-downloads-container a:hover {
  color: #ffffff;
}
.logo-downloads-container .logo-downloads {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2em;
  margin: 0 auto;
}
.logo-downloads-container .logo-downloads.logo-on-white {
  background: #ffffff;
}
.logo-downloads-container .logo-downloads.logo-on-blue {
  background: #09090b;
}
.logo-downloads-container .logo-downloads .button {
  margin-right: 10px;
}
@-webkit-keyframes flyingHeli {
  0% {
    margin-left: 1500px;
    margin-top: 0;
  }
  30% {
    margin-top: 60px;
  }
  100% {
    margin-top: -200px;
    margin-left: -700px;
  }
}
@-moz-keyframes flyingHeli {
  0% {
    margin-left: 1500px;
    margin-top: 0;
  }
  30% {
    margin-top: 60px;
  }
  100% {
    margin-top: -200px;
    margin-left: -700px;
  }
}
@keyframes flyingHeli {
  0% {
    margin-left: 1500px;
    margin-top: 0;
  }
  30% {
    margin-top: 60px;
  }
  100% {
    margin-top: -200px;
    margin-left: -700px;
  }
}
@-moz-keyframes rotatingBlades {
  100% {
    left: -173px;
  }
}
@-webkit-keyframes rotatingBlades {
  100% {
    left: -173px;
  }
}
@keyframes rotatingBlades {
  100% {
    left: -173px;
  }
}
.uptrends-heli {
  background: url("../../Images/sub/products/uptrends-heli.png") no-repeat;
  width: 300px;
  height: 112px;
  position: absolute;
  -webkit-animation: 20s linear 0s normal none infinite flyingHeli;
  -moz-animation: 20s linear 0s normal none infinite flyingHeli;
  animation: 20s linear 0s normal none infinite flyingHeli;
  z-index: 3;
}
.uptrends-heli .blades {
  background: #6d6e71;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 1px 0 20px #000000;
  -moz-box-shadow: 1px 0 20px #000000;
  box-shadow: 1px 0 20px #000000;
  height: 3px;
  width: 120px;
  left: 0;
  margin-top: 3px;
  margin-left: 175px;
  position: absolute;
  -webkit-animation: 150ms linear 0s normal none infinite rotatingBlades;
  -moz-animation: 150ms linear 0s normal none infinite rotatingBlades;
  animation: 150ms linear 0s normal none infinite rotatingBlades;
}
.new-uptrends-page .sub-hero {
  background: url("../../Images/sub/new-uptrends/bg-new-uptrends.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 370px;
  background-position: 0 10%;
}
.new-uptrends-page h1,
.new-uptrends-page h2 {
  text-align: center;
}
.new-uptrends-page .heli-promo {
  min-height: 730px;
  background: url("../../Images/sub/new-uptrends/uptrends-heli-rc.png") no-repeat;
  background-position: bottom center;
  padding-bottom: 0;
}
.new-uptrends-page .heli-promo .inner {
  padding-bottom: 0;
}
.contact-page .sub-hero {
  background: #DAF1F1;
}
.contact-page .sub-hero h1,
.contact-page .sub-hero p {
  color: #1f2128;
}
.contact-page .content-blocks {
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
}
.contact-page .content-blocks:last-child {
  border-bottom: medium none;
}
.contact-page h3 {
  color: #1f2128;
  margin-bottom: 10px;
}
.contact-page .left-col {
  width: 100%;
}
@media all and (min-width: 64em) {
  .contact-page .left-col {
    width: 40%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.105);
    border-radius: 4px;
  }
}
.contact-page .right-col {
  width: 100%;
}
@media all and (min-width: 64em) {
  .contact-page .right-col {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
  }
}
.contact-page .right-col img {
  width: 70px;
}
.contact-page .right-col .social-channel img {
  width: 30px;
  margin-bottom: 10px;
}
.contact-page .right-col a.social-channel {
  color: #1f2128;
  display: block;
}
.contact-page .right-col a.social-channel:hover {
  text-decoration: none;
}
.contact-page .right-col h2 {
  margin-top: 1em;
}
.contact-page .right-col h2:first-child {
  margin-top: 12px;
}
.contact-page .right-col li {
  list-style: disc;
}
.subpage-content .offices {
  padding: 0 0 6em;
}
.subpage-content .offices .location.holland .image {
  background-image: url("../../Images/sub/about/office-holland.jpg");
  border-bottom: 5px solid #00bbd7;
}
.subpage-content .offices .location.usa .image {
  background-image: url("../../Images/sub/about/office-usa.jpg");
  border-bottom: 5px solid #f2cd75;
}
.subpage-content .offices .location.germany .image {
  background-image: url("../../Images/sub/about/office-germany.jpg");
  border-bottom: 5px solid #837ead;
}
.subpage-content .offices .location.france .image {
  background-image: url("../../Images/sub/about/office-france.jpg");
  border-bottom: 5px solid #57b776;
}
.subpage-content .offices .location .image {
  overflow: hidden;
  height: 260px;
  width: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subpage-content .offices .location .details {
  padding: 2em 0;
  text-align: center;
}
@media all and (min-width: 56em) {
  .subpage-content .offices .location .details {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .subpage-content .offices .location .details .maps-icon {
    width: 20px;
    margin-right: 5px;
  }
  .subpage-content .offices .location .details a {
    padding-top: 20px;
    color: #1f2128;
    display: block;
    text-decoration: none;
  }
}
.subpage-content .offices .location .details h4 {
  font-size: 20px;
  color: #1f2128;
  margin-top: 0;
  line-height: 24px;
}
.subpage-content .offices .location a {
  text-decoration: underline;
}
.seo-page h2,
.news-page h2 {
  font-size: 1.6em;
}
.seo-page ul li,
.news-page ul li {
  list-style: disc;
  font-size: 1.1em;
}
.login-page {
  background: #ffffff;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-y: hidden;
}
.login-page textarea:focus,
.login-page input:focus {
  outline: none;
}
.login-page .container {
  position: relative;
}
.login-page p {
  color: #96a1b4;
}
.login-page a {
  color: #96a1b4;
  font-weight: bold;
}
.login-page h2 {
  margin: 80px 0;
  font-size: 30px;
  color: #96a1b4;
}
.login-page .login-signup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 1em 2em;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
}
@media all and (min-width: 30em) {
  .login-page .login-signup {
    text-align: right;
    font-size: 1em;
  }
}
.login-page .logo {
  width: 190px;
  margin: 30px auto;
  text-align: center;
  display: block;
}
@media all and (min-width: 20em) {
  .login-page .logo {
    width: 230px;
  }
}
@media all and (min-width: 30em) {
  .login-page .logo {
    width: 300px;
  }
}
.login-page .login-form {
  width: 100%;
}
@media all and (min-width: 30em) {
  .login-page .login-form {
    width: 500px;
  }
}
.login-page .promo-box {
  display: none;
}
@media all and (min-width: 56em) {
  .login-page .promo-box {
    display: block;
    background: #00bbd7;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    padding: 10% 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.login-page .promo-box h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media all and (min-width: 64em) {
  .login-page .promo-box h2 {
    font-size: 26px;
  }
}
@media all and (min-width: 80em) {
  .login-page .promo-box h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 90em) {
  .login-page .promo-box h2 {
    font-size: 36px;
  }
}
.login-page .promo-box p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media all and (min-width: 64em) {
  .login-page .promo-box p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (min-width: 80em) {
  .login-page .promo-box p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (min-width: 90em) {
  .login-page .promo-box p {
    font-size: 22px;
    line-height: 34px;
  }
}
.login-page .promo-box a {
  color: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  font-weight: normal;
}
.login-page .promo-box a:hover {
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
}
.login-page .promo-box a.button {
  background: #ffffff;
  color: #1f2128;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.login-page .promo-box a.button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.login-page .promo-box .new-feature {
  background: #ffffff;
  color: #00bbd7;
  display: inline-block;
  font-size: 15px;
  padding: 3px 6px;
  vertical-align: top;
}
.login-page .promo-box .promo-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.login-page .login-box {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media all and (min-width: 56em) {
  .login-page .login-box {
    max-width: 60%;
  }
}
.login-page .login-box .container {
  margin-top: -100px;
}
.login-page .login-box .container ::-webkit-input-placeholder {
  color: #b4bcc9;
}
.login-page .login-box .container :-moz-placeholder {
  /* Firefox 18- */

  color: #b4bcc9;
}
.login-page .login-box .container ::-moz-placeholder {
  /* Firefox 19+ */

  color: #b4bcc9;
}
.login-page .login-box .container :-ms-input-placeholder {
  color: #b4bcc9;
}
.login-page .login-box .container input {
  background: #eeeef1;
  border: none;
  padding: 0.5em 0 0.5em 3em;
  font-size: 1em;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
@media all and (min-width: 20em) {
  .login-page .login-box .container input {
    font-size: 1.25em;
  }
}
@media all and (min-width: 30em) {
  .login-page .login-box .container input {
    font-size: 1.5em;
    padding: 0.5em 0 0.5em 3em;
  }
}
.login-page .login-box .container input:focus {
  border: 2px solid #00bbd7;
}
.login-page .login-box .container .form-row {
  position: relative;
}
.login-page .login-box .container .icon {
  font-size: 1.25em;
  position: absolute;
  top: 8px;
  left: 20px;
}
@media all and (min-width: 20em) {
  .login-page .login-box .container .icon {
    font-size: 1.5em;
    top: 10px;
  }
}
@media all and (min-width: 30em) {
  .login-page .login-box .container .icon {
    font-size: 26px;
    top: 17px;
  }
}
.login-page .login-box .container .button {
  padding: 10px 2em;
  font-size: 1.25em;
}
@media all and (min-width: 30em) {
  .login-page .login-box .container .button {
    padding: 20px 2em;
    font-size: 1.75em;
  }
}
#level-sitemap a {
  color: #1f2128;
}
#level-sitemap li.level0 {
  margin: 2em 0;
  padding: 2em;
  background: #e6f5fc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#level-sitemap li.level0 li.level1 {
  background: #dbf0fb;
  margin: 2em 0;
  padding: 0.25em 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#level-sitemap li.level0 li.level2 {
  background: #cfecf9;
  margin: 2em 0;
  padding: 0.25em 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.job-page .job-content,
.job-page .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.job-page .job-content {
  width: 70%;
  padding-right: 2em;
}
.job-page .sidebar {
  width: 30%;
}
.job-page .address {
  margin-top: 50px;
  line-height: 24px;
}
.base-variation .sub-hero.competition-comparison {
  background: url("../../Images/hero-generic1.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0!important;
}
.base-variation .sub-hero.competition-comparison h1 {
  color: #ffffff;
}
.base-variation .sub-hero.competition-comparison .subtitle {
  color: white;
}
.base-variation .sub-hero.competition-comparison img {
  margin: 0 auto;
  display: block;
}
.calendly-overlay {
  z-index: 99999;
}
.demos-page .sub-hero {
  background: #ffffff;
  padding: 4em 0;
  text-align: center;
}
.demos-page .sub-hero p {
  margin: 50px auto 0;
  font-size: 20px;
  width: 800px;
}
.demos-page h1 {
  display: inline-block;
  color: #1f2128 !important;
}
.demos-page h1:before {
  width: 30px;
  height: 30px;
  background: #64CE7E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* float: left; */

  display: block;
  position: absolute;
  margin-top: 18px;
  margin-left: -44px;
  content: "";
}
.demos-page .demo-section {
  background: #eff1f4;
}
.demos-page .demo-section > div,
.demos-page .demo-section section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.demos-page .demo-section h3 {
  margin: 0 0 10px;
  color: #1f2128;
  font-size: 36px;
}
.demos-page .demo-section p {
  margin: 0 auto 40px;
}
.demos-page .demo-section .private-demos {
  width: 1000px;
  margin: 0 auto;
  padding-left: 0;
}
.demos-page .demo-section .private-demos .sales-rep-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(53, 58, 61, 0.1);
  -moz-box-shadow: 0 2px 0 0 rgba(53, 58, 61, 0.1);
  box-shadow: 0 2px 0 0 rgba(53, 58, 61, 0.1);
  background: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
  min-height: 100px;
  position: relative;
  display: block;
}
.demos-page .demo-section .private-demos .sales-rep-block:nth-of-type(even) {
  margin-left: 10px;
}
@media all and (min-width: 64em) {
  .demos-page .demo-section .private-demos .sales-rep-block {
    display: inline-block;
    float: left;
    width: 41%;
  }
}
@media all and (min-width: 72em) {
  .demos-page .demo-section .private-demos .sales-rep-block {
    width: 42%;
  }
}
@media all and (min-width: 80em) {
  .demos-page .demo-section .private-demos .sales-rep-block {
    width: 43%;
  }
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info {
  margin-bottom: 20px;
  min-height: 75px;
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar {
  width: 75px;
  height: 75px;
  background: grey;
  float: none;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
}
@media all and (min-width: 64em) {
  .demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar {
    float: left;
    margin: 0;
  }
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar.fred {
  background-image: url(../../../Frontend/images/avatar-fred.png);
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar.janick {
  background-image: url(../../../Frontend/images/avatar-janick.png);
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar.mark {
  background-image: url(../../../Frontend/images/avatar-mark.png);
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar.samuel {
  background-image: url(../../../Frontend/images/avatar-samuel.png);
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .avatar.ralf {
  background-image: url(../../../Frontend/images/avatar-ralf.png);
}
.demos-page .demo-section .private-demos .sales-rep-block .rep-info .description {
  float: none;
  text-align: center;
  margin: 12px 0 0;
}
@media all and (min-width: 64em) {
  .demos-page .demo-section .private-demos .sales-rep-block .rep-info .description {
    float: left;
    text-align: left;
    margin: 12px 0 0 10px;
  }
}
.demos-page .demo-section .private-demos .sales-rep-block .additional-info {
  clear: both;
}
.demos-page .demo-section .private-demos .sales-rep-block span.rep-title {
  margin: 5px 0 20px;
  display: block;
  font-size: 0.85em;
  color: #62687e;
}
.demos-page .demo-section .private-demos .sales-rep-block h4 {
  margin: 0;
  font-size: 20px;
  color: #1f2128;
}
.demos-page .demo-section .private-demos .sales-rep-block p {
  margin: 0;
  font-size: 0.85em;
}
.demos-page .demo-section .private-demos .sales-rep-block a.button.blue {
  font-weight: bold;
  margin-top: 20px;
  background: #1f2128;
  color: white;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.base-variation.uptrends-free .sub-hero {
  padding: 10em 0 8em;
  background: #ffffff;
}
.base-variation.uptrends-free .sub-hero h1 {
  color: #1f2128;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.base-variation.uptrends-free .sub-hero h2 {
  font-size: 48px;
}
.base-variation.uptrends-free .sub-hero .power-up {
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
}
.base-variation.uptrends-free .sub-hero .power-up .content {
  position: relative;
}
.base-variation.uptrends-free .sub-hero .power-up .content .icon {
  background: url(../../../Frontend/images/icon-rocket.svg) no-repeat;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 10px;
}
.base-variation.uptrends-free .sub-hero .report {
  background: url(../../../Frontend/images/hero-free.png) no-repeat;
  width: 1000px;
  height: 622px;
  margin-left: 200px;
}
.base-variation.uptrends-free .signup {
  width: 454px;
  position: relative;
}
.base-variation.uptrends-free .signupFrame {
  margin-top: 30px;
  height: 200px;
  border: 0 none;
  width: 462px;
  background: transparent;
  overflow: hidden;
}
.base-variation.uptrends-free h3 {
  font-size: 22px;
}
.base-variation.uptrends-free .features {
  background: #1f2128;
  color: #ffffff;
}
.base-variation.uptrends-free .features p {
  text-align: left;
  font-size: 20px;
}
.base-variation.uptrends-free .features h2,
.base-variation.uptrends-free .features h3 {
  color: #ffffff;
}
.base-variation.uptrends-free .features h4 {
  color: #00788b;
}
.base-variation.uptrends-free .features .icon {
  width: 40px;
  display: block;
}
.base-variation.uptrends-free .solutions img {
  width: 80px;
  display: block;
}
.base-variation.uptrends-free .solutions h2 {
  margin: 10px 0 20px;
}
.base-variation.uptrends-free .solutions h3 {
  color: #1f2128;
  margin: 10px 0 5px;
}
.base-variation.uptrends-free .solutions a {
  color: inherit;
}
.base-variation.uptrends-free .solutions .subheader {
  text-align: center;
  margin-bottom: 50px;
}
.base-variation.uptrends-free .outro {
  background: #eff1f4;
}
.base-variation.uptrends-free .outro .signupFrame {
  padding-bottom: 0;
}
.base-variation.uptrends-free .outro p {
  text-align: left;
}
.contact-page .sub-hero .addsearch {
  background: #ffffff;
}
.acquisition {
  background: #009cb4;
  padding: 20px 0;
}
.acquisition p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center!important;
}
.webinar-block {
  margin-bottom: 50px!important;
}
.webinar-block h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: rgba(71, 82, 96, 0.9);
  color: #ffffff;
  width: 75%;
  padding: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.webinar-block .title-area {
  position: relative;
}
.webinar-block .title-area img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
}
.webinar-block span {
  display: block;
  font-size: 20px;
}
.webinar-block span.presenter {
  color: #7b8198;
  margin-top: 5px;
  font-size: 18px;
}
.webinar-block p {
  margin: 20px 0;
}
.webinar-block .content {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 0 0 rgba(53, 58, 61, 0.2);
  -moz-box-shadow: 0 3px 0 0 rgba(53, 58, 61, 0.2);
  box-shadow: 0 3px 0 0 rgba(53, 58, 61, 0.2);
}
.webinar-block .button {
  display: block;
}
.webinar-block .lang-label {
  position: absolute;
  right: 5px;
  top: 5px;
  background: white;
  color: #00bbd7;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bigmarker-widget-box-webinars-list-link a {
  border-bottom: 0!important;
  background: #00bbd7;
  color: white!important;
  padding: 4px 10px;
  border-radius: 3px;
}
.bigmarker-widget-out-box {
  width: 100%!important;
  box-shadow: 0 2px 0 0 rgba(53, 58, 61, 0.1) !important;
}
.bigmarker-widget-box {
  border: none!important;
  border-radius: 5px;
  padding: 20px!important;
}
.bigmarker-widget-box-webinars-list li {
  padding-left: 0!important;
}
.bigmarker-widget-box-webinars-list li:before {
  background: transparent!important;
}
.bigmarker-widget-box-webinars-list-title a {
  border-bottom: 0!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-box-webinars-list li {
  padding: 0 0 30px 0!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-title {
  font-family: 'stolzl' !important;
  padding: 0 0 30px 0!important;
  font-weight: 500!important;
  color: #00bbd7!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-box-webinars-list-link a {
  font-family: 'sofia-pro' !important;
  font-size: 14px!important;
  letter-spacing: 0!important;
  font-weight: bold!important;
  text-transform: none!important;
  box-shadow: 0 3px 0 0 #0296ac!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-box-webinars-list-link a span svg {
  fill: white!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-box-webinars-list-title a {
  font-family: 'stolzl' !important;
  font-size: 20px!important;
  font-weight: 500!important;
  letter-spacing: -1px !important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-box-webinars-list-date {
  font-family: 'sofia-pro' !important;
  font-size: 16px!important;
  letter-spacing: 0!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-form-title {
  font-family: 'stolzl' !important;
  font-weight: 500!important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-form-list-name {
  font-family: 'sofia-pro' !important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-form-list-input input {
  font-family: 'sofia-pro' !important;
}
div[id^="bigmarker-channel-widget-container"] .bigmarker-widget-form-list-btn input {
  box-shadow: none!important;
  font-family: 'sofia-pro' !important;
  font-size: 18px!important;
  border: none!important;
  border-radius: 5px!important;
  box-shadow: 0 3px 0 0 #0296ac!important;
}
