/* PRE LOAD
========================================================================== */
/* Preloader */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700,200);
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #242424;
  /* change if the mask should have another color then white */
  z-index: 9999999999;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -100px; }

/* BASE
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'fontello';
  src: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/fonts/icons/font/fontello.eot");
  src: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/fonts/icons/font/fontello.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/fonts/icons/font/fontello.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/fonts/icons/font/fontello.ttf") format("truetype"), url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/fonts/icons/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  font-family: 'Titillium Web', sans-serif !important; }

.fa {
  font-family: FontAwesome !important; }

/* VENDOR - Default fall-backs and external files.
========================================================================== */
/* gloabal moduals */
html {
  background: none !important;
  overflow-x: none !important; }

.hs-tools-menu {
  display: none; }

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  z-index: 9999; }

.overlay-hugeinc.close #nav-container {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  position: relative;
  z-index: 9999; }

span.x-close {
  position: absolute;
  right: 10%;
  top: 7%;
  width: 30px;
  color: #69BD45;
  cursor: pointer; }

#cd-vertical-nav ul::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.08);
  top: 0;
  right: -10px;
  border-radius: 15px;
  pointer-events: none; }

.no-touch #cd-vertical-nav .cd-dot {
  background-color: rgba(255, 255, 255, 0.08); }

#nav-container {
  height: 100vh;
  overflow: hidden; }

#back-home-btn {
  position: absolute;
  left: 10%;
  font-size: 20px;
  color: #69BD45;
  margin-top: 4%;
  cursor: pointer; }

#back-home-btn:before {
  font-family: FontAwesome;
  content: "\f060";
  padding-right: 10px;
  color: #69BD45; }

#nav {
  width: 80%;
  margin: 10%;
  position: relative;
  max-width: 1440px;
  z-index: 1; }

#nav li a {
  /*font-family: 'Helvetica Neue', sans-serif !important;*/
  font-weight: 100;
  display: block;
  width: 100%;
  color: #a7a9aa;
  text-decoration: none;
  border-left: 2px solid #585858;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

#nav ul.menu {
  display: block;
  width: 22vw;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#nav ul.menu > li,
#nav ul.menu ul > li,
#nav ul.menu ul > li > ul > li {
  float: left;
  display: block;
  width: 100%;
  text-indent: 20px;
  line-height: 6.5vh; }

#nav ul.menu > li {
  position: relative;
  text-indent: 40px;
  font-size: 28px;
  font-size: 4vh; }

#nav ul.menu ul ul li {
  float: none; }

#nav ul.menu > li a span {
  opacity: 0;
  display: block;
  position: relative;
  transform: translate3d(0, 40px, 0); }

#nav ul.menu > li.start_in a span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s, transform 0.75s;
  -moz-transition: opacity 0.5s, transform 0.75s;
  -o-transition: opacity 0.5s, transform 0.75s;
  transition: opacity 0.5s, transform 0.75s;
  -moz-transition-delay: 1s, transform 1.5s;
  -webkit-transition-delay: 1s, transform 1.5s;
  -o-transition-delay: 1s, transform 1.5s;
  transition-delay: 1s, transform 1.5s; }

#nav ul.menu > li.tel_num {
  display: none; }

#nav ul.menu li ul.sub-menu li:hover > a {
  border: none;
  color: #69BD45; }

ul.sub-menu {
  height: 100vh; }

#nav ul.menu li ul.sub-menu li > a {
  border: none;
  color: white;
  font-size: 26px; }

#nav li:hover > a,
#nav li > a.active {
  display: block;
  color: #69BD45;
  border-left: 2px solid #69BD45; }

#nav ul li a.enterprise {
  font-size: 85% !important;
  color: #69BD45 !important; }

.btm-overlay-footer {
  color: #585858 !important;
  margin-left: 10%;
  position: relative;
  bottom: 12%;
  width: 100%;
  float: left;
  border-left: 2px solid #585858;
  padding: 10% 0 100% 40px;
  margin-top: 40px; }

ul.top-overlay-nav {
  width: 100%;
  display: block;
  float: left;
  position: fixed;
  bottom: 60px; }

ul.top-overlay-nav li {
  display: block;
  float: left; }

.overlay ul li {
  height: auto; }

ul.top-overlay-nav li a,
ul.sub-links li a {
  display: inline-block;
  float: left;
  color: #585858;
  text-decoration: none; }

ul.top-overlay-nav li a:hover,
ul.sub-links li a:hover {
  color: #69BD45; }

.btm-overlay-nav {
  width: 100%;
  position: fixed;
  bottom: 34px; }

.btm-overlay-nav .sub-links {
  padding: 0px; }

.btm-overlay-footer ul.top-overlay-nav {
  height: auto;
  bottom: 70px; }

ul.sub-links {
  width: 100%;
  padding-top: 30px; }

ul.sub-links li:after,
ul.top-overlay-nav li:after {
  content: " | ";
  padding: 0 12px; }

ul.sub-links li:last-child:after,
ul.top-overlay-nav li:last-child:after {
  content: none; }

ul.social-links {
  position: absolute;
  right: 20%;
  top: 0px; }

ul.social-links li {
  display: inline-block;
  padding-right: 12px; }

ul.social-links li a,
ul.social-links li a:visited,
ul.social-links li a:active {
  color: #585858; }

ul.social-links li a:hover,
ul.social-links li a:focus {
  background: none;
  color: #69BD45; }

ul.sub-links li {
  display: inline-block;
  float: left; }

hr.mid-line {
  width: 70%;
  margin: 7px 0 10px 20px;
  background-color: #585858;
  height: 1px;
  border: none; }

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

@media (min-width: 1025px) {
  #nav li:hover > ul > li ul {
    width: 100%; }

  #nav > li {
    text-indent: 40px; }

  #nav li > ul {
    position: absolute;
    visibility: hidden; }

  #nav li > ul.first_sub_menu {
    margin-top: 12px; }

  #nav li > ul.has_a_header {
    margin-top: -40px; }

  #nav ul.menu ul.resources-menu > li {
    width: 140%; }

  #nav li:hover > ul, #nav li:hover > ul li ul {
    position: absolute;
    visibility: visible;
    width: 140%;
    padding: 0;
    top: 0;
    left: 100%;
    opacity: 1;
    margin-left: 0px; }

  #nav li:hover > ul li ul {
    left: 100%; }

  #nav li:hover > ul {
    -webkit-transition: display 0s, opacity 0.75s, margin-left 0.75s;
    -moz-transition: display 0s, opacity 0.75s, margin-left 0.75s;
    -o-transition: display 0s, opacity 0.75s, margin-left 0.75s;
    transition: display 0s, opacity 0.75s, margin-left 0.75s; }

  #nav li:hover > ul li ul {
    -webkit-transition: opacity 1.50s, margin-left 1.50s;
    -moz-transition: opacity 1.50s, margin-left 1.50s;
    -o-transition: opacity 1.50s, margin-left 1.50s;
    transition: opacity 1.5s, margin-left 1.5s; }

  #nav li > ul {
    opacity: 0;
    margin-left: -40px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }

  #nav li:hover > ul li,
  #nav li:hover > ul li ul > li {
    line-height: 4.0vh; }

  li.mobile-divide {
    display: none !important; } }
