/******************************************************************
Site Name: Cylance- Know the Truth
Author: Column Five Media

Stylesheet: Main Stylesheet

******************************************************************/
h1 {
  font-size: 36px;
  font-weight: 200;
  line-height: 1.2; }
  h1.xl {
    font-size: 60px;
    line-height: 1.25; }

h2 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2; }

h3 {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2; }

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.45;
  margin: 20px 0;
  letter-spacing: .025em; }

.number-callout {
  font-size: 72px;
  font-weight: 200;
  line-height: .65; }

.nowrap {
  white-space: nowrap; }

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #1E1E1E;
  color: #fff; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

form {
  max-width: 100%; }

.cta {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 60px;
  text-align: left;
  padding: 20px;
  background: #6DCE47;
  color: #fff;
  height: auto;
  overflow: hidden;
  z-index: 3;
  transition: all .3s ease-in-out; }
  .cta a {
    text-decoration: none;
    color: #fff; }
  .cta h2 {
    font-size: 24px;
    margin: 0; }
    .cta h2 span {
      font-size: 16px;
      display: block; }
  .cta.active {
    padding: 10px;
    text-align: center;
    transition: all .3s ease-in-out; }
    .cta.active h2 {
      font-size: 16px;
      margin: 0; }
      .cta.active h2 span {
        font-size: 16px;
        display: inline; }

.section-title {
  padding: 20px 0 10px; }
  .section-title h1 {
    margin-top: 30px;
    margin-bottom: 30px; }

.section-title-lines {
  width: 28px;
  height: 1px;
  background-color: #6CCE46; }

.faded-out {
  opacity: 0; }

.section-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 60%; }

.callout-1, .callout-2 {
  background: #222;
  padding: 40px 0; }

@media (min-width: 768px) {
  .cta {
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0;
    background: #6DCE47;
    color: #fff;
    text-align: center;
    height: 0;
    overflow: hidden;
    z-index: 3;
    transition: all .3s ease-in-out; }
    .cta h2 {
      font-size: 18px;
      margin: 0; }
      .cta h2 span {
        display: inline; }
    .cta.active {
      height: 41px;
      padding: 10px;
      transition: all .3s ease-in-out; }

  .section-title {
    margin: 0; }

  .section-img {
    max-width: 100%; } }
/*
  (TEXT) PARAMS
  =================
  1. Namespace
  2. Intensity
  3. Text color
  4. Background color (flat)
  5. Highlight #1 color
  6. Highlight #2 color
  7. Width (px)
  8. Height (px)
*/
.glitch {
  position: relative; }

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  max-width: 100%; }

.glitch::before {
  /* ... anything needed to make it identical */
  /* variation */
  left: 2px;
  text-shadow: -1px 0 red;
  /* important: opaque background masks the original */
  background: black; }

.glitch::after {
  /* ... anything needed to make it identical */
  /* variation */
  left: -2px;
  text-shadow: -1px 0 blue;
  /* important: opaque background masks the original */
  background: black; }

header {
  background: #1E1E1E;
  height: 60px; }
  header .container, header .row, header .row > div {
    height: 100%; }
  header .logo {
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0; }
    header .logo a {
      display: block;
      max-width: 290px;
      width: 100%; }

.mnu-wrap {
  float: right;
  padding: 8px 0;
  position: relative;
  z-index: 99999; }

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: auto;
  position: relative;
  position: relative;
  cursor: pointer; }
  #menu-toggle span {
    display: block;
    background: #6DCE47;
    border-radius: 2px;
    transition: .25s ease-in-out; }
  #menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 8px 10px 8px 9px; }
    #menu-toggle .hamburger span {
      width: 100%;
      height: 3px;
      position: relative;
      top: 0;
      left: 0;
      margin: 5px 0; }
      #menu-toggle .hamburger span:nth-child(1) {
        transition-delay: .5s; }
      #menu-toggle .hamburger span:nth-child(2) {
        transition-delay: .625s; }
      #menu-toggle .hamburger span:nth-child(3) {
        transition-delay: .75s; }
  #menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg); }
    #menu-toggle .cross span:nth-child(1) {
      height: 0%;
      width: 4px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition-delay: 0s;
      margin-top: -18px;
      margin-left: -2px; }
    #menu-toggle .cross span:nth-child(2) {
      width: 0%;
      height: 4px;
      position: absolute;
      left: 4px;
      top: 50%;
      transition-delay: .25s;
      margin-top: -2px; }

#menu-toggle.open .hamburger span {
  width: 0%; }
  #menu-toggle.open .hamburger span:nth-child(1) {
    transition-delay: 0s; }
  #menu-toggle.open .hamburger span:nth-child(2) {
    transition-delay: .125s; }
  #menu-toggle.open .hamburger span:nth-child(3) {
    transition-delay: .25s; }
