/* Vertically aligned content

When content is vertically aligned, often times the copy margin is off; these variables correct this issue.

*/
@media (max-width: 991px) {
  p {
    font-size: 16px; } }
#homepage #bifurcated section#hero .panel#mb-for-home.hovered, #homepage #bifurcated section#hero .panel#mb-for-business.hovered {
  width: 75vw; }
  #homepage #bifurcated section#hero .panel#mb-for-home.hovered p, #homepage #bifurcated section#hero .panel#mb-for-business.hovered p {
    max-width: none; }
  @media (max-width: 1275px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered, #homepage #bifurcated section#hero .panel#mb-for-business.hovered {
      width: 85vw; } }
  @media (min-width: 2000px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered, #homepage #bifurcated section#hero .panel#mb-for-business.hovered {
      width: 60vw; } }
  @media (max-width: 991px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered, #homepage #bifurcated section#hero .panel#mb-for-business.hovered {
      width: 100vw; } }

#homepage #bifurcated section#hero .panel#mb-for-home.hovered ~ #mb-for-business, #homepage #bifurcated section#hero .panel#mb-for-business.hovered ~ #mb-for-home {
  width: 25vw;
  opacity: .5 !important; }
  #homepage #bifurcated section#hero .panel#mb-for-home.hovered ~ #mb-for-business p, #homepage #bifurcated section#hero .panel#mb-for-business.hovered ~ #mb-for-home p {
    max-width: 560px; }
  @media (max-width: 1275px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered ~ #mb-for-business, #homepage #bifurcated section#hero .panel#mb-for-business.hovered ~ #mb-for-home {
      width: 15vw; } }
  @media (max-width: 991px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered ~ #mb-for-business, #homepage #bifurcated section#hero .panel#mb-for-business.hovered ~ #mb-for-home {
      width: 100vw;
      opacity: 1 !important; } }
  @media (min-width: 2000px) {
    #homepage #bifurcated section#hero .panel#mb-for-home.hovered ~ #mb-for-business, #homepage #bifurcated section#hero .panel#mb-for-business.hovered ~ #mb-for-home {
      width: 40vw; } }

@media (max-width: 991px) {
  #homepage #bifurcated section#features .row#smart div[class*="col-"] img, #homepage #bifurcated section#features .row#clean div[class*="col-"] img, #homepage #bifurcated section#features .row#attacks div[class*="col-"] img {
    display: none;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 768px) {
  #homepage #bifurcated section#features .row#smart div[class*="col-"], #homepage #bifurcated section#features .row#clean div[class*="col-"], #homepage #bifurcated section#features .row#attacks div[class*="col-"] {
    position: relative;
    height: 200px; }
    #homepage #bifurcated section#features .row#smart div[class*="col-"] img, #homepage #bifurcated section#features .row#clean div[class*="col-"] img, #homepage #bifurcated section#features .row#attacks div[class*="col-"] img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }
@media (max-width: 767px) {
  #homepage #bifurcated section#features .row#smart div[class*="col-"], #homepage #bifurcated section#features .row#clean div[class*="col-"], #homepage #bifurcated section#features .row#attacks div[class*="col-"] {
    height: 100%; }
    #homepage #bifurcated section#features .row#smart div[class*="col-"] img, #homepage #bifurcated section#features .row#clean div[class*="col-"] img, #homepage #bifurcated section#features .row#attacks div[class*="col-"] img {
      display: none;
      position: inherit;
      top: inherit;
      transform: inherit;
      margin-bottom: 30px; } }

body, html {
  width: 100vw;
  overflow-x: hidden; }