@media (max-width: 414px) {
  #nav ul.menu > li {
    line-height: 5.5vh; }

  ul.sub-menu li {
    line-height: 4vh !important; }

  #nav.mobile-tab1 li > ul.prod-menu,
  #nav.mobile-tab2 li > ul.services-menu,
  #nav.mobile-tab3 li > ul.partner-menu,
  #nav.mobile-tab4 li > ul.company-menu,
  #nav.mobile-tab5 li > ul.events-menu,
  #nav.mobile-tab6 li > ul.resources-menu,
  #nav.mobile-tab1 li > ul.prod-menu.level-3 {
    height: auto; } }
@media (max-width: 670px) and (min-width: 580px) {
  .overlay ul.first_sub_menu {
    position: absolute;
    left: 50%;
    width: 300px;
    top: 0px; } }
@media (max-width: 1024px) and (min-width: 670px) {
  .overlay ul.first_sub_menu {
    position: absolute;
    left: 110%;
    width: 300px;
    top: 0px; } }
@media (max-width: 670px) {
  #nav {
    margin: 10% 0 0 0; }

  .btm-overlay-footer {
    margin-left: 0px; }

  #nav ul.menu li ul.sub-menu li > a {
    font-size: 18px !important; }

  #nav ul.menu > li {
    line-height: 40px;
    text-indent: 0; }

  #nav ul.menu {
    width: 100%; }

  ul.prod-menu {
    position: relative;
    margin-left: 0;
    height: 200px;
    display: none; }

  ul.services-menu {
    height: 340px; }

  ul.partner-menu {
    height: 100px; }

  ul.company-menu,
  ul.resources-menu {
    height: auto; }

  ul.events-menu {
    height: 50px; }

  #nav li:hover > ul > li:hover ul {
    width: 100%;
    margin-left: 0; }

  #nav li a,
  #nav li:hover > a,
  #nav li > a.active {
    border: none; }

  ul.prod-menu hr.mid-line {
    display: none; }

  hr.mid-line {
    height: 1px;
    margin: 8px 0 8px 20px; }

  .btm-overlay-nav {
    display: none; }

  ul.top-overlay-nav {
    position: static; }

  ul.top-overlay-nav li {
    float: none; }

  .btm-overlay-footer {
    padding: 0 0 0 40px;
    margin-top: 0px;
    float: none;
    position: static; }

  ul.sub-links li:after, ul.top-overlay-nav li:after {
    display: none; }

  ul.top-overlay-nav li {
    font-size: 18px;
    display: block;
    padding: 2.5vh 0;
    font-weight: 200; }

  #nav.mobile-tab1 li > ul.prod-menu,
  #nav.mobile-tab2 li > ul.services-menu,
  #nav.mobile-tab3 li > ul.partner-menu,
  #nav.mobile-tab4 li > ul.company-menu,
  #nav.mobile-tab5 li > ul.events-menu,
  #nav.mobile-tab6 li > ul.resources-menu {
    display: block !important; } }
@media (max-width: 1200px) {
  #nav {
    margin: 7% 10%; } }
@media (max-width: 1024px) {
  #nav li.active ul.sub-menu {
    display: block;
    margin: 0px; }

  #nav ul.menu {
    width: 32vw; }

  #nav li.active ul.first_sub_menu {
    margin-left: 40px; }

  #nav ul.menu > li {
    position: static; }

  .list_a_trigger {
    padding-right: 27px;
    position: relative;
    display: inline-block; }

  .list-link .list_a_trigger span:after {
    content: "+";
    right: 0px;
    margin-left: 20px; }

  .list-link.active .list_a_trigger span:after {
    content: "-"; }

  ul.top-overlay-nav li.mobile_none {
    display: none; }

  #nav .level-3 {
    padding-top: 30px; }

  .btm-overlay-footer ul.top-overlay-nav a {
    color: #69BD45; }

  #nav li > ul {
    display: none; } }
@media (min-width: 641px) and (max-width: 1024px) {
  .btm-overlay-footer ul.top-overlay-nav a {
    top: -11px;
    position: relative; }

  #nav.mobile-tab1 li > ul.prod-menu,
  #nav.mobile-tab2 li > ul.services-menu,
  #nav.mobile-tab3 li > ul.partner-menu,
  #nav.mobile-tab4 li > ul.company-menu,
  #nav.mobile-tab5 li > ul.events-menu,
  #nav.mobile-tab6 li > ul.resources-menu {
    position: absolute;
    display: block;
    width: 325px;
    padding: 0;
    top: 0;
    margin-left: 35vw; }

  #nav.mobile-tab1 li > ul.prod-menu.level-3 {
    position: absolute;
    display: block;
    width: 325px;
    padding: 0;
    top: 90px;
    margin-left: 0; }

  #nav.mobile-tab1 li.mobile-divide {
    display: block; }

  #nav ul.menu ul > li,
  #nav ul.sub-menu.level-3 > li {
    /*line-height: 4.5vh;*/
    line-height: 30px; }

  .btm-overlay-nav {
    bottom: 24px; }

  ul.sub-links {
    font-size: 12px;
    top: 10px;
    position: relative;
    max-width: 260px;
    line-height: 18px; }

  ul.sub-links li:first-child:after {
    content: ''; } }