#menu-toggle.open .cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s; }
#menu-toggle.open .cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s; }

.mobile-bg1 {
  position: absolute;
  z-index: -2;
  transition: z-index 1.2s ease; }
  .mobile-bg1 line {
    stroke: #111;
    stroke-width: 0px;
    opacity: 1;
    position: relative;
    transition: stroke-width .6s linear, opacity .4s ease; }
    .mobile-bg1 line:nth-child(1) {
      transform: translate(-70%, -30%); }
    .mobile-bg1 line:nth-child(3) {
      transform: translate(78%, 20%); }
  .mobile-bg1.collapsed {
    z-index: 9999; }
    .mobile-bg1.collapsed line {
      stroke-width: 200%;
      opacity: 1;
      transition: stroke-width .8s ease-in-out, opacity .4s ease; }

.main-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999; }
  .main-nav ul {
    padding: 0;
    margin: 0; }
  .main-nav li {
    list-style: none;
    position: relative;
    opacity: 1;
    top: 0;
    transition: all .8s ease-in-out; }
    .main-nav li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      font-size: 24px;
      font-weight: 300;
      padding: 5px 10px;
      transition: color .5s ease; }
  .main-nav.collapsed {
    display: none; }
    .main-nav.collapsed li {
      opacity: 0;
      top: 10px;
      transition: all .8s ease-in-out; }
  @media (min-width: 992px) {
    .main-nav {
      position: relative;
      top: 0;
      height: 100%;
      justify-content: flex-end; }
      .main-nav ul {
        margin: 0; }
      .main-nav li {
        display: inline-block; }
        .main-nav li a {
          font-size: 16px; }
      .main-nav.collapsed {
        display: flex; }
        .main-nav.collapsed li {
          opacity: 1;
          top: 0; } }