#homepage {
  /* CTA button styles */ }
  #homepage #bifurcated section#hero {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0;
    min-height: 720px;
    height: 70vh;
    position: relative;
    max-height: none; }
    @media (max-width: 991px) {
      #homepage #bifurcated section#hero {
        display: block;
        height: auto;
        max-height: none;
        padding-top: 70px !important; } }
    @media (max-width: 767px) {
      #homepage #bifurcated section#hero {
        padding-top: 0px !important; } }
    #homepage #bifurcated section#hero.hovered .panel {
      z-index: 10; }
    #homepage #bifurcated section#hero .panel {
      width: 50vw;
      height: 100%;
      padding: 84px 3% 3% 3%;
      position: absolute;
      z-index: 10;
      opacity: 1;
      top: 0;
      transition: all .5s ease-in-out; }
      #homepage #bifurcated section#hero .panel .mac-content, #homepage #bifurcated section#hero .panel .windows-content {
        display: none; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#hero .panel {
          position: static;
          width: 100vw;
          top: 70px;
          display: block;
          float: left;
          margin-top: 0;
          margin-bottom: 0; }
          #homepage #bifurcated section#hero .panel p {
            font-size: 16px;
            line-height: 1.5; }
          #homepage #bifurcated section#hero .panel h2 {
            font-size: 40px !important; } }
      @media (max-width: 767px) {
        #homepage #bifurcated section#hero .panel {
          padding-top: 40px; } }
      #homepage #bifurcated section#hero .panel .arrow {
        position: absolute;
        z-index: 100;
        background-color: #14245A;
        border-radius: 100%;
        width: 64px;
        height: 64px;
        text-align: center;
        padding-top: 20px;
        transition: .25s left ease-in-out;
        top: 45%; }
        @media (max-width: 991px) {
          #homepage #bifurcated section#hero .panel .arrow {
            display: none; } }
      #homepage #bifurcated section#hero .panel.hovered .cta-container {
        opacity: 1; }
      #homepage #bifurcated section#hero .panel.hovered .fadetoggle {
        opacity: 1; }
      #homepage #bifurcated section#hero .panel.hovered .explore-btn p {
        opacity: 0;
        height: 200px;
        width: 200px;
        border-radius: 100px;
        padding-top: 80px; }
      #homepage #bifurcated section#hero .panel .cta-container {
        transition: opacity .25s ease-in-out;
        opacity: 0;
        width: 75vw; }
        #homepage #bifurcated section#hero .panel .cta-container .cta-module {
          position: relative;
          display: block;
          float: left;
          width: 257px;
          height: 340px;
          background-color: #fff;
          text-align: center;
          text-decoration: none !important;
          padding: 35px 10px;
          margin-right: 30px;
          margin-top: 10px; }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module img {
            height: 55px;
            width: auto; }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module:last-child {
            margin-right: 0 !important; }
            @media (max-width: 590px) {
              #homepage #bifurcated section#hero .panel .cta-container .cta-module:last-child {
                margin-right: auto !important; } }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module p {
            color: #414042 !important;
            width: auto;
            text-align: center; }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module p.title {
            font-size: 22px;
            color: #101D42;
            font-weight: 500; }
            #homepage #bifurcated section#hero .panel .cta-container .cta-module p.title a {
              color: #101D42 !important; }
            @media (max-width: 991px) {
              #homepage #bifurcated section#hero .panel .cta-container .cta-module p.title {
                font-size: 21px; } }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module .cta-button-container {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
            padding: 0px 20px;
            font-weight: 400;
            font-size: 18px;
            box-sizing: border-box; }
            @media (max-width: 590px) {
              #homepage #bifurcated section#hero .panel .cta-container .cta-module .cta-button-container {
                position: static; } }
          #homepage #bifurcated section#hero .panel .cta-container .cta-module a {
            margin-bottom: 10px; }
          @media (min-width: 992px) {
            #homepage #bifurcated section#hero .panel .cta-container .cta-module {
              display: none; } }
          @media (max-width: 767px) {
            #homepage #bifurcated section#hero .panel .cta-container .cta-module {
              margin-bottom: 25px; } }
          @media (max-width: 590px) {
            #homepage #bifurcated section#hero .panel .cta-container .cta-module {
              height: auto;
              width: 75% !important;
              margin-right: auto;
              margin-left: auto;
              float: none; } }
        @media (max-width: 991px) {
          #homepage #bifurcated section#hero .panel .cta-container {
            width: 100vw;
            opacity: 1;
            display: block; } }
        @media (max-width: 590px) {
          #homepage #bifurcated section#hero .panel .cta-container {
            width: 90vw; } }
      #homepage #bifurcated section#hero .panel#mb-for-home {
        background-color: #1b2e70;
        background-image: url(/images/homepage/exp164/for-home-bg.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-position-x: 110%;
        background-size: 590px;
        left: 0; }
        #homepage #bifurcated section#hero .panel#mb-for-home * {
          color: #fff; }
        #homepage #bifurcated section#hero .panel#mb-for-home a {
          color: #4A90E2;
          text-decoration: underline;
          font-weight: 500; }
        @media (min-width: 1201px) {
          #homepage #bifurcated section#hero .panel#mb-for-home .explore-btn {
            margin-top: 37px; } }
        #homepage #bifurcated section#hero .panel#mb-for-home .arrow {
          right: -34px; }
        #homepage #bifurcated section#hero .panel#mb-for-home #ribbon {
          right: 0; }
          @media (max-width: 991px) {
            #homepage #bifurcated section#hero .panel#mb-for-home #ribbon {
              right: auto; } }
          @media (max-width: 768px) {
            #homepage #bifurcated section#hero .panel#mb-for-home #ribbon {
              top: 130px; } }
          @media (max-width: 767px) {
            #homepage #bifurcated section#hero .panel#mb-for-home #ribbon {
              margin-left: auto;
              top: -35px; } }
          @media (max-width: 480px) {
            #homepage #bifurcated section#hero .panel#mb-for-home #ribbon {
              top: 0; } }
        #homepage #bifurcated section#hero .panel#mb-for-home.hovered #ribbon {
          margin-left: 270px;
          right: auto; }
          @media (max-width: 1199px) {
            #homepage #bifurcated section#hero .panel#mb-for-home.hovered #ribbon {
              margin-left: 90px; } }
        #homepage #bifurcated section#hero .panel#mb-for-home.hovered .explore-btn {
          margin-top: 0; }
        @media (max-width: 767px) {
          #homepage #bifurcated section#hero .panel#mb-for-home.blackfriday {
            padding-top: 70px; } }
        @media (max-width: 480px) {
          #homepage #bifurcated section#hero .panel#mb-for-home.blackfriday {
            padding-top: 105px; } }
      #homepage #bifurcated section#hero .panel#mb-for-business {
        background-color: #f6fbff;
        background-image: url(/images/homepage/exp164/for-business-bg.jpg);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        right: 0; }
        #homepage #bifurcated section#hero .panel#mb-for-business * {
          color: #414042; }
        #homepage #bifurcated section#hero .panel#mb-for-business a {
          color: #4A90E2;
          text-decoration: underline;
          font-weight: 500; }
        #homepage #bifurcated section#hero .panel#mb-for-business .arrow {
          left: -32px; }
        #homepage #bifurcated section#hero .panel#mb-for-business .cta-module {
          height: 350px;
          width: 257px;
          overflow: hidden; }
          @media (max-width: 1199px) {
            #homepage #bifurcated section#hero .panel#mb-for-business .cta-module {
              margin-right: 30px; } }
          @media (max-width: 590px) {
            #homepage #bifurcated section#hero .panel#mb-for-business .cta-module {
              height: auto;
              margin-right: auto !important; }
              #homepage #bifurcated section#hero .panel#mb-for-business .cta-module .line-break {
                display: none; } }
      #homepage #bifurcated section#hero .panel.inactive {
        opacity: .5;
        transition: all .5s ease-in-out; }
        #homepage #bifurcated section#hero .panel.inactive .explore-btn p {
          padding: 0px;
          border-radius: 100px;
          width: 200px;
          height: 200px;
          box-sizing: border-box;
          padding-top: 89px;
          z-index: 99;
          font-size: 33px; }
    #homepage #bifurcated section#hero h2 {
      line-height: 30px;
      margin-left: -4px;
      margin-bottom: 5px; }
      #homepage #bifurcated section#hero h2 span {
        font-size: 18px;
        margin-left: 4px; }
    #homepage #bifurcated section#hero h2, #homepage #bifurcated section#hero p {
      max-width: 560px;
      width: 50vw; }
      @media (max-width: 1200px) {
        #homepage #bifurcated section#hero h2, #homepage #bifurcated section#hero p {
          width: 42vw; } }
      @media (max-width: 767px) {
        #homepage #bifurcated section#hero h2, #homepage #bifurcated section#hero p {
          max-width: none;
          width: auto; } }
    #homepage #bifurcated section#hero .explore-btn {
      display: block;
      position: relative;
      width: 248px;
      height: 98px;
      padding: 24px;
      box-sizing: border-box;
      left: -24px;
      margin-bottom: -100px; }
      #homepage #bifurcated section#hero .explore-btn p {
        position: absolute;
        opacity: 1;
        z-index: 0;
        width: 224px;
        display: block;
        padding: 14px;
        text-align: center;
        color: #fff !important;
        font-size: 20px;
        background-color: rgba(140, 150, 181, 0.4);
        top: 0px;
        transition: all 0.35s ease-in-out; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#hero .explore-btn {
          display: none; } }
  #homepage #bifurcated section#tech-shop-banner {
    background-color: #011638;
    padding: 30px 0px 10px 0; }
    #homepage #bifurcated section#tech-shop-banner h2 {
      font-size: 50px;
      color: #fff;
      margin-bottom: 0;
      display: inline-block; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#tech-shop-banner h2 {
          font-size: 34px; } }
      @media (max-width: 480px) {
        #homepage #bifurcated section#tech-shop-banner h2 {
          font-size: 24px; } }
    #homepage #bifurcated section#tech-shop-banner p {
      color: #fff;
      line-height: 1.7em;
      vertical-align: middle;
      display: inline-block; }
    #homepage #bifurcated section#tech-shop-banner .vert-center {
      display: inline-block;
      align-items: center;
      height: 160px;
      line-height: 160px; }
      #homepage #bifurcated section#tech-shop-banner .vert-center .cta-wrap {
        width: 100%;
        line-height: 1.1em;
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 767px) {
        #homepage #bifurcated section#tech-shop-banner .vert-center {
          height: 100%;
          display: block;
          line-height: normal; }
          #homepage #bifurcated section#tech-shop-banner .vert-center .cta-wrap {
            padding-top: 10px; } }
    #homepage #bifurcated section#tech-shop-banner a.learnmore {
      color: #aaceee;
      text-decoration: underline;
      font-size: 18px;
      display: block;
      font-weight: 500; }
      #homepage #bifurcated section#tech-shop-banner a.learnmore:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      #homepage #bifurcated section#tech-shop-banner {
        text-align: center; } }
  #homepage #bifurcated section#features {
    background-color: #F5F9FC; }
    #homepage #bifurcated section#features h3 {
      color: #101D42;
      font-size: 45px;
      font-weight: 300;
      line-height: 1.0em; }
      @media (max-width: 1200px) {
        #homepage #bifurcated section#features h3 {
          font-size: 35px; } }
      @media (max-width: 991px) {
        #homepage #bifurcated section#features h3 {
          font-size: 24px;
          margin-bottom: 0;
          font-weight: 300 !important; } }
    #homepage #bifurcated section#features .row {
      padding: 6% 0;
      display: flex; }
      @media (max-width: 1200px) {
        #homepage #bifurcated section#features .row {
          padding: 4% 0; } }
      @media (max-width: 991px) {
        #homepage #bifurcated section#features .row {
          padding: 10px 0; } }
      @media (max-width: 767px) {
        #homepage #bifurcated section#features .row {
          display: block; } }
      #homepage #bifurcated section#features .row img {
        transition: all .5s ease-in-out;
        transform: scale(1); }
        #homepage #bifurcated section#features .row img.start-animation {
          transform: scale(0.5) !important;
          transition: all .5s ease-in-out; }
        #homepage #bifurcated section#features .row img.mid-animation {
          transform: scale(1.2);
          transition: all .5s ease-in-out; }
        @media (max-width: 767px) {
          #homepage #bifurcated section#features .row img {
            margin: 0 auto 30px auto; } }
    #homepage #bifurcated section#features .row#smart .smart01 {
      position: absolute;
      left: 30px;
      z-index: 1;
      top: 100px;
      display: block;
      width: 172px; }
    #homepage #bifurcated section#features .row#smart .smart02 {
      position: absolute;
      z-index: 0;
      left: 29%;
      top: 0;
      width: 227px;
      height: auto; }
    #homepage #bifurcated section#features .row#smart .smart03 {
      position: absolute;
      right: 20px;
      z-index: 1;
      top: 30px;
      width: 172px; }
    #homepage #bifurcated section#features .row#clean .clean01 {
      position: absolute;
      z-index: 3;
      top: 70px;
      left: 85px; }
    #homepage #bifurcated section#features .row#clean .clean02 {
      top: 0;
      position: absolute;
      left: 140px;
      z-index: 2; }
    #homepage #bifurcated section#features .row#clean .clean03 {
      position: absolute;
      top: 30px;
      right: 60px;
      z-index: 5; }
    #homepage #bifurcated section#features .row#clean .clean04 {
      position: absolute;
      top: 150px;
      z-index: 0;
      width: 95%; }
      #homepage #bifurcated section#features .row#clean .clean04.start-animation {
        top: 330px !important; }
    #homepage #bifurcated section#features .row#attacks {
      padding-top: 11%; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#features .row#attacks {
          padding-top: 20px; } }
  #homepage #bifurcated section#bigger-data {
    border-bottom: 0; }
    #homepage #bifurcated section#bigger-data h2 {
      font-weight: 100;
      font-size: 50px; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#bigger-data h2 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        #homepage #bifurcated section#bigger-data h2 {
          font-size: 28px; } }
    #homepage #bifurcated section#bigger-data .protect-wrap .module {
      position: relative;
      top: 0;
      transition: all .25s ease-in-out;
      opacity: 1;
      left: -5px; }
      #homepage #bifurcated section#bigger-data .protect-wrap .module img {
        height: 100px;
        width: auto; }
      #homepage #bifurcated section#bigger-data .protect-wrap .module.start-animation {
        top: 130px;
        transition: all .25s ease-in-out;
        opacity: 0; }
    @media (min-width: 768px) {
      #homepage #bifurcated section#bigger-data .protect-wrap {
        width: 33%; } }
    @media (min-width: 992px) {
      #homepage #bifurcated section#bigger-data .protect-wrap {
        padding-left: 70px;
        padding-right: 70px; } }
    @media (max-width: 767px) {
      #homepage #bifurcated section#bigger-data .protect-wrap {
        width: 50%;
        height: 236px; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(even) {
          top: 150px;
          float: right; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(odd) {
          float: left; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(3) {
          top: 50px; }
        #homepage #bifurcated section#bigger-data .protect-wrap .module p {
          font-size: 16px;
          width: 80%; } }
    @media (max-width: 480px) {
      #homepage #bifurcated section#bigger-data .protect-wrap {
        width: 80%;
        height: 200px; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(even) {
          top: 0px;
          float: none; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(odd) {
          float: none; }
        #homepage #bifurcated section#bigger-data .protect-wrap:nth-child(3) {
          top: 0; }
        #homepage #bifurcated section#bigger-data .protect-wrap .module p {
          width: 100%; } }
  #homepage #bifurcated #divider {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0; }
    #homepage #bifurcated #divider .container {
      height: 0; }
      #homepage #bifurcated #divider .container .divider {
        border: 1px solid #979797;
        width: 80%; }
  #homepage #bifurcated section#tech-genius h2 {
    font-weight: 100;
    font-size: 33px; }
    @media (max-width: 767px) {
      #homepage #bifurcated section#tech-genius h2 {
        font-size: 20px;
        margin-bottom: 0; } }
  #homepage #bifurcated section#tech-genius .award-logo-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    #homepage #bifurcated section#tech-genius .award-logo-wrap .logo-col {
      padding: 0;
      height: 115px; }
    #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap {
      margin: 0;
      display: inline;
      float: left;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap img {
        display: block;
        margin: 0 auto;
        height: auto;
        width: inherit; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.avtest {
        width: 48px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
        width: 66px;
        margin-left: 112px;
        margin-right: 112px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.opswat {
        width: 104px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
        width: 80px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
        width: 120px;
        margin-left: 112px;
        margin-right: 112px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
        width: 121px; }
    @media (max-width: 1199px) {
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.avtest {
        width: 40px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
        width: 54px;
        margin-left: 94px;
        margin-right: 94px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.opswat {
        width: 86px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
        width: 70px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
        width: 105px;
        margin-left: 94px;
        margin-right: 94px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
        width: 95px; } }
    @media (max-width: 991px) {
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
        margin-left: 62px;
        margin-right: 62px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
        width: 60px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
        width: 90px;
        margin-left: 62px;
        margin-right: 62px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
        width: 80px; } }
    @media (max-width: 768px) {
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap {
        margin: 10px 15px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap .logo-col {
          height: 75px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.avtest {
          width: 31px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
          width: 42px;
          margin-left: 55px;
          margin-right: 55px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.opswat {
          width: 67px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
          width: 50px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
          width: 80px;
          margin-left: 45px;
          margin-right: 45px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
          width: 75px; } }
    @media (max-width: 767px) {
      #homepage #bifurcated section#tech-genius .award-logo-wrap {
        display: inline-block; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .logo-col {
          text-align: center;
          display: inline-block;
          float: none;
          width: inherit;
          height: 85px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap {
          float: left;
          margin: 10px 35px;
          height: 80px;
          position: relative; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap img {
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.avtest {
            width: 31px; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
            width: 42px; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.opswat {
            width: 67px; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
            width: 70px; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
            width: 90px; }
          #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
            width: 75px; } }
    @media (max-width: 480px) {
      #homepage #bifurcated section#tech-genius .award-logo-wrap .logo-col {
        height: 70px; }
      #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap {
        margin: 10px 20px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.bbb {
          margin-left: 25px;
          margin-right: 25px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cmc {
          width: 50px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.cnet {
          width: 76px;
          margin-left: 25px;
          margin-right: 25px; }
        #homepage #bifurcated section#tech-genius .award-logo-wrap .img-wrap.download {
          width: 60px; } }
  #homepage #bifurcated section#testimonials {
    height: 760px;
    background-color: #1B2F70;
    color: #fff; }
    @media (max-width: 767px) {
      #homepage #bifurcated section#testimonials {
        height: 680px; } }
    #homepage #bifurcated section#testimonials h2 {
      font-weight: 100;
      font-size: 50px; }
      @media (max-width: 767px) {
        #homepage #bifurcated section#testimonials h2 {
          font-size: 28px; } }
    #homepage #bifurcated section#testimonials #logos .bubble {
      background-color: #fff;
      width: 116px;
      height: 116px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      transition: all .25s ease-in-out;
      opacity: 1;
      margin-top: 0; }
      #homepage #bifurcated section#testimonials #logos .bubble.active {
        width: 173px;
        height: 173px;
        box-shadow: 0px 0px 15px #fff; }
      #homepage #bifurcated section#testimonials #logos .bubble img {
        width: 75%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #homepage #bifurcated section#testimonials #logos .bubble#lenovo {
        top: 155px;
        left: 10%; }
      #homepage #bifurcated section#testimonials #logos .bubble#chart {
        top: 304px;
        left: 12%; }
      #homepage #bifurcated section#testimonials #logos .bubble#dole {
        top: 504px;
        left: 10%; }
      #homepage #bifurcated section#testimonials #logos .bubble#rme {
        right: 7%;
        top: 200px; }
      #homepage #bifurcated section#testimonials #logos .bubble#fiserv {
        right: 57px;
        top: 383px; }
      #homepage #bifurcated section#testimonials #logos .bubble#hawaii {
        right: 231px;
        top: 477px; }
      #homepage #bifurcated section#testimonials #logos .bubble.start-animation {
        opacity: 0;
        margin-top: 200px !important;
        transition: all .25s ease-in-out; }
      @media (max-width: 991px) {
        #homepage #bifurcated section#testimonials #logos .bubble {
          width: 87px;
          height: 89px; }
          #homepage #bifurcated section#testimonials #logos .bubble.active {
            width: 110px;
            height: 110px; }
          #homepage #bifurcated section#testimonials #logos .bubble#lenovo {
            top: 145px; }
          #homepage #bifurcated section#testimonials #logos .bubble#rme {
            right: 4%;
            top: 150px; }
          #homepage #bifurcated section#testimonials #logos .bubble#fiserv {
            right: 7%;
            top: 340px; }
          #homepage #bifurcated section#testimonials #logos .bubble#hawaii {
            right: 12%; } }
      @media (max-width: 767px) {
        #homepage #bifurcated section#testimonials #logos .bubble {
          width: 61px;
          height: 62px; }
          #homepage #bifurcated section#testimonials #logos .bubble.active {
            width: 80px;
            height: 81px; }
          #homepage #bifurcated section#testimonials #logos .bubble#lenovo {
            top: 65px;
            left: 15%; }
          #homepage #bifurcated section#testimonials #logos .bubble#dole {
            top: 65px;
            left: 40%; }
          #homepage #bifurcated section#testimonials #logos .bubble#fiserv {
            top: 65px;
            right: 27%; }
          #homepage #bifurcated section#testimonials #logos .bubble#hawaii {
            left: 22%;
            top: 150px; }
          #homepage #bifurcated section#testimonials #logos .bubble#chart {
            left: 48%;
            top: 150px; }
          #homepage #bifurcated section#testimonials #logos .bubble#rme {
            right: 18%;
            top: 150px; } }
      @media (max-width: 480px) {
        #homepage #bifurcated section#testimonials #logos .bubble {
          width: 45px;
          height: 46px; }
          #homepage #bifurcated section#testimonials #logos .bubble.active {
            width: 60px;
            height: 61px; }
          #homepage #bifurcated section#testimonials #logos .bubble#lenovo {
            top: 65px;
            left: 18%; }
          #homepage #bifurcated section#testimonials #logos .bubble#hawaii {
            left: 18%;
            top: 150px; }
          #homepage #bifurcated section#testimonials #logos .bubble#chart {
            left: 42%;
            top: 150px; }
          #homepage #bifurcated section#testimonials #logos .bubble#dole {
            top: 65px;
            left: 42%; }
          #homepage #bifurcated section#testimonials #logos .bubble#fiserv {
            top: 65px;
            right: 23%; }
          #homepage #bifurcated section#testimonials #logos .bubble#rme {
            right: 23%;
            top: 150px; } }
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-slider {
      position: relative;
      top: 135px;
      height: 340px; }
      @media (max-width: 767px) {
        #homepage #bifurcated section#testimonials .row#quotes-slides .slick-slider {
          top: 190px; } }
      @media (max-width: 480px) {
        #homepage #bifurcated section#testimonials .row#quotes-slides .slick-slider {
          top: 150px;
          height: 390px; } }
    #homepage #bifurcated section#testimonials .row#quotes-slides #screens .quote {
      font-size: 28px;
      line-height: 1.2em;
      max-width: 500px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        #homepage #bifurcated section#testimonials .row#quotes-slides #screens .quote {
          font-size: 24px; } }
    #homepage #bifurcated section#testimonials .row#quotes-slides #screens .author {
      font-size: 20px;
      line-height: 1em; }
    #homepage #bifurcated section#testimonials .row#quotes-slides ul.slick-dots {
      text-align: center;
      margin-top: 20px;
      bottom: 0px;
      position: absolute;
      left: 0;
      width: 100%; }
      @media (max-width: 767px) {
        #homepage #bifurcated section#testimonials .row#quotes-slides ul.slick-dots {
          left: -10px; } }
      #homepage #bifurcated section#testimonials .row#quotes-slides ul.slick-dots li {
        display: inline-block; }
        #homepage #bifurcated section#testimonials .row#quotes-slides ul.slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: inline-block;
          width: 5px;
          height: 5px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          outline: none;
          background: #CECECE;
          border-color: #979797;
          margin: 0 10px;
          border-radius: 100%;
          box-shadow: none;
          text-shadow: none;
          border: 1px solid #979797; }
        #homepage #bifurcated section#testimonials .row#quotes-slides ul.slick-dots li.slick-active button {
          background-color: #66D489;
          width: 24px;
          height: 24px; }
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-prev,
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent; }
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-prev {
      left: -50px; }
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-next {
      right: -50px; }
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-prev:before,
    #homepage #bifurcated section#testimonials .row#quotes-slides .slick-next:before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #homepage #bifurcated section#entire-line {
    background-image: url(/images/homepage/exp164/bg-bottom-lg.jpg);
    background-size: cover;
    background-position: bottom;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    border-bottom: 0; }
    #homepage #bifurcated section#entire-line h2 {
      line-height: 1.2em; }
    @media (max-width: 992px) {
      #homepage #bifurcated section#entire-line {
        background-image: url(/images/homepage/exp164/bg-bottom-992.jpg);
        height: 460px; } }
    @media (max-width: 768px) {
      #homepage #bifurcated section#entire-line {
        background-image: url(/images/homepage/exp164/bg-bottom-768.jpg);
        height: 326px; } }
    @media (max-width: 767px) {
      #homepage #bifurcated section#entire-line {
        background-image: url(/images/homepage/exp164/bg-bottom-767.jpg);
        height: 258px; }
        #homepage #bifurcated section#entire-line h2 {
          font-size: 24px; } }
    @media (max-width: 480px) {
      #homepage #bifurcated section#entire-line {
        background-image: url(/images/homepage/exp164/bg-bottom-320.jpg);
        height: 213px; } }
  #homepage .green-cta-button {
    width: 100%;
    height: 40px;
    display: block;
    padding-top: 7px;
    min-width: 0px !important;
    min-height: 0px !important;
    margin: 0 0 5px 0 !important;
    font-weight: 500; }
  #homepage .darkblue-cta-button {
    padding-top: 7px;
    font-size: 18px;
    margin: auto !important;
    min-height: auto;
    min-width: auto;
    font-weight: 500; }
  #homepage .gray-cta-button {
    font-size: 18px;
    padding-top: 14px;
    font-weight: 500; }
    @media (max-width: 991px) {
      #homepage .gray-cta-button {
        width: 100%; } }
    @media (max-width: 767px) {
      #homepage .gray-cta-button {
        width: 204px; } }

.zindex25 {
  z-index: 25 !important; }

.zindex26 {
  z-index: 26; }

.fadetoggle {
  transition: all 0.25s ease-in-out;
  opacity: 0; }
  @media (max-width: 991px) {
    .fadetoggle {
      opacity: 1; } }

#screens .slick-list .slick-track .slick-slide {
  transition: opacity .25s ease-in-out;
  opacity: 0; }
  #screens .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1; }

#mobile-share {
  display: none !important; }

#cta-homepage-b2cnavigation-linkto-freedownloads-en {
  font-weight: bold; }

#newnav .navbar-nav.business-nav {
  right: 220px !important; }
#newnav .ghostcta-nav-gray {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  width: 150px;
  border-radius: 4px;
  color: #1B2F70;
  border-color: #1B2F70;
  height: 30px;
  padding-top: 1px; }
  #newnav .ghostcta-nav-gray:hover {
    background-color: #EFEFEF;
    color: #1B2F70 !important;
    border: 1px solid #1B2F70 !important; }

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