#back-home-btn {
  text-indent: 0% !important;
  background-image: none !important;
  top: -120px;
  height: 40px;
  font-family: "Titillium Web",sans-serif !important;
  font-weight: 100;
  left: -35px;
  opacity: 0;
  width: 150px; }

header {
  left: 0;
  right: 0;
  height: 80px !important;
  z-index: 999;
  position: fixed !important;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  transition: background-color 800ms linear; }

.headroom-hidden {
  top: -80px !important; }

#nav_items.open {
  left: 80%;
  width: 20%; }

.open.headroom-hidden {
  top: 0px !important;
  background-color: transparent !important; }

.open.headroom-bg {
  background-color: transparent !important; }

#nav_items.open #nav_items_right, #nav_items.open #cylance_logo {
  opacity: 0; }

.headroom {
  position: fixed;
  top: 0;
  -webkit-transition: top .5s;
  transition: top .5s; }

.headroom-bg {
  background-color: #272727; }

.headroom-bg-animation {
  background-color: transparent !important;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear; }

body {
  border-top: 4px solid #62C84C;
  overflow-x: hidden; }

.no-touch #nav_items {
  top: -80px; }

#nav_items.active {
  top: 0px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  ctransition: top 1s;
  transition: top 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

#nav li a.is_desktop {
  display: block; }

#nav li a.is_mobile {
  display: none; }

#nav ul.menu li ul.sub-menu li > a.cta {
  border: 2px solid #6CBB4C;
  color: #6CBB4C;
  background: #69BD45;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 4px 41px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 20px !important;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  width: auto;
  margin: 4vh 0 0 0;
  text-indent: 0px;
  font-size: 20px !important; }

#nav ul.menu li ul.sub-menu li > a.cta.is_desktop {
  display: inline-block; }

#nav ul.menu li ul.sub-menu li > a.cta.is_mobile {
  display: none; }

#nav_items_right {
  position: absolute;
  right: 40px;
  width: 200px;
  top: 20px;
  height: 40px; }

#trigger-overlay {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  text-decoration: none;
  width: 140px;
  height: 67px;
  z-index: 99999;
  color: #a7a9aa;
  outline: none; }

.trigger_amin i.txtBlock {
  font-size: 20px;
  display: block;
  top: 31px;
  position: absolute;
  right: 67px; }

.trigger_amin #nav-hamburger {
  height: 100%;
  width: 28px;
  position: absolute;
  right: 25px;
  top: 26px; }

.trigger_amin #nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a7a9aa;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.trigger_amin #nav-hamburger span.bar_one {
  top: 3px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.trigger_amin #nav-hamburger span.bar_two {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.trigger_amin #nav-hamburger span.bar_three {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.trigger_amin:hover #nav-hamburger span.bar_one {
  top: 0px; }

.trigger_amin:hover #nav-hamburger span.bar_three {
  top: 25px; }

.trigger_amin.open #nav-hamburger span.bar_one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px; }

.trigger_amin.open #nav-hamburger span.bar_two {
  width: 0%;
  opacity: 0; }

.trigger_amin.open #nav-hamburger span.bar_three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 4px; }

#trigger-overlay img {
  width: 24px; }

.cta {
  border: 2px solid #6CBB4C;
  color: #6CBB4C;
  text-decoration: none;
  font-size: 20px;
  padding: 5px 41px;
  font-weight: 400;
  letter-spacing: .5px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s; }

.cta:hover {
  background: #62C84C;
  color: #1D323C !important;
  text-decoration: none;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s; }

.textCenter {
  text-align: center; }

.bgGray {
  background-color: #ECECEC; }

#nav_items #trigger-overlay img {
  max-width: 320px;
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 25px;
  z-index: 99999; }

#nav_items {
  height: 0;
  position: relative;
  z-index: 9999 !important; }

.overlay-hugeinc {
  height: 100vh !important;
  width: 100vw !important;
  min-height: 600px; }

#getDemo {
  position: absolute;
  right: 120px;
  bottom: 1px;
  color: #62C84C;
  text-decoration: none;
  font-weight: 100;
  font-size: 17px;
  width: 50%; }

#cylance_logo {
  max-width: 270px;
  width: 50%;
  position: absolute;
  top: 25px;
  left: 40px; }

.overlay {
  overflow: visible !important; }

.bg_logo_overlay {
  background: url("//cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/assets/cylance.svg?t=1446504967826") no-repeat 90% 89%;
  position: absolute;
  top: 0px;
  right: 15%;
  height: 100%;
  width: 40%;
  background-size: 30%;
  opacity: 0.05; }

#nav_items_right {
  right: 25px !important;
  top: 11px !important; }

.nav-section_header {
  font-size: 20px !important;
  display: block;
  color: #fff;
  font-weight: 200;
  color: #585858; }

@media (max-width: 1200px) {
  #intro_cylance .cta {
    position: relative; } }
@media (max-width: 990px) {
  #back-home-btn {
    display: none; } }
@media (max-width: 740px) {
  #cylance_logo {
    left: 25px !important;
    width: 57% !important;
    top: 25px !important; }

  #nav_items_right {
    right: 25px !important;
    top: 5px !important; }

  #nav_items_right #getDemo, #trigger-overlay span, #cd-vertical-nav, #trigger-overlay .txtBlock, #scroll_down {
    display: none; } }
@media (max-width: 668px) {
  #nav-container {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed; }

  #nav ul.menu {
    width: auto; } }
.cta_on_white, .cta_on_dark {
  -o-transition: color 1s linear;
  -moz-transition: color 1s linear;
  -khtml-transition: color1s linear;
  -webkit-transition: color 1s linear;
  -ms-transition: color 1s linear;
  transition: color 1s linear; }

.cta_on_white:hover {
  color: white !important;
  background: #6CBB4C !important;
  -o-transition: color 1s linear;
  -moz-transition: color 1s linear;
  -khtml-transition: color1s linear;
  -webkit-transition: color 1s linear;
  -ms-transition: color 1s linear;
  transition: color 1s linear; }