.intro {
  padding-bottom: 30px;
  background-color: #1E1E1E;
  position: relative;
  background: url("../svg/intro_mobile_background_right.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 122px;
  overflow: hidden; }
  .intro .main-title {
    max-width: 80%; }
    .intro .main-title h1.glitch1 {
      text-transform: uppercase;
      margin: 105px 0 65px;
      font-size: 60px;
      line-height: 75px;
      letter-spacing: .025em;
      display: inline-block;
      width: 578px;
      max-width: 100%;
      background: transparent; }
      .intro .main-title h1.glitch1::before, .intro .main-title h1.glitch1::after {
        opacity: 0; }
    .intro .main-title svg {
      max-width: 100%; }
  .intro .main-content div:nth-child(1) p {
    padding: 45px 0;
    color: #6DCE47;
    min-width: 195px;
    letter-spacing: .025em;
    font-size: 24px;
    line-height: 29px;
    margin: 0; }
  .intro .main-content div:nth-child(2) p:first-of-type {
    margin-top: 55px; }
  .intro #introLines {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  .intro .intro-title-lines {
    width: 75px;
    height: 1px;
    background-color: #ffffff; }
  .intro .intro-background-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .intro .intro-background-container .intro-background-left {
      position: absolute;
      bottom: 0px;
      left: 0; }
    .intro .intro-background-container .intro-background-right {
      position: absolute;
      bottom: 0;
      right: 0; }

@media (min-width: 768px) {
  .intro {
    background-image: none;
    padding-bottom: 60px; }
    .intro .title-container {
      text-align: center; }
    .intro .main-title {
      max-width: 100%;
      margin: 60px 0; }
      .intro .main-title h1.glitch {
        text-align: center;
        margin: 120px 0 60px;
        color: white;
        position: relative; }
  @keyframes KNOW-THE-TRUTH-anim-1 {
    0% {
      clip: rect(61px, 578px, 26px, 0); }
    2.22222% {
      clip: rect(5px, 578px, 67px, 0); }
    4.44444% {
      clip: rect(22px, 578px, 67px, 0); }
    6.66667% {
      clip: rect(56px, 578px, 33px, 0); }
    8.88889% {
      clip: rect(44px, 578px, 70px, 0); }
    11.11111% {
      clip: rect(54px, 578px, 8px, 0); }
    13.33333% {
      clip: rect(15px, 578px, 55px, 0); }
    15.55556% {
      clip: rect(66px, 578px, 19px, 0); }
    17.77778% {
      clip: rect(17px, 578px, 1px, 0); }
    20% {
      clip: rect(66px, 578px, 27px, 0); }
    22.22222% {
      clip: rect(44px, 578px, 46px, 0); }
    24.44444% {
      clip: rect(13px, 578px, 35px, 0); }
    26.66667% {
      clip: rect(63px, 578px, 18px, 0); }
    28.88889% {
      clip: rect(23px, 578px, 38px, 0); }
    31.11111% {
      clip: rect(35px, 578px, 65px, 0); }
    33.33333% {
      clip: rect(1px, 578px, 64px, 0); }
    35.55556% {
      clip: rect(29px, 578px, 75px, 0); }
    37.77778% {
      clip: rect(14px, 578px, 68px, 0); }
    40% {
      clip: rect(25px, 578px, 41px, 0); }
    42.22222% {
      clip: rect(40px, 578px, 24px, 0); }
    44.44444% {
      clip: rect(47px, 578px, 24px, 0); }
    46.66667% {
      clip: rect(21px, 578px, 4px, 0); }
    48.88889% {
      clip: rect(65px, 578px, 20px, 0); }
    51.11111% {
      clip: rect(17px, 578px, 54px, 0); }
    53.33333% {
      clip: rect(48px, 578px, 11px, 0); }
    55.55556% {
      clip: rect(61px, 578px, 71px, 0); }
    57.77778% {
      clip: rect(22px, 578px, 21px, 0); }
    60% {
      clip: rect(6px, 578px, 25px, 0); }
    62.22222% {
      clip: rect(43px, 578px, 10px, 0); }
    64.44444% {
      clip: rect(18px, 578px, 47px, 0); }
    66.66667% {
      clip: rect(41px, 578px, 60px, 0); }
    68.88889% {
      clip: rect(8px, 578px, 46px, 0); }
    71.11111% {
      clip: rect(58px, 578px, 50px, 0); }
    73.33333% {
      clip: rect(64px, 578px, 9px, 0); }
    75.55556% {
      clip: rect(74px, 578px, 42px, 0); }
    77.77778% {
      clip: rect(73px, 578px, 57px, 0); }
    80% {
      clip: rect(32px, 578px, 59px, 0); }
    82.22222% {
      clip: rect(45px, 578px, 36px, 0); }
    84.44444% {
      clip: rect(58px, 578px, 57px, 0); }
    86.66667% {
      clip: rect(59px, 578px, 28px, 0); }
    88.88889% {
      clip: rect(42px, 578px, 54px, 0); }
    91.11111% {
      clip: rect(42px, 578px, 45px, 0); }
    93.33333% {
      clip: rect(38px, 578px, 53px, 0); }
    95.55556% {
      clip: rect(57px, 578px, 72px, 0); }
    97.77778% {
      clip: rect(46px, 578px, 17px, 0); }
    100% {
      clip: rect(41px, 578px, 24px, 0); } }
  @keyframes KNOW-THE-TRUTH-anim-2 {
    0% {
      clip: rect(61px, 578px, 41px, 0); }
    2.22222% {
      clip: rect(23px, 578px, 72px, 0); }
    4.44444% {
      clip: rect(44px, 578px, 21px, 0); }
    6.66667% {
      clip: rect(32px, 578px, 47px, 0); }
    8.88889% {
      clip: rect(41px, 578px, 55px, 0); }
    11.11111% {
      clip: rect(7px, 578px, 19px, 0); }
    13.33333% {
      clip: rect(5px, 578px, 8px, 0); }
    15.55556% {
      clip: rect(57px, 578px, 44px, 0); }
    17.77778% {
      clip: rect(59px, 578px, 33px, 0); }
    20% {
      clip: rect(24px, 578px, 20px, 0); }
    22.22222% {
      clip: rect(58px, 578px, 16px, 0); }
    24.44444% {
      clip: rect(73px, 578px, 67px, 0); }
    26.66667% {
      clip: rect(75px, 578px, 15px, 0); }
    28.88889% {
      clip: rect(13px, 578px, 23px, 0); }
    31.11111% {
      clip: rect(10px, 578px, 45px, 0); }
    33.33333% {
      clip: rect(26px, 578px, 7px, 0); }
    35.55556% {
      clip: rect(55px, 578px, 32px, 0); }
    37.77778% {
      clip: rect(24px, 578px, 72px, 0); }
    40% {
      clip: rect(23px, 578px, 43px, 0); }
    42.22222% {
      clip: rect(34px, 578px, 25px, 0); }
    44.44444% {
      clip: rect(22px, 578px, 37px, 0); }
    46.66667% {
      clip: rect(39px, 578px, 7px, 0); }
    48.88889% {
      clip: rect(63px, 578px, 64px, 0); }
    51.11111% {
      clip: rect(33px, 578px, 75px, 0); }
    53.33333% {
      clip: rect(66px, 578px, 63px, 0); }
    55.55556% {
      clip: rect(48px, 578px, 60px, 0); }
    57.77778% {
      clip: rect(71px, 578px, 28px, 0); }
    60% {
      clip: rect(23px, 578px, 2px, 0); }
    62.22222% {
      clip: rect(59px, 578px, 64px, 0); }
    64.44444% {
      clip: rect(41px, 578px, 42px, 0); }
    66.66667% {
      clip: rect(71px, 578px, 67px, 0); }
    68.88889% {
      clip: rect(11px, 578px, 21px, 0); }
    71.11111% {
      clip: rect(66px, 578px, 11px, 0); }
    73.33333% {
      clip: rect(65px, 578px, 5px, 0); }
    75.55556% {
      clip: rect(10px, 578px, 27px, 0); }
    77.77778% {
      clip: rect(44px, 578px, 3px, 0); }
    80% {
      clip: rect(45px, 578px, 55px, 0); }
    82.22222% {
      clip: rect(2px, 578px, 68px, 0); }
    84.44444% {
      clip: rect(23px, 578px, 17px, 0); }
    86.66667% {
      clip: rect(30px, 578px, 73px, 0); }
    88.88889% {
      clip: rect(33px, 578px, 64px, 0); }
    91.11111% {
      clip: rect(6px, 578px, 40px, 0); }
    93.33333% {
      clip: rect(71px, 578px, 46px, 0); }
    95.55556% {
      clip: rect(21px, 578px, 67px, 0); }
    97.77778% {
      clip: rect(4px, 578px, 18px, 0); }
    100% {
      clip: rect(57px, 578px, 71px, 0); } }
        .intro .main-title h1.glitch:before, .intro .main-title h1.glitch:after {
          content: attr(data-text);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: transparent;
          clip: rect(0, 0, 0, 0); }
        .intro .main-title h1.glitch:after {
          left: 2px;
          text-shadow: -1px 0 #64BD41;
          animation: KNOW-THE-TRUTH-anim-1 2s infinite linear alternate-reverse; }
        .intro .main-title h1.glitch:before {
          left: -2px;
          text-shadow: 2px 0 #70cddd;
          animation: KNOW-THE-TRUTH-anim-2 3s infinite linear alternate-reverse; }
        .intro .main-title h1.glitch::before, .intro .main-title h1.glitch::after {
          opacity: .8; }
    .intro .main-content div:nth-child(1) p {
      border-top: none;
      font-size: 38px;
      font-weight: 200;
      padding-top: 0;
      line-height: 57px; }
    .intro .main-content div:nth-child(2) p:first-of-type {
      margin-top: 20px; }
    .intro .main-content .desktop-cta {
      margin-top: 79px;
      background: #6DCE47;
      padding: 15px 20px; }
      .intro .main-content .desktop-cta a {
        text-decoration: none;
        color: #fff; }
      .intro .main-content .desktop-cta span {
        display: block; }
      .intro .main-content .desktop-cta h2 {
        margin: 0; }
    .intro .intro-title-lines {
      width: 228px; } }
@media (min-width: 992px) {
  .intro .main-title h1.glitch {
    font-size: 70px;
    width: 662px;
    margin: 140px 0 80px;
    color: white;
    position: relative; }
  @keyframes KNOW-THE-TRUTH-anim-1 {
    0% {
      clip: rect(33px, 662px, 62px, 0); }
    2.22222% {
      clip: rect(43px, 662px, 71px, 0); }
    4.44444% {
      clip: rect(28px, 662px, 67px, 0); }
    6.66667% {
      clip: rect(33px, 662px, 61px, 0); }
    8.88889% {
      clip: rect(30px, 662px, 40px, 0); }
    11.11111% {
      clip: rect(28px, 662px, 17px, 0); }
    13.33333% {
      clip: rect(14px, 662px, 52px, 0); }
    15.55556% {
      clip: rect(7px, 662px, 3px, 0); }
    17.77778% {
      clip: rect(48px, 662px, 5px, 0); }
    20% {
      clip: rect(15px, 662px, 57px, 0); }
    22.22222% {
      clip: rect(46px, 662px, 23px, 0); }
    24.44444% {
      clip: rect(15px, 662px, 45px, 0); }
    26.66667% {
      clip: rect(72px, 662px, 34px, 0); }
    28.88889% {
      clip: rect(15px, 662px, 24px, 0); }
    31.11111% {
      clip: rect(16px, 662px, 58px, 0); }
    33.33333% {
      clip: rect(30px, 662px, 11px, 0); }
    35.55556% {
      clip: rect(43px, 662px, 10px, 0); }
    37.77778% {
      clip: rect(21px, 662px, 20px, 0); }
    40% {
      clip: rect(12px, 662px, 69px, 0); }
    42.22222% {
      clip: rect(68px, 662px, 58px, 0); }
    44.44444% {
      clip: rect(49px, 662px, 74px, 0); }
    46.66667% {
      clip: rect(75px, 662px, 19px, 0); }
    48.88889% {
      clip: rect(4px, 662px, 13px, 0); }
    51.11111% {
      clip: rect(70px, 662px, 54px, 0); }
    53.33333% {
      clip: rect(68px, 662px, 18px, 0); }
    55.55556% {
      clip: rect(30px, 662px, 18px, 0); }
    57.77778% {
      clip: rect(45px, 662px, 27px, 0); }
    60% {
      clip: rect(27px, 662px, 41px, 0); }
    62.22222% {
      clip: rect(70px, 662px, 49px, 0); }
    64.44444% {
      clip: rect(51px, 662px, 35px, 0); }
    66.66667% {
      clip: rect(36px, 662px, 37px, 0); }
    68.88889% {
      clip: rect(63px, 662px, 69px, 0); }
    71.11111% {
      clip: rect(56px, 662px, 51px, 0); }
    73.33333% {
      clip: rect(45px, 662px, 73px, 0); }
    75.55556% {
      clip: rect(61px, 662px, 56px, 0); }
    77.77778% {
      clip: rect(29px, 662px, 23px, 0); }
    80% {
      clip: rect(11px, 662px, 50px, 0); }
    82.22222% {
      clip: rect(44px, 662px, 24px, 0); }
    84.44444% {
      clip: rect(25px, 662px, 31px, 0); }
    86.66667% {
      clip: rect(18px, 662px, 11px, 0); }
    88.88889% {
      clip: rect(71px, 662px, 25px, 0); }
    91.11111% {
      clip: rect(34px, 662px, 38px, 0); }
    93.33333% {
      clip: rect(9px, 662px, 13px, 0); }
    95.55556% {
      clip: rect(75px, 662px, 70px, 0); }
    97.77778% {
      clip: rect(56px, 662px, 15px, 0); }
    100% {
      clip: rect(4px, 662px, 1px, 0); } }
  @keyframes KNOW-THE-TRUTH-anim-2 {
    0% {
      clip: rect(43px, 662px, 42px, 0); }
    2.22222% {
      clip: rect(29px, 662px, 49px, 0); }
    4.44444% {
      clip: rect(9px, 662px, 21px, 0); }
    6.66667% {
      clip: rect(57px, 662px, 13px, 0); }
    8.88889% {
      clip: rect(22px, 662px, 51px, 0); }
    11.11111% {
      clip: rect(60px, 662px, 19px, 0); }
    13.33333% {
      clip: rect(65px, 662px, 70px, 0); }
    15.55556% {
      clip: rect(42px, 662px, 24px, 0); }
    17.77778% {
      clip: rect(33px, 662px, 54px, 0); }
    20% {
      clip: rect(41px, 662px, 53px, 0); }
    22.22222% {
      clip: rect(53px, 662px, 33px, 0); }
    24.44444% {
      clip: rect(58px, 662px, 19px, 0); }
    26.66667% {
      clip: rect(55px, 662px, 46px, 0); }
    28.88889% {
      clip: rect(11px, 662px, 55px, 0); }
    31.11111% {
      clip: rect(70px, 662px, 62px, 0); }
    33.33333% {
      clip: rect(24px, 662px, 27px, 0); }
    35.55556% {
      clip: rect(58px, 662px, 11px, 0); }
    37.77778% {
      clip: rect(46px, 662px, 25px, 0); }
    40% {
      clip: rect(67px, 662px, 11px, 0); }
    42.22222% {
      clip: rect(53px, 662px, 61px, 0); }
    44.44444% {
      clip: rect(70px, 662px, 22px, 0); }
    46.66667% {
      clip: rect(55px, 662px, 51px, 0); }
    48.88889% {
      clip: rect(35px, 662px, 57px, 0); }
    51.11111% {
      clip: rect(51px, 662px, 13px, 0); }
    53.33333% {
      clip: rect(47px, 662px, 70px, 0); }
    55.55556% {
      clip: rect(28px, 662px, 2px, 0); }
    57.77778% {
      clip: rect(63px, 662px, 33px, 0); }
    60% {
      clip: rect(63px, 662px, 1px, 0); }
    62.22222% {
      clip: rect(50px, 662px, 35px, 0); }
    64.44444% {
      clip: rect(31px, 662px, 64px, 0); }
    66.66667% {
      clip: rect(23px, 662px, 52px, 0); }
    68.88889% {
      clip: rect(71px, 662px, 74px, 0); }
    71.11111% {
      clip: rect(18px, 662px, 25px, 0); }
    73.33333% {
      clip: rect(59px, 662px, 1px, 0); }
    75.55556% {
      clip: rect(1px, 662px, 67px, 0); }
    77.77778% {
      clip: rect(48px, 662px, 3px, 0); }
    80% {
      clip: rect(12px, 662px, 74px, 0); }
    82.22222% {
      clip: rect(30px, 662px, 58px, 0); }
    84.44444% {
      clip: rect(13px, 662px, 10px, 0); }
    86.66667% {
      clip: rect(67px, 662px, 39px, 0); }
    88.88889% {
      clip: rect(42px, 662px, 47px, 0); }
    91.11111% {
      clip: rect(2px, 662px, 26px, 0); }
    93.33333% {
      clip: rect(74px, 662px, 51px, 0); }
    95.55556% {
      clip: rect(19px, 662px, 22px, 0); }
    97.77778% {
      clip: rect(18px, 662px, 12px, 0); }
    100% {
      clip: rect(12px, 662px, 71px, 0); } }
    .intro .main-title h1.glitch:before, .intro .main-title h1.glitch:after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      clip: rect(0, 0, 0, 0); }
    .intro .main-title h1.glitch:after {
      left: 2px;
      text-shadow: -1px 0 #64BD41;
      animation: KNOW-THE-TRUTH-anim-1 2s infinite linear alternate-reverse; }
    .intro .main-title h1.glitch:before {
      left: -2px;
      text-shadow: 2px 0 #70cddd;
      animation: KNOW-THE-TRUTH-anim-2 3s infinite linear alternate-reverse; }
  .intro .main-content .desktop-cta {
    margin-top: 55px; } }
@media (min-width: 1200px) {
  .intro .main-title h1.glitch {
    font-size: 80px; }
  .intro .main-content div:nth-child(2) p {
    padding-right: 70px; }
  .intro .main-content .desktop-cta {
    margin-top: 55px; } }
.section-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.section-video .video-container iframe,
.section-video .video-container object,
.section-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-1 {
  background-color: #1E1E1E;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden; }
  .section-1 .copy {
    column-count: 1;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-fill: balance;
    -moz-column-fill: balance;
    column-width: 190px; }
  .section-1 .content-container {
    position: relative; }
    .section-1 .content-container .right-hand-bg {
      position: absolute;
      right: 14px;
      top: 20px; }
    .section-1 .content-container .footer-bg {
      position: absolute;
      bottom: -115px;
      left: 0; }

@media (min-width: 768px) {
  .section-1 {
    padding-bottom: 0px; }
    .section-1 .section-title {
      margin-top: 10px;
      margin-bottom: 10px; }
    .section-1 .copy {
      column-count: 2;
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      padding-bottom: 10%; }

  .content-background {
    position: relative; }
    .content-background .content-container {
      position: absolute;
      width: 100%;
      height: 100%; }
      .content-background .content-container .left-hand .left-hand-bg {
        position: absolute;
        top: 0;
        left: 0; }
      .content-background .content-container .right-hand-bg {
        position: absolute;
        top: 0;
        right: 0; } }
@media (min-width: 992px) {
  .section-1 .section-title {
    margin-top: 10%; }
  .section-1 .copy {
    padding-bottom: 25%; } }
.section-2 {
  position: relative;
  padding: 60px 0;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#1e1e1e, #203848, #1e1e1e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1e1e1e, #203848, #1e1e1e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1e1e1e, #203848, #1e1e1e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1e1e1e, #203848, #1e1e1e);
  /* Standard syntax */
  overflow: hidden; }
  .section-2 #section2LeftBumper {
    display: none; }
  .section-2 #section2RightBumper {
    display: block;
    position: absolute;
    right: 0;
    width: 23px;
    top: 221px; }
  .section-2 #computerBug {
    width: 212px;
    max-width: 265px; }
  .section-2 #backgroundDots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .section-2 .section-title {
    padding-top: 20px; }
  .section-2 .row:nth-child(2) h2 {
    margin-top: 10px;
    margin-bottom: 20px; }
  .section-2 .row:nth-child(2) p {
    margin-top: 55px; }
  .section-2 .three-step {
    margin-top: 20px;
    margin-bottom: 20px; }
    .section-2 .three-step .number-callout {
      display: inline-block; }
      .section-2 .three-step .number-callout svg {
        height: 55px; }
    .section-2 .three-step h2 {
      color: #6DCE47;
      margin-top: 15px; }
    .section-2 .three-step p {
      margin-bottom: 0px; }