.cta_on_dark:hover {
  color: #1D323C !important;
  background: #6CBB4C !important;
  -o-transition: color 1s linear;
  -moz-transition: color 1s linear;
  -khtml-transition: color1s linear;
  -webkit-transition: color 1s linear;
  -ms-transition: color 1s linear;
  transition: color 1s linear; }

.overlay-hugeinc #nav ul.menu, .overlay-hugeinc .btm-overlay-footer {
  left: -35px;
  opacity: 0; }

.overlay-hugeinc.open #nav ul.menu, .overlay-hugeinc.open .btm-overlay-footer {
  left: 0;
  opacity: 1;
  -webkit-transition: left 1s, opacity 1s;
  -moz-transition: left 1s, opacity 1s;
  -o-transition: left 1s, opacity 1s;
  transition: left 1s, opacity 1s;
  -moz-transition-delay: 0.5s;
  /* Safari */
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s; }

.overlay-hugeinc.open #back-home-btn {
  left: 0;
  opacity: 1;
  -webkit-transition: left 1s, opacity 1s;
  -moz-transition: left 1s, opacity 1s;
  -o-transition: left 1s, opacity 1s;
  transition: left 1s, opacity 1s;
  -moz-transition-delay: 0.5s;
  /* Safari */
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s; }

.overlay-hugeinc .btm-overlay-footer ul.top-overlay-nav, .overlay-hugeinc .btm-overlay-footer .btm-overlay-nav {
  bottom: 0px;
  opacity: 0; }

.overlay-hugeinc.open .btm-overlay-footer ul.top-overlay-nav {
  opacity: 1;
  bottom: 58px;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  -moz-transition-delay: 1s;
  /* Safari */
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s; }

.overlay-hugeinc.open .btm-overlay-footer .btm-overlay-nav {
  opacity: 1;
  bottom: 34px;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  -moz-transition-delay: 1s;
  /* Safari */
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s; }

.overlay_demo {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0; }

.overlay_demo:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999999999; }

.popup {
  padding: 20px 0px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative; }

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif; }

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }

.popup .close:hover {
  color: #06D85F; }

.popup .content {
  overflow: auto; }

@media screen and (max-width: 700px) {
  .box {
    width: 70%; }

  .popup {
    width: 70%; } }
.ui-dialog {
  display: block;
  position: relative;
  height: 80vh !important;
  width: 80vw !important;
  top: 10vh !important;
  background: white !important;
  max-width: 650px;
  max-height: 600px;
  min-height: 600px;
  margin: 0 auto; }

.ui-dialog h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
  color: #3d3d3d;
  font-family: ProximaNovaThin,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  margin-bottom: 10px;
  font-weight: 100;
  margin-top: 30px; }

.ui-dialog p {
  text-align: center;
  padding: 10px 20% 0px;
  color: #7A7A7A;
  font-size: 16px;
  font-family: ProximaNovaThin,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  line-height: 1.6;
  margin: 10px 0 16px; }

.ui-dialog .ui-button {
  top: 20px;
  right: 20px;
  position: absolute;
  background: none !important;
  border: 0; }

.ui-dialog .ui-button .ui-button-text {
  background: none !important;
  color: #039b4b !important;
  font-family: ProximaNovaThin,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-size: 50px;
  font-weight: 100; }

/* FORM STYLES */
.ui-dialog .hs-form.stacked .field {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  height: 60px; }

.ui-dialog .hs_contact_comments {
  width: 100% !important; }

#contact_comments-850b4b2c-1293-4975-b8c7-1ea7a3b52a6f {
  max-width: 100%;
  width: 95% !important;
  left: 2.5% !important; }

.ui-dialog .hs-form .hs-input, .hs-form textarea.hs-input, .ui-dialog select, .hs-form select {
  box-sizing: border-box;
  width: 88%;
  left: 6%;
  position: relative; }

.ui-dialog .hs-form.stacked label {
  display: none; }

.ui-dialog .field div.input {
  margin-left: 0px; }

.ui-dialog form input[type="text"], .ui-dialog form input[type="email"], .ui-dialog form input[type="tel"].ui-dialog form select, .ui-dialog .hs_phone input {
  color: #8D8D8D;
  font-size: 17px;
  height: 40px;
  box-sizing: border-box;
  background: transparent none repeat scroll 0% 0%;
  margin-bottom: 19px;
  position: relative;
  z-index: 4; }

.ui-dialog form input, .ui-dialog form select {
  background: transparent none repeat scroll 0% 0%;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #BBB9B9;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  box-shadow: none;
  border-radius: 0px; }

.ui-dialog .hs-form.stacked .field::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  z-index: 1; }

.hs-button {
  background: transparent none repeat scroll 0% 0% !important;
  border: 2px solid #6CBB4C !important;
  color: #6CBB4C !important;
  text-decoration: none !important;
  font-size: 20px !important;
  padding: 10px 41px 11px !important;
  font-weight: 200 !important;
  letter-spacing: 0.5px !important;
  transition: background 1s ease 0s !important;
  border-radius: 0 !important;
  text-shadow: 0 !important;
  box-shadow: 0;
  letter-spacing: 0.5px !important;
  margin-left: 20px !important; }

.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
  box-shadow: 0 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #4DB0EE #3080E3 #1946BE; }

.hs-form .hs-button {
  margin-left: 20px;
  text-shadow: 0px 0px 0px #FFFFFF; }

/* style for pop content */
#popup1 h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
  color: #3D3D3D;
  font-family: ProximaNovaThin,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  margin-bottom: 10px;
  font-weight: 100; }

#popup1 p {
  text-align: center;
  padding: 10px 91px 0px;
  color: #7A7A7A;
  font-size: 16px;
  font-family: ProximaNovaThin,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif; }

@media (max-width: 1200px) {
  .bg_logo_overlay {
    display: none; }

  #nav ul.menu li ul.sub-menu li > a.cta.is_desktop {
    display: none; }

  #nav ul.menu li ul.sub-menu li > a.cta.is_mobile {
    display: block;
    width: 120px;
    text-align: center;
    margin-left: 20px; }

  #nav li a.is_desktop, .is_desktop {
    display: none; }

  #nav li a.is_mobile {
    display: block; } }
@media (max-width: 840px) {
  #popup1 p {
    display: none; } }
@media (max-width: 660px) {
  .overlay_demo {
    position: absolute; }

  .ui-dialog {
    max-height: auto;
    height: auto;
    display: table; }

  .ui-dialog .hs-form.stacked .field {
    width: 100%; }

  #nav ul.menu > li.tel_num {
    display: block; }

  #nav ul.menu > li.tel_num a {
    font-size: 18px;
    font-weight: 300;
    color: #69BD45; }

  ul.top-overlay-nav {
    display: none; }

  .ui-dialog {
    width: 90vw; }

  .ui-dialog .hs-form .hs-input, .hs-form textarea.hs-input, .ui-dialog select, .hs-form select {
    width: 100%;
    left: 0%; }

  .hs-form .hs-input, .hs-form textarea.hs-input {
    max-width: 700px; }

  #contact_comments-850b4b2c-1293-4975-b8c7-1ea7a3b52a6f {
    left: 0px !important;
    width: 100% !important; }

  .hbspt-form .hs-button {
    display: block;
    width: 98.5%;
    padding: 20px 0px !important; }

  #popup1 h2 {
    padding-top: 30px; }

  .hs-form.stacked .actions {
    margin-left: 0;
    padding: 0; } }
@media (max-width: 1200px) {
  #intro_cylance .cta {
    position: relative; } }
@media (max-width: 990px) {
  #back-home-btn {
    display: none; } }
@media (max-width: 740px) {
  #cylance_logo {
    left: 25px !important;
    width: 57% !important;
    top: 25px !important; }

  #nav_items_right {
    right: 25px !important;
    top: 5px !important; }

  #nav_items_right #getDemo, #trigger-overlay span, #cd-vertical-nav, #trigger-overlay .txtBlock, #scroll_down {
    display: none; } }
@media (max-width: 668px) {
  #nav-container {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed; }

  #nav ul.menu {
    width: auto; } }
@media (max-width: 1200px) {
  .bg_logo_overlay {
    display: none; }

  #nav li a.is_desktop, .is_desktop {
    display: none; }

  #nav li a.is_mobile {
    display: block; } }
@media (max-width: 840px) {
  #popup1 p {
    display: none; } }
@media (max-width: 660px) {
  .overlay_demo {
    position: absolute; }

  .ui-dialog {
    max-height: auto;
    height: auto;
    display: table; }

  .ui-dialog .hs-form.stacked .field {
    width: 100%; }

  #nav ul.menu > li.tel_num {
    display: block; }

  #nav ul.menu > li.tel_num a {
    font-size: 18px;
    font-weight: 300;
    color: #69BD45; }

  ul.top-overlay-nav {
    display: none; }

  .popup {
    padding: 20px; }

  .hs-form .hs-button {
    margin: 0px !important; } }
#nav ul.menu > li {
  font-size: 40px; }

#nav_items.open #nav_items_right, #nav_items.open #cylance_logo {
  opacity: 0; }

hr.mid-line {
  margin: 7px 0 10px 0px; }

#nav ul.menu ul > li, #nav ul.menu ul > li > ul > li {
  text-indent: 0; }

.cta-btn_outline:hover, .cta:hover, .cta_on_white:hover, #showMore:hover, .hs-button:hover {
  font-weight: 300 !important; }

.cta-btn_outline, .cta, .cta_on_white, #showMore, .hs-button {
  font-weight: 400 !important; }

#nav li .sub-menu {
  padding-top: 30px; }

.demo-icon {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em; }

.tel_num_block {
  padding: 25px 0;
  line-height: 23px; }

.submitted-message {
  text-align: center;
  color: #7A7A7A; }

@media (max-height: 690px) {
  .overlay_demo {
    position: absolute; } }
@media (max-width: 670px) {
  ul.prod-menu hr.mid-line {
    display: block; } }
@media (max-width: 1200px) and (min-width: 740px) {
  #nav ul.menu > li {
    font-size: 4vh; } }
@media (max-width: 990px) {
  #back-home-btn {
    display: none; } }
@media (max-width: 740px) {
  #nav ul.menu > li {
    font-size: 36px;
    line-height: 50px; }

  #cylance_logo {
    left: 25px !important;
    width: 57% !important;
    top: 25px !important; }

  #nav_items_right {
    right: 25px !important;
    top: 5px !important; }

  #nav_items_right #getDemo, #trigger-overlay span, #cd-vertical-nav, #trigger-overlay .txtBlock, #scroll_down {
    display: none; }

  #nav ul.menu > li {
    font-size: 36px;
    line-height: 45px; } }
@media (max-width: 668px) {
  #nav-container {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed; }

  #nav ul.menu {
    width: auto; } }
@media (max-width: 1200px) {
  .bg_logo_overlay {
    display: none; }

  #nav li a.is_desktop, .is_desktop {
    display: none; }

  #nav li a.is_mobile {
    display: block; } }
@media (max-width: 840px) {
  #popup1 p {
    display: none; } }
@media (max-width: 660px) {
  .overlay_demo {
    position: absolute; }

  .ui-dialog {
    max-height: auto;
    height: auto;
    display: table; }

  .ui-dialog .hs-form.stacked .field {
    width: 100%; }

  #nav ul.menu > li.tel_num {
    display: block; }

  #nav ul.menu > li.tel_num a {
    font-size: 18px;
    font-weight: 300;
    color: #69BD45; }

  ul.top-overlay-nav {
    display: none; }

  .margin_bottom_10 {
    margin-bottom: 10px; } }
.green-txt {
  color: #69BD45; }

#grid_left {
  width: 17.5%; }

#grid_left .grid_top {
  height: 350px;
  background: #f6f6f6;
  position: relative; }