@media (min-width: 768px) {
  .section-2 #section2LeftBumper {
    display: block;
    position: absolute;
    left: 0;
    width: 7px;
    top: 71px; }
  .section-2 #section2RightBumper {
    width: 24px;
    top: 340px; }
  .section-2 #computerBug {
    margin-top: 28px; }
  .section-2 .row:nth-child(2) h2 {
    margin-top: 20px; }
  .section-2 .row:nth-child(2) p {
    margin-top: 55px; } }
@media (min-width: 992px) {
  .section-2 #section2LeftBumper {
    width: 8px;
    top: 58px; }
  .section-2 #section2RightBumper {
    width: 35px;
    top: 280px; }
  .section-2 .container {
    padding-left: 30px; }
  .section-2 .row:nth-child(2) p {
    margin-top: 62px;
    padding-right: 40px; } }
@media (min-width: 1200px) {
  .section-2 #section2LeftBumper {
    width: 9px;
    top: 41px; }
  .section-2 .row:nth-child(2) p {
    padding-right: 0px; } }
.section-3 {
  padding: 60px 0;
  position: relative;
  background-color: #1E1E1E;
  overflow: hidden; }
  .section-3 #section3BackgroundTop {
    display: block;
    width: 80%;
    padding-bottom: 30px; }
  .section-3 #section3BackgroundBottom {
    display: block;
    width: 100%;
    padding-left: 40%;
    margin-top: 15px; }
  .section-3 .gradient-container {
    padding: 70px;
    background: url("../img/dna-test.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 -50px; }
    .section-3 .gradient-container #section3Dots {
      position: absolute;
      top: -10px;
      right: 30px;
      width: 40px; }
    .section-3 .gradient-container #dnaHelix {
      width: 212px;
      max-width: 265px; }
      .section-3 .gradient-container #dnaHelix svg {
        width: 100%;
        height: 100%; }
    .section-3 .gradient-container .key-elements {
      background: #222;
      padding: 40px 0; }
    .section-3 .gradient-container .element h2 {
      margin-bottom: 35px; }
    .section-3 .gradient-container .element img {
      max-width: 100%;
      height: 75px;
      border-bottom: 1px solid #00FFFF;
      padding-bottom: 20px; }
    .section-3 .gradient-container .element p {
      margin-bottom: 40px; }