#grid_left .grid_bottom {
  background: #46B858;
  background: #69d03c;
  background: -moz-linear-gradient(-45deg, #69d03c 0%, #38b557 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #69d03c), color-stop(100%, #38b557));
  background: -webkit-linear-gradient(-45deg, #69d03c 0%, #38b557 100%);
  background: -o-linear-gradient(-45deg, #69d03c 0%, #38b557 100%);
  background: -ms-linear-gradient(-45deg, #69d03c 0%, #38b557 100%);
  background: linear-gradient(135deg, #69d03c 0%, #38b557 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d03c', endColorstr='#38b557', GradientType=1 );
  background-size: cover;
  height: 350px;
  position: relative; }

ul#grid_social {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

ul#grid_social li {
  width: 45%;
  float: left;
  text-align: center;
  margin: 9% 2% 11%; }

ul#grid_social li a {
  color: #fff;
  font-size: 2.5vw;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

ul#grid_social li a:hover {
  color: #26861C;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

#learn_more_cylance #learn_more #grid_bottom_container {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 37%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

#learn_more_cylance #learn_more h2 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 200; }

#learn_more_cylance .learn_more_cylance-top_title {
  font-size: 22px;
  color: #2F2F2F;
  display: block;
  padding-bottom: 15px; }

#learn_more_cylance .learn_more_cylance-blog #blogTitle {
  font-weight: 200; }

#learn_more_cylance .learn_more_cylance-blog #blogAuthor {
  color: #152129;
  font-size: 13px;
  padding: 14px 0; }

#learn_more_cylance .learn_more_cylance-blog a:hover {
  color: #272727; }

#learn_more_cylance #blogDivider {
  width: 40%;
  background: #FFF none repeat scroll 0% 0%;
  height: 3px;
  margin: 23px 0px 20px; }

#learn_more_cylance #learn_more h3 {
  color: #152129;
  font-size: 27px;
  font-weight: 300; }

#grid_center {
  width: 50.5%; }

#grid_center .grid_top {
  height: 450px;
  overflow: hidden;
  position: relative; }

#grid_center .grid_bottom {
  background: white;
  height: 250px;
  position: relative; }

#grid_right .grid_bottom #grid_right_bottom_container h2:after {
  content: '';
  background: #62C84C;
  height: 4px;
  width: 100px;
  margin-top: 20px;
  position: absolute;
  bottom: -16px;
  left: 0; }

#grid_center .grid_bottom #grid_center_bottom_container {
  width: 78%;
  position: absolute;
  left: 50%;
  top: 61%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  color: #A3A3A3;
  font-size: 40px; }

#grid_center #grid_center_bottom_container.learn_more_cylance-blog
#grid_center .grid_bottom #grid_center_bottom_container h2 {
  font-weight: 300; }

#grid_center .grid_bottom #grid_center_bottom_container .headerBorder {
  background: #62C84C;
  height: 4px;
  width: 100px;
  margin-bottom: 20px; }

#grid_right .grid_bottom #grid_right_bottom_container .sally_overlay-text_small {
  font-size: 22px; }

#grid_right .grid_bottom #grid_right_bottom_container .sally_overlay-text_small i {
  color: #69BD45;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none; }

#grid_right .grid_bottom #grid_right_bottom_container .sally_overlay-text_small i:hover, .julia_overlay_wrp .juila_overlay-block_link:hover {
  color: #26861C;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.footer_grid-blog_wrp #learn_more_cylance #blogDivider {
  display: none; }

#grid_right {
  width: 32%; }

#grid_center .grid_top {
  cursor: pointer; }

#grid_right .grid_top {
  height: 450px;
  background: #DEDEDE;
  position: relative;
  cursor: pointer; }

#grid_right .grid_top img {
  width: 78%;
  position: absolute;
  top: 57%;
  margin-top: -36%;
  right: 0px; }

#grid_right .grid_bottom {
  background: #17222A;
  background: #16222a;
  background: -moz-linear-gradient(-45deg, #16222a 0%, #233e50 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #16222a), color-stop(100%, #233e50));
  background: -webkit-linear-gradient(-45deg, #16222a 0%, #233e50 100%);
  background: -o-linear-gradient(-45deg, #16222a 0%, #233e50 100%);
  background: -ms-linear-gradient(-45deg, #16222a 0%, #233e50 100%);
  background: linear-gradient(135deg, #16222a 0%, #233e50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16222a', endColorstr='#233e50', GradientType=1 );
  background-size: cover;
  height: 250px;
  color: white;
  position: relative; }

#grid_right .grid_bottom #grid_right_bottom_container {
  width: 78%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

#grid_right .grid_bottom #grid_right_bottom_container h2 {
  font-size: 45px;
  font-weight: 100;
  color: white;
  margin-bottom: 40px; }

#grid_right .grid_bottom #grid_right_bottom_container .headerBorder {
  background: #62C84C;
  height: 4px;
  width: 100px;
  margin-top: 20px; }

.sally_overlay_wrp .sally_bg_img {
  background: black;
  overflow: hidden;
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0px;
  width: 105%;
  height: 100%;
  left: -4%;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }

#grid_center .sally_bg_img {
  background-image: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/footer_grid/Footer_CTA_Company2x.jpg"); }

#learn_more .sally_bg_img {
  background-image: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/footer_grid/Cylance_Footer_Careers2x.jpg"); }

.sally_overlay_wrp:hover .sally_bg_img {
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }

.sally_overlay_wrp .sally_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  height: 100%;
  width: 100%;
  color: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

.sally_overlay_wrp:hover .sally_overlay {
  background: rgba(70, 70, 70, 0.7);
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s; }

.sally_overlay-text_block {
  position: absolute;
  top: 20%;
  left: 11%; }

.grid_top.grid_item .sally_overlay-text_large {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  color: #fff; }

.sally_overlay_wrp .sally_overlay-text_large {
  display: block;
  position: relative;
  top: 25px;
  margin-bottom: 10px;
  -webkit-transition: top 0.35s;
  -moz-transition: top 0.35s;
  -o-transition: top 0.35s;
  transition: top 0.35s; }

.sally_overlay_wrp:hover .sally_overlay-text_large {
  top: 0px;
  -webkit-transition: top 0.35s;
  -moz-transition: top 0.35s;
  -o-transition: top 0.35s;
  transition: top 0.35s; }

.grid_top.grid_item .sally_overlay-text_small {
  color: #8D8D8D;
  line-height: 21px;
  font-size: 22px; }

.sally_overlay_wrp .sally_overlay-text_small {
  opacity: 0;
  position: relative;
  top: 25px;
  -webkit-transition: top 0.35s, opacity 0.35s;
  -moz-transition: top 0.35s, opacity 0.35s;
  -o-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s; }

.sally_overlay_wrp:hover .sally_overlay-text_small {
  top: 0px;
  opacity: 1;
  -webkit-transition: top 0.35s, opacity 0.35s;
  -moz-transition: top 0.35s, opacity 0.35s;
  -o-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
  -moz-transition-delay: 0.1s;
  /* Safari */
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s; }

#grid_center .footer_grid-blog_wrp > span.blog_overLay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

#grid_center .footer_grid-blog_wrp:hover > span.blog_overLay {
  background: #D3D3D3;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

.julia_overlay_wrp {
  overflow: hidden; }

.julia_overlay_wrp .julia_overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 2;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background: rgba(60, 60, 64, 0.9); }

.julia_overlay_wrp:hover .julia_overlay {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

.julia_overlay_wrp .juila_overlay-text_large {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  color: #fff;
  display: block;
  margin-bottom: 20px; }

.julia_overlay_wrp .juila_overlay-textblock {
  position: absolute;
  top: 20%;
  left: 10%; }

.julia_overlay_wrp .juila_overlay-block_textone, .julia_overlay_wrp .juila_overlay-block_texttwo {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-160px, 0, 0);
  transform: translate3d(-160px, 0, 0); }

.julia_overlay_wrp .juila_bg_img img {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s; }

.julia_overlay_wrp:hover .juila_bg_img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.julia_overlay_wrp:hover .juila_overlay-block_textone, .julia_overlay_wrp:hover .juila_overlay-block_texttwo {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.julia_overlay_wrp:hover .juila_overlay-block_texttwo {
  -moz-transition-delay: 0.35s;
  /* Safari */
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.15s; }

.julia_overlay_wrp .juila_overlay-block_link {
  color: #6CBB4C;
  display: block;
  font-size: 22px;
  margin-top: 10px;
  display: inline-block; }

#learn_more_cylance #blogDivider {
  display: none; }

@media (max-width: 840px) {
  .grid_row {
    width: 100% !important;
    display: block; }

  .grid_item {
    width: 50%;
    float: left; }

  #grid_right .grid_bottom {
    background: transparent linear-gradient(135deg, #16222A 0%, #233E50 100%) repeat scroll 0% 0%/cover;
    min-height: 450px; }

  #grid_center .grid_bottom {
    background: white;
    height: 450px;
    position: relative; }

  #grid_center .grid_bottom #grid_center_bottom_container {
    top: 51%; }

  ul#grid_social li a {
    color: #fff;
    font-size: 6.5vw; }

  #grid_left .grid_top {
    height: 350px; } }