@media (min-width: 768px) {
  .section-3 #section3BackgroundTop {
    padding-bottom: 20px; }
  .section-3 #section3BackgroundBottom {
    padding-left: 60%; }
  .section-3 .gradient-container {
    padding: 30px;
    margin: 0; }
    .section-3 .gradient-container #dnaHelix {
      width: 100%;
      max-width: 265px; }
    .section-3 .gradient-container .element {
      margin-top: 30px;
      margin-bottom: 0px; }
      .section-3 .gradient-container .element p {
        margin-bottom: 30px; } }
@media (min-width: 992px) {
  .section-3 #section3BackgroundTop {
    width: 65%;
    margin-top: 30px; }
  .section-3 .gradient-container {
    padding: 40px 60px; }
    .section-3 .gradient-container #section3Dots {
      right: 31px; }
    .section-3 .gradient-container #dnaHelix {
      margin-top: 20px; }
    .section-3 .gradient-container .element img {
      height: 95px;
      padding-bottom: 25px; } }
@media (min-width: 1200px) {
  .section-3 #section3BackgroundTop {
    width: 60%; }
  .section-3 .gradient-container #section3Dots {
    top: -13px;
    right: 31px;
    width: 54px; }
  .section-3 .gradient-container .section-title {
    padding-left: 20px; } }
.callout-1 {
  position: relative;
  background-color: #1E1E1E;
  padding-bottom: 0px;
  overflow: hidden; }
  .callout-1 .callout-container {
    width: 80%;
    height: 100%;
    min-height: 450px;
    margin-left: 10%;
    margin-right: 10%; }
    .callout-1 .callout-container .bg-top {
      position: relative;
      width: 100%; }
      .callout-1 .callout-container .bg-top svg {
        margin-left: -46px; }
    .callout-1 .callout-container .bg-bottom {
      position: relative;
      width: 100%; }
      .callout-1 .callout-container .bg-bottom svg {
        margin-left: -46px; }
    .callout-1 .callout-container .glitch-extra {
      display: inline; }
    .callout-1 .callout-container .callout-copy {
      position: relative;
      width: 100%;
      padding-top: 5%; }
      .callout-1 .callout-container .callout-copy h2 {
        width: 90%;
        font-size: 21px;
        margin: auto; }
      .callout-1 .callout-container .callout-copy .callout-copy-value {
        background-color: #6DCE47;
        color: #111;
        padding-left: 5px;
        padding-right: 5px; }

@media (min-width: 480px) {
  .callout-1 {
    padding-bottom: 0px; }
    .callout-1 .callout-container .bg-top {
      margin-bottom: 10%; }
    .callout-1 .callout-container .callout-copy {
      margin-bottom: 15%; }
    .callout-1 .callout-container .glitch-extra {
      display: none; }
    .callout-1 .callout-container .callout-copy h2 {
      width: 65%;
      font-size: 24px; } }