@media (max-width: 560px) {
  .grid_row {
    width: 100% !important;
    display: block; }

  .grid_item {
    width: 100%;
    float: left; }

  ul#grid_social li a {
    color: #fff;
    font-size: 13.5vw; }

  #grid_center .grid_top, #grid_right .grid_top {
    display: none !important; } }
#cy-footer a:hover {
  text-decoration: none;
  color: #404040 !important; }

#cy-footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 512px; }

#cy-footer .cy-center {
  position: relative;
  top: 0;
  right: 0;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  padding: 0 0 100px;
  margin: 0;
  background-color: #282828;
  display: block; }

#cy-footer .cy-center .content {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 85%;
  height: auto;
  margin: 0% 7.5% 0 7.5%;
  border-top: 1px solid #353535;
  text-align: center;
  padding: 0;
  padding-top: 60px; }

#cy-footer .cy-center .company-info {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  height: 90%; }

#cy-footer .cy-center .column ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#cy-footer .cy-center .column ul a {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 12pt;
  font-weight: 300; }

#cy-footer .cy-center .column.one {
  position: relative;
  float: left;
  width: 21%;
  height: 85%;
  margin-top: 4%; }

#cy-footer .cy-center .column.two {
  position: relative;
  float: left;
  width: 20%;
  height: 85%;
  margin-top: 4%;
  margin-left: 4%; }

#cy-footer .cy-center .column.three {
  position: relative;
  float: right;
  width: 16%;
  height: 85%;
  margin-top: 4%; }

#cy-footer .cy-center a.company-logo {
  position: relative;
  float: left;
  clear: both;
  background: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/brand/Cylance_Logo_Footer2x.png");
  margin-top: 10%;
  width: 224px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat; }

#cy-footer .cy-center .icons {
  clear: both;
  float: left;
  width: 244px;
  height: auto;
  text-align: left;
  position: relative;
  top: 13px; }

#cy-footer i {
  color: #4B4B4B;
  margin-right: 10px;
  font-size: 17px; }

#cy-footer .cy-center .copyright {
  clear: both;
  float: left;
  margin-top: 10%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #4b4b4b;
  text-align: left; }

#cy-footer .cy-center .column a {
  clear: both;
  float: left;
  display: block;
  font-size: 10pt;
  font-weight: 700;
  color: #4b4b4b;
  margin: 0;
  height: auto;
  margin-top: 9px; }

#cy-footer .cy-center .copyright a.privacy,
#cy-footer .cy-center .copyright a.terms {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #4b4b4b; }

#cy-footer .cy-center a.icon-yt,
#cy-footer .cy-center a.icon-tw,
#cy-footer .cy-center a.icon-in,
#cy-footer .cy-center a.icon-fb {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px; }

#cy-footer .cy-center a.icon-fb {
  background: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/icon-fb.png"); }

#cy-footer .cy-center a.icon-yt {
  background: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/icon-yt.png"); }

#cy-footer .cy-center a.icon-tw {
  background: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/icon-tw.png"); }

#cy-footer .cy-center a.icon-in {
  background: url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/icon-in.png"); }

#footer_border_top {
  width: 100%;
  height: 1px;
  background: #4B4B4B none repeat scroll 0% 0%;
  position: relative;
  top: 15px; }

.fn-main {
  margin-top: 20px !important; }

.os-animation .os-stage-area {
  opacity: 0; }

.os-animation.animated .os-stage-area {
  opacity: 1; }

.amin_containment {
  position: relative; }