@media (min-width: 768px) {
  .callout-1 {
    padding-bottom: 8%; }
    .callout-1 .callout-container .bg-top {
      position: absolute;
      top: 0;
      right: 0; }
    .callout-1 .callout-container .bg-bottom {
      position: absolute;
      top: 50%;
      left: 0; }
    .callout-1 .callout-container .callout-copy {
      position: absolute;
      top: 25%;
      width: 95%;
      padding-top: 5%;
      left: 0; }
    .callout-1 .callout-container .glitch-extra {
      display: none; } }
.conclusion {
  padding: 0 0 60px;
  position: relative;
  background-color: #1E1E1E;
  overflow: hidden; }
  .conclusion h1 {
    font-size: 48px; }
  .conclusion p {
    max-width: 295px; }
  .conclusion .bg-left {
    position: absolute;
    top: 180px;
    padding: 0px;
    left: -138px; }
  .conclusion .conclusion-background-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .conclusion .conclusion-background-container .bg-right {
      position: absolute;
      bottom: 0;
      right: 0; }

@media (min-width: 768px) {
  p {
    margin-top: 32px; } }
@media (min-width: 992px) {
  p {
    margin-top: 52px; } }
.request-form {
  padding: 0 0 80px;
  position: relative;
  background-color: #1E1E1E; }
  .request-form h2 {
    color: #6DCE47; }
  .request-form select {
    background-image: url("../img/arrow-down-bk.png") !important; }
  .request-form .request-form-background-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .request-form .request-form-background-container .bg-left {
      position: absolute;
      top: 25%;
      left: 0; }
    .request-form .request-form-background-container .bg-right {
      position: absolute;
      top: 25%;
      right: 0; }
  .request-form .mktoForm {
    width: 100% !important; }
  .request-form .mktoLabel {
    max-width: 50px !important; }
  .request-form .request-form-box {
    background-color: #2D2D2D;
    padding-bottom: 30px; }
  .request-form .mktoForm .mktoFormCol {
    width: 50%; }
  .request-form .mktoForm .mktoFieldWrap {
    width: 100%; }
  .request-form .mktoField {
    background-color: #2D2D2D !important;
    box-shadow: none !important;
    color: #fff !important; }
  .request-form .mktoForm .mktoAsterix {
    opacity: .4; }
  .request-form input.mktoField {
    font-size: 13px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: thin solid #fff !important;
    border-right: none !important;
    color: #fff !important;
    width: calc(100% - 105px) !important;
    height: 30px !important;
    padding-left: 0 !important;
    transition: all .2s ease-in-out; }
    .request-form input.mktoField:focus {
      border: none;
      outline: none;
      padding-left: 8px !important; }
  .request-form select.mktoField {
    font-size: 13px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: thin solid #fff !important;
    border-right: none !important;
    width: 165px !important;
    color: #aeb0b6 !important; }
  .request-form textarea {
    font-size: 13px;
    border-bottom: thin solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    height: 30px !important;
    color: #fff !important;
    margin-top: 0 !important;
    width: calc(100% - 105px) !important;
    padding-left: 0 !important;
    transition: all .2s ease-in-out; }
    .request-form textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      padding-top: 4px !important; }
    .request-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      padding-top: 4px !important; }
    .request-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      padding-top: 4px !important; }
    .request-form textarea:-moz-placeholder {
      /* Firefox 18- */
      padding-top: 4px !important; }
    .request-form textarea:focus {
      border: none;
      outline: none;
      padding-left: 8px !important; }
  .request-form .mktoForm button.mktoButton {
    background: transparent !important;
    color: #6CCE46 !important;
    border: 2px solid #6CCE46 !important;
    box-shadow: none !important;
    margin-left: -55px !important;
    padding: 8px 15px;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s ease; }
    .request-form .mktoForm button.mktoButton:hover {
      background: #6CCE46 !important;
      color: #fff !important; }
  @media only screen and (max-width: 560px) {
    .request-form .mktoForm .mktoFormCol {
      width: 100%; }
    .request-form .mktoForm .mktoRequiredField label.mktoLabel {
      max-width: 30px !important;
      padding-top: 12px;
      width: 20px !important; }
    .request-form input.mktoField, .request-form select.mktoField, .request-form textarea {
      font-size: 13px !important;
      clear: none !important;
      width: calc(100% - 30px) !important;
      margin-bottom: 18px !important; }
    .request-form .mktoButtonWrap.mktoNative {
      margin-left: 75px !important; } }

@media (min-width: 768px) {
  .request-form h2 {
    color: #6DCE47;
    margin-left: 54px;
    margin-bottom: 60px;
    margin-top: 36px; } }
.footer {
  padding: 0 0 80px;
  position: relative;
  background-color: #1E1E1E; }
  .footer .footer-background-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .footer .footer-background-container .bg-left {
      position: absolute;
      top: 5%;
      left: 0; }
    .footer .footer-background-container .bg-right {
      position: absolute;
      top: 5%;
      right: 0; }
  .footer #cylanceLogo {
    width: 200px;
    margin: 0 auto 20px; }
  .footer #c5Logo {
    width: 107px;
    margin: auto; }

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