#cy-footer .cy-center .copyright a {
  color: #4b4b4b;
  line-height: 15px !important;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px; }

#cy-footer .cy-center .copyright {
  line-height: 15px !important; }

/* Mobile */
@media only screen and (max-width: 920px) {
  .hide_mobile {
    display: none; }

  #cy-footer {
    min-height: 0px; }

  #cy-footer .cy-center .copyright a {
    line-height: 24px;
    font-weight: 300;
    font-size: 18px; } }
@media only screen and (min-width: 414px) and (max-width: 920px) {
  #cy-footer .cy-center .column.one {
    width: 50%;
    float: right; }

  #cy-footer .cy-center .column.two {
    width: 50%;
    float: left;
    margin: 0; }

  #cy-footer .cy-center .column.three {
    width: 50%;
    clear: none;
    float: left;
    margin: 0; } }
@media only screen and (max-width: 591px) {
  #cy-footer .cy-center .company-info {
    width: 100%; }

  #cy-footer .cy-center a.company-logo {
    margin-top: 20%; }

  #cy-footer .cy-center .column.one {
    width: 100%;
    float: right; }

  #cy-footer .cy-center .column.two {
    width: 100%;
    clear: both;
    float: left;
    margin: 0; }

  #cy-footer .cy-center .column.three {
    width: 100%;
    clear: none;
    float: left;
    margin: 0; } }
/* FlyIn - animations */
section {
  overflow: hidden; }

.ws-stage {
  opacity: 0;
  position: relative; }

.active .ws-stage {
  opacity: 1; }

.no-cssanimations {
  opacity: 1; }

.ws-intro .ws-stage {
  position: absolute;
  height: 100%;
  width: 100%; }

.touch .ws-stage {
  opacity: 1 !important; }

/* FlyIn - fadeInLeft */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -30px; }
  100% {
    opacity: 1;
    left: 0px; } }
.no-touch .active .ws-fadeInLeft {
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInLeft;
  -moz-animation-fill-mode: forwards;
  position: relative;
  opacity: 0; }

.no-touch .ws-fadeInLeft.staggered_one {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s; }

.no-touch .ws-fadeInLeft.staggered_two {
  animation-duration: 1s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .5s; }

.no-touch .ws-fadeInLeft.staggered_three {
  animation-duration: 1s;
  animation-delay: .70s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .70s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .70s; }

.no-touch .ws-fadeInLeft.staggered_four {
  animation-duration: 1s;
  animation-delay: .90s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .90s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .90s; }

.no-cssanimations .ws-fadeInLeft, .touch .ws-fadeInLeft {
  opacity: 1; }

/* FlyIn - fadeInRight */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: -30px; }
  100% {
    opacity: 1;
    right: 0px; } }
.no-touch .active .ws-fadeInRight {
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInRight;
  -moz-animation-fill-mode: forwards;
  position: relative;
  opacity: 0; }

.no-touch .ws-fadeInRight.staggered_one {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s; }

.no-touch .ws-fadeInRight.staggered_two {
  animation-duration: 1s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .5s; }

.no-touch .ws-fadeInRight.staggered_three {
  animation-duration: 1s;
  animation-delay: .70s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .70s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .70s; }

.no-cssanimations .ws-fadeInRight, .touch .ws-fadeInRight {
  opacity: 1; }

/* FlyIn - fadeInDown */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.no-touch .active .ws-fadeInDown {
  display: block;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-fill-mode: forwards;
  position: relative;
  opacity: 0; }

.no-touch .ws-fadeInDown.staggered_one {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s; }

.no-touch .ws-fadeInDown.staggered_two {
  animation-duration: 1s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .5s; }

.no-touch .ws-fadeInDown.staggered_three {
  animation-duration: 1s;
  animation-delay: .70s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .70s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .70s; }

.no-cssanimations .ws-fadeInDown, .touch .ws-fadeInDown {
  opacity: 1; }

/* FlyIn - fadeInUp */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.no-touch .active .ws-fadeInUp {
  display: block;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: forwards;
  position: relative;
  opacity: 0; }

.no-touch .ws-fadeInUp.staggered_one {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s; }

.no-touch .ws-fadeInUp.staggered_two {
  animation-duration: 1s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .5s; }

.no-touch .ws-fadeInUp.staggered_three {
  animation-duration: 1s;
  animation-delay: .70s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .70s;
  -moz-animation-duration: 1s;
  -webkit-animation-delay: .70s; }

.no-cssanimations .ws-fadeInUp, .touch .ws-fadeInUp {
  opacity: 1; }

/* --- Global -- */
p {
  line-height: 28px;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px; }

.color-white {
  color: #ffffff; }

.color_green {
  color: #69bd45; }

.color-light {
  color: #cfcfcf; }

.color-dark {
  color: #767676; }

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

.cy-center {
  text-align: center; }

.full_green_btn {
  background: #69BD45;
  color: #fff;
  font-weight: 100;
  font-size: 23px;
  padding: 15px 60px;
  position: relative;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.full_green_btn:after {
  content: "";
  display: block;
  position: absolute;
  right: -59px;
  width: 60px;
  height: 100%;
  top: 0px;
  background: #55A234 url("https://cdn2.hubspot.net/hubfs/270968/2015_cylance_website/images/nxt_gen/button-left-arrow.png") center no-repeat; }

.full_green_btn:hover {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

.cta-btn_outline {
  border: 2px solid #6CBB4C;
  color: #6CBB4C;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 41px 11px;
  letter-spacing: .5px;
  display: inline-block;
  font-weight: 200;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s; }

.cta-btn_outline:hover {
  background: #62C84C;
  color: #1D323C !important;
  text-decoration: none;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s; }

@media (max-width: 842px) {
  p {
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px; }

  .full_green_btn {
    margin: 0px;
    display: block;
    padding: 15px 70px 15px 20px; }

  .full_green_btn:after {
    right: 0px; }

  #cy-footer i {
    font-size: 28px; }

  .cta-btn_outline {
    font-weight: 300; } }
/* adjustments - - - - - - */
#cy-footer .cy-center .copyright a {
  line-height: 15px !important; }

#cy-footer .cy-center .copyright {
  line-height: 15px !important; }

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