/*------------------------------*\

	Table of contents

	x. SASS ELEMENTS (not shown in CSS)

	0. HACKS AND OVERRIDES

	1. IMPORTS

	2. ROW AND COLUMN STYLING

	3. CUSTOM BLOCKS STYLING 

	4. FONTS

\*------------------------------*/
/*--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--*\

    NOTE: ALL MEDIA QUERIES CAN BE FOUND WITH THEIR ASSOCIATED STLYING BLOCK

    AND

    THIS PAGE IS BUILT USING FOUNDATION 5

\*--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--*/
/*------------------------------------*\

    x. SASS ELEMENTS

\*------------------------------------*/
/* Block 1 */
/* Block 2 */
/* Block 3 */
/* Block 4 */
/* Block 5 */
/*----------------------------------------------------------*\

    0. HACKS AND OVERRIDES (to overwrite foundation defaults)

\*----------------------------------------------------------*/
/* #############################
       Hacks and Overrides
   #############################*/
.vendor-page .row {
  max-width: none !important; }

.vendor-page .row.mainContent .row {
  margin-left: 0 !important; }

.vendor-page .no_padding {
  padding: 0px !important; }

.vendor-page .no_margin {
  margin: 0px !important; }

.vendor-page .center {
  text-align: center !important; }

.vendor-page .inline-block {
  display: inline-block !important; }

@media only screen {
  .vendor-page .small-3 {
    width: 9%; } }
@media only screen and (max-width: 40em) {
  p {
    line-height: 1.5;
    margin-bottom: 1.0rem !important; }

  li {
    padding-bottom: 0.65rem !important; }

  /* RESIZING THE FANCYBOX IN MOBILE */
  .vendor-page .fancybox-inner {
    height: 180px !important; } }
.vendor-page .ctaBtns a:focus {
  opacity: 0.5; }

/* OFF-CANVAS STYLING */
.vendor-page .left-off-canvas-menu {
  background: #FFF !important; }
  .vendor-page .left-off-canvas-menu a {
    color: #000 !important; }

/* ADD-THIS STYLING */
.vendor-page .at4-follow {
  position: fixed; }

.vendor-page .at4-follow-inner {
  top: 0px; }

.vendor-page .at-follow-open-control {
  top: 0px;
  position: fixed; }

.vendor-page div#at4m-dock.ats-transparent {
  background: #FFF;
  border-color: #FFF; }

@media only screen and (min-width: 40.063em) {
  .vendor-page .firstRow.stick-padding {
    margin-top: 45px !important; } }

.vendor-page .special-break {
  display: none; }
.vendor-page .break-on-large {
  display: block; }

@media screen and (max-width: 720px) {
    .break-on-large {
        display: inline; } }

@media only screen and (max-width: 1050px) and (min-width: 1026px) {
  .vendor-page .special-break {
    display: block !important; } }
/*----------------------------------------------------------*\

    1. IMPORTS

\*----------------------------------------------------------*/
/* SETTING CONTAINER MAX WIDTH */
.vendor-page .row .container {
  max-width: 1280px !important;
  margin: 0 auto; }

/* SETTING NAVIGATION MAX WIDTH */
.vendor-page nav .container {
  margin: 0 auto; }

/* STICKY SUB HEADER STYLING */
.vendor-page .snapNav {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

/* CSS FOR THANK YOU MESSAGE */
.vendor-page .translated {
  position: absolute;
  left: 26%;
  margin: 0 auto;
  width: 50%; }
  @media only screen and (max-width: 40em) {
    .translated {
      left: 3%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .translated {
      left: 15%; } }

/* DEFAULT STYLING FOR ALL mainContent BLOCKS */
.vendor-page .row.mainContent {
  margin: 0px 0px;
  padding: 45px 20px;
  position: relative; }
  .vendor-page .row.mainContent .button {
    background-color: #FFF;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 50px; }
    .row.mainContent .button span {
      webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 25px;
      font-weight: bold;
      color: #000; }
    .row.mainContent .button:hover, .vendor-page .row.mainContent .button:focus, .vendor-page .row.mainContent .button:active {
      background-color: #007095; }
  .vendor-page .row.mainContent .container {
    padding: 0px 88px; }
  .vendor-page .row.mainContent .circles {
    padding-top: 20px; }
  .vendor-page .row.mainContent ul.none {
    list-style: none; }
  .vendor-page .row.mainContent p, .vendor-page .row.mainContent h1, .vendor-page .row.mainContent h2, .vendor-page .row.mainContent h3 {
    color: #4A4A4A; }
@media only screen and (max-width: 640px) {
    .row.mainContent .container { padding: 0px 10px; text-align: center; }
    .row.mainContent .container h2 { text-align: center !important; float: none !important; }
}
/*
  @media only screen and (max-width: 40em) {
    .row.mainContent {
      padding: 25px 0px; }
      .row.mainContent .container {
        padding: 0px 0px; }
      .row.mainContent .columns {
        padding-left: 0px; }
      .row.mainContent .button {
        height: 40px;
        padding-top: 0.50rem !important;
        padding-right: 0px !important;
        padding-left: 0px !important; }
        .row.mainContent .button span {
          font-size: 18px !important; }
      .row.mainContent .container {
        padding: 0px 0px;
        text-align: center; }
      .row.mainContent p {
        font-size: 14px; }
      .row.mainContent h1 {
        font-size: 32px !important; }
      .row.mainContent h2 {
        font-size: 28px; text-align: center; float: none !important; width: 100%;}
      .row.mainContent h3 {
        font-size: 15px; } 
      .columns { float: none !important; }}
*/
  @media only screen and (min-width: 40.063em) {
    .row.mainContent p {
      font-size: 15px; }
    .row.mainContent .container {
      padding: 15px 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 40.063em) and (max-width: 1025px) {
    .row.mainContent {
      min-height: 750px; }
      .row.mainContent .container {
        text-align: center; } }
  @media only screen and (min-width: 64em) {
    .row.mainContent {
      min-height: 600px; }
      .row.mainContent:first-child h2 {
        font-size: 25px; }
      .row.mainContent h2 {
        font-size: 2.75rem; }
      .row.mainContent h3 {
        font-size: 25px; } }

/* #############################
       Sub Header / Navigation
   #############################*/
.vendor-page .top-bar-section ul {
  display: table;
  margin: 0 auto; }

.vendor-page .top-bar-section ul li {
  display: table-cell; }

.vendor-page .top-bar-section ul {
  display: table;
  margin: 0 auto; }

.vendor-page .top-bar-section ul li {
  display: table-cell; }

.vendor-page .inner-wrap,
.vendor-page .offHeader {
  transition: transform 500ms ease; }

.vendor-page .move-right > .inner-wrap,
.vendor-page .move-right > .offHeader {
  transform: translate3d(250px, 0, 0); }

@media only screen and (min-width: 40.063em) {
  .vendor-page .f-topbar-fixed {
    padding-top: 0px !important; } }

/*Left Menu*/
.vendor-page .off-canvas-fixed {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }

.vendor-page .move-right > .off-canvas-fixed {
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.vendor-page .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-left: -250px; }

/*Positions AddThis Content Above*/
.vendor-page #at4m-mobile-container {
  position: fixed;
  /*bottom: 0; /*Makes share menu only appear after scrolling to bottom*/
  z-index: 999999 !important; }

.vendor-page nav.subHeader {
  background-color: black !important;
  box-shadow: 0px 1px 1px #888888; }
  nav.subHeader a {
    font-size: 15px !important; }
  nav.subHeader .top-bar-section li:not(.has-form) a:not(.button), .vendor-page nav.subHeader .top-bar-section li:not(.has-form) {
    background: black;
    webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #FFF; }
  nav.subHeader .top-bar-section li:not(.has-form) a:not(.button):hover, .vendor-page nav.subHeader .top-bar-section li:not(.has-form) a:not(.button) .active {
    background: #FFF;
    color: #000; }
  nav.subHeader .top-bar-section li:not(.has-form) a1:not(.button) {
    padding: 0 15px;
    line-height: 45px; }
  nav.subHeader .top-bar-section li img {
    padding-top: 3px; }
  nav.subHeader .top-bar-section ul {
    background: black; }
  @media only screen and (min-width: 641px) and (max-width: 747px) {
    nav.subHeader .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 7px; } }

.vendor-page .top-bar.expanded .title-area {
  background: #545454 !important; }

/* #############################
       Header
   #############################*/
.vendor-page .row.header {
    background-color: #000 !important;
    color:white;
    padding: 0px 20px;
    height: 85px;
    display: table;
}
.vendor-page .row.header .h-container { margin: 0 auto; padding: 0 20px; display: inline-block; display: table-cell; vertical-align: middle;  }
.vendor-page .row.header .h-container > div { max-width: 1280px; margin: 0 auto; }
.vendor-page .row.header .h-logos { width: 100%; margin: 0 auto; }
.vendor-page .row.header img { height: 53px; width: auto; max-width: none; }
.vendor-page .row.header .left-logo { float: left; }
.vendor-page .row.header .right-logo { float: right; }
    
/* MOBILE */
@media screen and (min-width: 801px) { .norton-logo { opacity: 1; transition: opacity 250ms; } }
@media screen and (max-width: 800px) { .norton-logo { opacity: 0; transition: opacity 250ms; } }
@media screen and (max-width: 767px) {
    .norton-logo { display: none; }
    .left-logo {float: none !important; margin: 0 auto; text-align: center;}
}

  
/*~~~~~~~~~~~~~~~~~~~ 
	
	Include your SASS file imports here!

~~~~~~~~~~~~~~~~~~~~~~~~*/
/* #############################
       Video background div
   #############################*/
.vendor-page .content-overlay-video {
  padding: 0px !important;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;}
  .vendor-page .content-overlay-video img {
    position: relative;
    z-index: -1; }
  .vendor-page .content-overlay-video video {
    position: absolute; }
  .vendor-page .content-overlay-video .ovrlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.vendor-page .content-overlay-video .left-bg, .vendor-page .content-overlay-video .right-bg { 
    position: absolute; 
    z-index: 1; 
    display: inline-block;
    height: 100%; 
    width: auto; 
    top: 0;
}
.vendor-page .content-overlay-video .right-bg { float: right; right: 0; transition: left 350ms; }
.vendor-page .content-overlay-video .left-bg { float: left; left: 0; transition: right 350ms; }
.vendor-page .content-overlay-video .mobile-bg { display: none; }
.vendor-page .special-break { display: inline; }
.vendor-page #Norton-Header .buttonAndDisclaimer .button { margin-bottom: 30px !important; }
  .vendor-page .content-overlay-video .container {
    position: relative;
    z-index: 5;
    padding: 50px 100px;
    max-width: 940px !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .vendor-page .content-overlay-video h1, .vendor-page .content-overlay-video p, .vendor-page .content-overlay-video span { color: black !important; }
    @media only screen and (max-width: 1600px) { 
        .content-overlay-video p { font-size: 22px !important; } 
        .content-overlay-video h1 { font-size: 52px !important; } 
        .content-overlay-video .container { max-width: 740px !important; }
    }
    @media only screen and (max-width: 1470px) {
       .content-overlay-video .left-bg { left:-100px; }
       .content-overlay-video .right-bg { right: -100px; }
       .content-overlay-video h1 { font-size: 48px !important; } 
    }
    @media only screen and (max-width: 1300px) {
       .content-overlay-video {
        min-height: 440px !important; }
      .content-overlay-video h1 {
        font-size: 50px; }
      .content-overlay-video p {
        font-size: 20px !important; }
      .content-overlay-video .container { max-width: 680px !important; }
      .content-overlay-video .row:nth-of-type(2) { max-width: 500px !important; margin: 0 auto !important; }
      .content-overlay-video .left-bg { left:0; transition: left 350ms; }
      .content-overlay-video .right-bg { right:0; transition: right 350ms; display: block; }
    }
    @media only screen and (max-width: 1177px) {
       .content-overlay-video .left-bg { left:-80px; }
       .content-overlay-video .right-bg { right: -80px; display: block; }
    }
     @media only screen and (max-width: 1024px) {
       .content-overlay-video {
        min-height: 440px !important; }
      .content-overlay-video h1 {
        font-size: 48px; text-align: left; }
      .content-overlay-video p {
        font-size: 20px !important; text-align: left; }
         .content-overlay-video span.light { text-align: left !important; float: left; }
      .content-overlay-video .container { 
          max-width: 800px !important; 
          left: 0 !important; 
          transform: translate(240px, -50%) !important;
          -webkit-transform: translate(240px, -50%) !important;
          -ms-transform: translate(240px, -50%) !important; }
      .content-overlay-video .row:nth-of-type(2) { max-width: 600px !important; margin: 0 !important; }
      .content-overlay-video .right-bg { display: none !important; }
      .content-overlay-video .left-bg { left: -20px; }
      #Norton-Header .buttonAndDisclaimer { text-align: left; float:left !important; }
    }
    @media only screen and (max-width: 950px) {
        .content-overlay-video .container { width: 75% !important; }
        .content-overlay-video h1 { line-height: 1.0em !important; }
        .special-break { display: block; }
    }
    @media only screen and (max-width: 760px) {
        .content-overlay-video .container { 
          max-width: 100% !important; 
          width: 100% !important;
          top: 48%;
    	  left: 50%;
          transform: translate(0, -50%) !important;
          -webkit-transform: translate(0, -50%) !important;
          -ms-transform: translate(0 -50%) !important; 
          margin: 0 auto;
          padding: 0 15px !important; 
		  text-align: center;
		}
  .vendor-page .content-overlay-video .left-bg { display: none; }
  .vendor-page #Norton-Header .buttonAndDisclaimer { text-align: center; float:none !important; }
  .vendor-page .content-overlay-video h1, .vendor-page .content-overlay-video p  {
			text-align: center; }
  .vendor-page .content-overlay-video .row:nth-of-type(2) {
            max-width: 90% !important; 
			margin: 20px auto 0 auto !important;
		}
    }
    /* TRUE MOBILE */
    @media only screen and (max-width: 540px) {
        .content-overlay-video {
            min-height: 750px !important; }
        .content-overlay-video .container { 
          max-width: 100% !important; 
          width: 100% !important;
          left: auto !important; 
          transform: translate(0, 0) !important;
          -webkit-transform: translate(0, 0) !important;
          -ms-transform: translate(0, 0) !important; 
          top: 25px;
          margin: 0 auto;
          padding: 0 15px !important; }
        .content-overlay-video .row:nth-of-type(2) {
            max-width: none !important; }
        .content-overlay-video h1 {
            font-size: 48px !important; text-align: center; padding-bottom:20px; }
        .content-overlay-video p {
            font-size: 20px !important; text-align: center; }
        .content-overlay-video span.light { text-align: center !important; float: none; }
        .content-overlay-video .mobile-bg { display: block !important; position:absolute; z-index: 2; bottom: 0; width: 100%; }
        .content-overlay-video .left-bg { display: none; }
        .special-break { display: block; margin-left:10px; }
        #Norton-Header .buttonAndDisclaimer { text-align: center; float:none !important; }
    }
    @media only screen and (max-width: 360px) {
         .content-overlay-video {
            min-height: 660px !important; }
        .content-overlay-video h1 {
            font-size: 40px !important; text-align: center; padding-bottom:20px; }
        .content-overlay-video p {
            font-size: 16px !important; text-align: center; }
    }

    @media only screen and (min-width: 1600px) {
    .content-overlay-video {
      min-height: 640px !important; }
    .content-overlay-video .row:nth-of-type(2) { max-width: none !important; } 
      .content-overlay-video .ovrlay {
        padding: 45px 20px;
        min-height: 550px !important; }
      .content-overlay-video .container {
        top: 50% !important;  
        padding: 50px 100px 30px 100px !important;
        max-width: 940px !important; }
      .content-overlay-video h1 {
        padding-bottom: 10px;
        font-size: 62px; }
      .content-overlay-video p {
        padding-bottom: 20px;
        font-size: 25px !important; }
      .content-overlay-video .content p {
        font-size: 17px !important; 
        padding-bottom: 0px; 
        margin-bottom: 4px !important; 
          text-align: left; }
    }

/* #############################
       Block with image left of content 
   #############################*/
.vendor-page .inline-content-imgleft {
  /* MOBILE */
  /* MEDIUM SCREENS  */
  /* LARGE SCREENS AND UP*/ }
  .vendor-page .inline-content-imgleft .button {
    align: baseline; }
    .inline-content-imgleft .button span {
      font-size: 18px;
      font-weight: bold; }
  .vendor-page .inline-content-imgleft h2 {
    color: #6EB43F !important; }
  .vendor-page .inline-content-imgleft .small-4 {
    width: 100%; }
  .vendor-page .inline-content-imgleft span {
    font-size: 16px; }
  .vendor-page .inline-content-imgleft .large-12 {
    padding-left: 0rem; }
  @media only screen and (max-width: 40em) {
    .inline-content-imgleft .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgleft .small-3 {
      width: 25%; }
    .inline-content-imgleft .ctaBtns {
      padding: 0px 10px;
      margin-right: 0rem; }
      .inline-content-imgleft .ctaBtns .button {
        padding-right: 0rem; }
    .inline-content-imgleft .small-4 {
      padding-top: 15px !important;
      width: 100%; }
    .inline-content-imgleft h1, .vendor-page .inline-content-imgleft h2 {
      /* text-align: left; */
      line-height: 1.0; }
      .inline-content-imgleft h1 span, .vendor-page .inline-content-imgleft h2 span {
        font-size: 14px; }
    .inline-content-imgleft h2 {
      float: left;
      font-size: 19px;
      font-weight: bold; }
    .inline-content-imgleft .info p {
      padding: 0px 7px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .inline-content-imgleft .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgleft .button span {
      font-size: 18px; }
    .inline-content-imgleft .rent {
      width: 100%;
      padding: 0px; }
    .inline-content-imgleft .trial {
      width: 100%;
      padding: 0px; }
    .inline-content-imgleft .large-offset-1 {
      margin-left: 2.33333% !important; } }
  @media only screen and (min-width: 64.063em) {
    .inline-content-imgleft .image {
      padding-right: 0px; }
    .inline-content-imgleft .info {
      width: 55.333%; }
      .inline-content-imgleft .info p {
        padding-top: 10px;
        width: 97%; }
    .inline-content-imgleft h2 {
      font-size: 42px; }
    .inline-content-imgleft p {
      margin-bottom: 5px; }
    .inline-content-imgleft .large-12 p {
      padding-top: 0px !important; }
    .inline-content-imgleft .large-offset-1 {
      margin-left: 5.33333% !important; }
    .inline-content-imgleft .rent {
      width: 70%; }
    .inline-content-imgleft .trial {
      width: 70%; } }

/* #############################
       Block with image right of content 
   #############################*/
.vendor-page .inline-content-imgright {
  /* MOBILE */
  /* MEDIUM SCREENS  */
  /* LARGE SCREENS AND UP*/ }
  .vendor-page .inline-content-imgright .button {
    align: baseline; }
    .inline-content-imgright .button span {
      font-size: 18px;
      font-weight: bold; }
  .vendor-page .inline-content-imgright h2 {
    color: #F4911E !important; }
  .vendor-page .inline-content-imgright span {
    font-size: 16px; }
  .vendor-page .inline-content-imgright .small-4 {
    width: 100%; }
  .vendor-page .inline-content-imgright .large-12 {
    padding-left: 0rem; }
  @media only screen and (max-width: 40em) {
    .inline-content-imgright h1, .vendor-page .inline-content-imgright h2 {
      text-align: left;
      line-height: 1.0;
      font-size: 23px; }
      .inline-content-imgright h1 span, .vendor-page .inline-content-imgright h2 span {
        font-size: 14px; }
    .inline-content-imgright h2 {
      float: left;
      font-size: 19px;
      font-weight: bold; }
    .inline-content-imgright .large-7 {
      width: 100%; }
    .inline-content-imgright .large-5 {
      width: 100%; }
    .inline-content-imgright .small-3 {
      width: 25%; }
    .inline-content-imgright .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgright .ctaBtns {
      padding: 0px 10px; }
    .inline-content-imgright .button {
      padding-right: 0rem; }
    .inline-content-imgright .small-4 {
      padding: 3% 0px 0px 6px !important;
      width: 100%; }
    .inline-content-imgright .info p {
      padding: 0px 7px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .inline-content-imgright .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgright .button span {
      font-size: 17px; }
    .inline-content-imgright .large-offset-1 {
      margin-left: 2.33333% !important; }
    .inline-content-imgright .rent {
      width: 98%;
      padding: 0px; }
    .inline-content-imgright .trial {
      width: 98%;
      padding: 0px; } }
  @media only screen and (min-width: 64.063em) {
    .inline-content-imgright .large-offset-1 {
      margin-left: 5.33333% !important; }
    .inline-content-imgright .rent {
      width: 70%;
      padding: 0px; }
    .inline-content-imgright .trial {
      width: 70%;
      padding: 0px; }
    .inline-content-imgright .info p {
      padding-top: 10px;
      width: 97%; }
    .inline-content-imgright p {
      margin-bottom: 5px; }
    .inline-content-imgright h2 {
      font-size: 42px !important; } }

/* #############################
       Centered CTA block
   #############################*/
.vendor-page .headline-cta .button span {
  font-size: 19px;
  font-weight: bold; }
.vendor-page .headline-cta .show-for-large-up img {
  float: right !important; }
@media only screen and (min-width: 64.063em) {
  .vendor-page .headline-cta .button {
    width: 100%; }
  .vendor-page .headline-cta p {
    text-align: left; }
  .vendor-page .headline-cta img {
    float: right; }
  .vendor-page .headline-cta h2 {
    font-size: 35px !important;
    padding-bottom: 15px !important; }
  .vendor-page .headline-cta h5 {
    margin-bottom: 5px;
    margin-top: 25px;
    font-size: 18px !important;
    text-align: left; }
  .vendor-page .headline-cta p {
    margin-bottom: 1.25rem; }
  .vendor-page .headline-cta .statistics-logo {
    margin-top: 28px; }
  .vendor-page .headline-cta .simple {
    padding-left: 200px !important; } }
@media only screen and (min-width: 40.063em) {
    .headline-cta h2 {
      padding-bottom: 30px; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .vendor-page .headline-cta {
    min-height: 700px !important; }
    .headline-cta .button {
      white-space: nowrap; } }
@media only screen and (max-width: 40em) {
  .vendor-page .headline-cta {
    min-height: 450px !important; }
    .headline-cta img {
      padding-bottom: 15px; }
    .headline-cta h2 {
      font-size: 36px; }
    .headline-cta .button {
      width: 100%;
      margin-right: 0rem; }
    .headline-cta .ctaBtns {
      padding: 0px 0; }
    .headline-cta h4 {
      font-size: 18px; }
    .headline-cta .small-10 {
      width: 72.333%; }
    .headline-cta .small-2 {
      margin-left: 20px; } }

/*----------------------------------------------------------*\

    2. ROW AND COLUMN STYLING

\*----------------------------------------------------------*/
/*----------------------------------------------------------*\

    3. SECTION BLOCKS STYLING

\*----------------------------------------------------------*/
.vendor-page .button { 
    min-width: 200px; 
    transition: 300ms; 
    height: auto !important; 
    padding: 12px 0 !important; 
    margin-top: 15px;
    border-radius: 5px;}
.vendor-page .button span { 
    font-size: 18px !important; 
    text-transform: uppercase; 
    font-weight: 700 !important; }

.vendor-page #Norton-Header .button { background-color: #FABE27; }
.vendor-page #Norton-Header .button:hover { background-color: #FED977; }

.vendor-page #Norton-SecurityDeluxe {
  background-color: #F0F0F0; min-height: 540px; }
.vendor-page #Norton-SecurityDeluxe p { font-weight: 400; font-size: 20px; }
  .vendor-page #Norton-SecurityDeluxe h1, .vendor-page #Norton-SecurityDeluxe h2, .vendor-page #Norton-SecurityDeluxe h3, .vendor-page #Norton-SecurityDeluxe p {
    color: black !important; padding-right: 140px; }
.vendor-page #Norton-SecurityDeluxe h2 span { font-size: 0.75em; line-height: 1em; }
.vendor-page #Norton-SecurityDeluxe img { padding-bottom: 0; margin-top:20px; }
  .vendor-page #Norton-SecurityDeluxe .price { color: #3A89AB !important; }
  .vendor-page #Norton-SecurityDeluxe .button {
    background-color: #3A89AB !important; width: 220px; }
    #Norton-SecurityDeluxe .button span {
      color: white !important; }
    #Norton-SecurityDeluxe .button:hover, .vendor-page #Norton-SecurityDeluxe .button:focus, .vendor-page #Norton-SecurityDeluxe .button:active {
      background-color: #54A3C5 !important; }
      #Norton-SecurityDeluxe .button:hover span, .vendor-page #Norton-SecurityDeluxe .button:focus span, .vendor-page #Norton-SecurityDeluxe .button:active span {
        color: white !important; }

.vendor-page #Norton-Video {
  background:url(../img/block-3-background.jpg) no-repeat center top; background-size: cover; text-align: center; }
  .vendor-page #Norton-Video h1, .vendor-page #Norton-Video h2, .vendor-page #Norton-Video h3, .vendor-page #Norton-Video p {
    color: black !important; }
  .vendor-page #Norton-Video p { font-size: 24px; }
  .vendor-page #Norton-Video .container { padding: 15px 0 !important; }
    #Norton-Video .videoBtn { 
        position:absolute; 
        z-index: 5; 
        top: 50%; 
        left:50%; 
        transform: translate(-50%,-50%); 
        -webkit-transform: translate(-50%,-50%); 
        -moz-transform: translate(-50%,-50%); 
    }
    #Norton-Video .videoBtn > span { width:156px; height: 156px; background-image:url(../img/block-3-play-cta.png); transition: background-image 250ms; }
    #Norton-Video .videoBtn > span:hover { background-image: url(../img/block-3-play-cta-hover.png); }
    #Norton-Video .videoHolder { max-width: 670px; min-height: auto; margin:0 auto; position: relative; 
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: rgba(0,0,0,0.4) 0 10px 20px;
        -moz-box-shadow: rgba(0,0,0,0.4) 0 10px 20px;
        box-shadow: rgba(0,0,0,0.4) 0 10px 20px;}
    #Norton-Video .videoHolder .phone { width: 100%; height: 100%; position: relative; z-index: 1; }
.vendor-page #Norton-Video .actualVideoContent { 
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%); 
    z-index: 4; 
    display: none;
} 
.vendor-page .mobileView { display: none; }
.vendor-page #Norton-Video h2 .special-break {display: block; }
/* 720px for phone changing to mobile view */
@media screen and (max-width: 720px) {
    .mobileView { display: block; margin-top:-261px; }
    #Norton-Video p { font-size:18px; margin-bottom: 10px; }
    .phoneMobile{   
        height: 261px;
        margin: 0 auto;
        background:url(../img/block-3-mobile-426.png) center center no-repeat;
        position: relative;
    }
    .phone { display: none; }
    #Norton-Video .videoHolder { 
        -webkit-box-shadow: rgba(0,0,0,0) 0 10px 20px;
        -moz-box-shadow: rgba(0,0,0,0) 0 10px 20px;
        box-shadow: rgba(0,0,0,0) 0 10px 20px;
        max-width: 100%;
        margin-left: -20px;
    }
    #Norton-Video .videoBtn > span { width:82px; height: 82px; background-size: 82px 82px; }
    #Norton-Video .videoBtn { 
        width:100%;
        top:100%;
        left:54%;
        transform: translate(-50%,74%); 
        -webkit-transform: translate(-50%,74%); 
        -moz-transform: translate(-50%,74%); 
    }
    #Norton-Video h2 { font-weight: 500 !important; max-width:320px; font-size: 32px !important; letter-spacing: -0.03em; margin: 0 auto; }
    #Norton-Video .row { width: 100% !important; }
    #Norton-Video .container { z-index: 4; position: relative; 
        transform: translate(-50%,0%); 
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
    }
    #Norton-Video h2 .special-break {display: inline; font-weight:500; }
}
@media screen and (max-width: 641px) {
    #Norton-Video .container { 
        transform: translate(0%,0%); 
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
    }
    #Norton-Video p { font-size:18px; margin-bottom: 10px !important; }
}

.vendor-page #Norton-SecurityStandard {
  background-color: white; }
  .vendor-page #Norton-SecurityStandard h1, .vendor-page #Norton-SecurityStandard h2, .vendor-page #Norton-SecurityStandard h3, .vendor-page #Norton-SecurityStandard p {
    color: black !important; }
.vendor-page #Norton-SecurityStandard p { font-weight: 400; font-size: 20px; }
.vendor-page #Norton-SecurityStandard h1, .vendor-page #Norton-SecurityStandard h2, .vendor-page #Norton-SecurityStandard h3, .vendor-page #Norton-SecurityStandard p, .vendor-page #Norton-SecurityStandard .ctaBtns {
        padding-left: 100px; }
.vendor-page #Norton-SecurityStandard img { padding-bottom: 0 ; }
  .vendor-page #Norton-SecurityStandard .button {
    background-color: #67882B !important; max-width: 220px;}
    #Norton-SecurityStandard .price { color: #67882B !important; }
    #Norton-SecurityStandard .button span {
      color: white !important; }
    #Norton-SecurityStandard .button:hover, .vendor-page #Norton-SecurityStandard .button:focus, .vendor-page #Norton-SecurityStandard .button:active {
      background-color: #81A245 !important; }
      #Norton-SecurityStandard .button:hover span, .vendor-page #Norton-SecurityStandard .button:focus span, .vendor-page #Norton-SecurityStandard .button:active span {
        color: white !important; }

.vendor-page #Norton-FamilyPremier {
  background-color: #F0F0F0; }
  .vendor-page #Norton-FamilyPremier h1, .vendor-page #Norton-FamilyPremier h2, .vendor-page #Norton-FamilyPremier h3, .vendor-page #Norton-FamilyPremier p {
    color: black !important; padding-right: 180px; }
  .vendor-page #Norton-FamilyPremier p { font-weight: 400; font-size: 20px; }
.vendor-page #Norton-FamilyPremier img { padding-bottom: 0 ; }
  .vendor-page #Norton-FamilyPremier .button {
    background-color: #FABE27 !important; max-width: 220px; }
    #Norton-FamilyPremier .price { color: black !important; }
    #Norton-FamilyPremier .button span {
      color: white !important; }
    #Norton-FamilyPremier .button:hover, .vendor-page #Norton-FamilyPremier .button:focus, .vendor-page #Norton-FamilyPremier .button:active {
      background-color: #FFD841 !important; }
      #Norton-FamilyPremier .button:hover span, .vendor-page #Norton-FamilyPremier .button:focus span, .vendor-page #Norton-FamilyPremier .button:active span {
        color: white !important; }
    #Norton-FamilyPremier .device-icons { text-align: left; margin-top:30px; }
    #Norton-FamilyPremier .device-icons img { float: none; margin: 0 15px 0 0; }

@media screen and (min-width: 40.063em) { 
    .button { 
        margin:0 auto !important; 
        text-align:center; 
        float: none !important; } 
}
@media screen and (max-width:1280px) { 
    #Norton-SecurityDeluxe h1, .vendor-page #Norton-SecurityDeluxe h2, .vendor-page #Norton-SecurityDeluxe h3, .vendor-page #Norton-SecurityDeluxe p {
        padding-right: 30px; }
    #Norton-FamilyPremier h1, .vendor-page #Norton-FamilyPremier h2, .vendor-page #Norton-FamilyPremier h3, .vendor-page #Norton-FamilyPremier p {
        padding-right: 30px; }
    #Norton-SecurityStandard h1, .vendor-page #Norton-SecurityStandard h2, .vendor-page #Norton-SecurityStandard h3, .vendor-page #Norton-SecurityStandard p, .vendor-page #Norton-SecurityStandard .ctaBtns {
        padding-left: 30px; }
    #Norton-SecurityDeluxe img { margin-top: 50px; }
    #Norton-FamilyPremier img, .vendor-page #Norton-SecurityStandard img { margin-top: 30px; }
}
@media screen and (max-width:1025px) {
    #Norton-SecurityDeluxe img, .vendor-page #Norton-FamilyPremier img, .vendor-page #Norton-SecurityStandard img { padding-bottom: 30px; max-height: 12px; width:auto; margin-top: 25px;}
    #Norton-SecurityDeluxe, .vendor-page #Norton-FamilyPremier, .vendor-page #Norton-SecurityStandard { min-height: 700px !important; }
    #Norton-Video { min-height: 650px !important; }
    #Norton-SecurityDeluxe h1, .vendor-page #Norton-SecurityDeluxe h2, .vendor-page #Norton-SecurityDeluxe h3, .vendor-page #Norton-SecurityDeluxe p {
        padding-right: 0; }
    #Norton-FamilyPremier h1, .vendor-page #Norton-FamilyPremier h2, .vendor-page #Norton-FamilyPremier h3, .vendor-page #Norton-FamilyPremier p {
        padding-right: 0; }
    #Norton-SecurityStandard h1, .vendor-page #Norton-SecurityStandard h2, .vendor-page #Norton-SecurityStandard h3, .vendor-page #Norton-SecurityStandard p, .vendor-page #Norton-SecurityStandard .ctaBtns {
        padding-left: 0; }
    #Norton-FamilyPremier .device-icons { text-align: center; margin: 30px auto 0 auto; }
}
@media screen and (max-width:720px) { 
    #Norton-Video { min-height: 500px !important; background-image:url(../img/block-3-background-mobile.jpg) }
    #Norton-Video .container { top: auto !important; width: 100%; !important; }
}

/*----------------------------------------------------------*\
    7. SUB FOOTER
\*----------------------------------------------------------*/
.vendor-page .subFooter.row {
  padding: 80px 20px 60px 20px;
  background-color: #252525 !important; }
.vendor-page .subFooter.row p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3em;
  color: #dbdbdb; }
.vendor-page .subFooter.row p.big-text {
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'helveticabold', Arial, sans-serif !important;
  font-weight: 700; }
.vendor-page .subFooter.row p.italic {
  font-style: italic; }
.vendor-page .subFooter.row a img {
  min-width: 215px;
  margin-bottom: 20px; }
.vendor-page .subFooter.row a:focus img, .vendor-page .subFooter.row a:active img {
  background-color: rgba(255,255,255,0.1); }
.vendor-page .subFooter.row .socials a {
  margin-right: 10px; }
.vendor-page .subFooter.row .socials a svg, .vendor-page .subFooter.row .socials a svg, .vendor-page .subFooter.row .socials a svg {
  transition: 200ms;
  background: transparent;
  border-radius: 15px; }
.vendor-page .subFooter.row .socials a svg path {
  transition: 200ms; }
.vendor-page .subFooter.row .socials a:hover svg path, .vendor-page .subFooter.row .socials a:focus svg path, .vendor-page .subFooter.row .socials a:active svg path {
  fill: #B0B0B0 !important; }
.vendor-page .subFooter.row .socials a:hover svg, .vendor-page .subFooter.row .socials a:focus svg, .vendor-page .subFooter.row .socials a:active svg {
  background: #000; }
.vendor-page .subFooter.row .socials a:hover, .vendor-page .subFooter.row .socials a:focus, .vendor-page .subFooter.row .socials a:active {
  outline: 0; }
.vendor-page .subFooter .navigation {
  columns: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2; }
.vendor-page .subFooter .navigation {
  border-right: 1px solid #888;
  margin-right: 70px;
  width: calc(41.666% - 70px);
  padding: 0 30px 0 40px; }
.vendor-page .subFooter .navigation ul li {
  display: block;
  line-height: 1.25em;
  margin: 0 0 20px 0; }
.vendor-page .subFooter ul a, .vendor-page .subFooter ul a:link, .vendor-page .subFooter ul a:active, .vendor-page .subFooter ul a:visited {
  color: #FFF;
  font-family: 'helveticabold', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none; }
.vendor-page .subFooter ul a:hover, .vendor-page .subFooter ul a:focus, .vendor-page .subFooter ul a:active {
    color: #B0b0b0; }
.vendor-page .subFooter #mc_embed_signup form {
  padding: 0; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group {
  width: calc(50% - 10px);
  float: left;
  clear: none;
  margin-right: 10px; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group:nth-child(even) {
  margin-right: 0;
  margin-left: 10px; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group label.hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group input, .vendor-page .subFooter #mc_embed_signup div.mc-field-group select {
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  max-height: 38px;
  padding: 5px 10px; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group input {
  font-weight: 700; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group input::placeholder, .vendor-page .subFooter #mc_embed_signup div.mc-field-group select::placeholder {
  font-weight: 400;
  color: #222; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group select:focus, .vendor-page .subFooter #mc_embed_signup div.mc-field-group select:active {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999; }
.vendor-page .subFooter #mc_embed_signup div.mc-field-group div.mce_inline_error {
  display: none !important; }
.vendor-page .subFooter #mc_embed_signup .button {
  background-color: #fff;
  color: #000;
  border-radius: 24px;
  padding: 12px 60px;
  line-height: 1em;
  height: auto;
  font-family: 'helveticabold', Arial, sans-serif;
  font-weight: 700; }
.vendor-page .subFooter #mc_embed_signup .button:hover, .vendor-page .subFooter #mc_embed_signup .button:focus, .vendor-page .subFooter #mc_embed_signup .button:active {
  background-color: #B0B0B0; }
.vendor-page .subFooter #mc_embed_signup div#mce-responses {
	width: 100%;
	margin: 0;
	padding: 0; }
.vendor-page .subFooter #mc_embed_signup div.response {
	color:#ebebeb;
	font-style: italic;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px !important;
	font-weight: 400;
	width: 100%; }
.vendor-page .subFooter #mc_embed_signup div.response a {
	color: #fff;
	text-decoration: underline; }

/*----------------------------------------------------------*\
    8. FOOTER
\*----------------------------------------------------------*/
.vendor-page footer {
  background-color: #000 !important; }
.vendor-page footer p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }
.vendor-page footer a, .vendor-page footer a:link, .vendor-page footer a:active, .vendor-page footer a:visited {
  color: #fff;
  text-decoration: none; }
.vendor-page footer a.privacy {
  text-decoration: underline; }
.vendor-page footer a.privacy:active, .vendor-page footer a.privacy:focus {
  color: #B0B0B0; }
.vendor-page footer .columns {
  padding: 15px 15px; }
.vendor-page footer .large-6:nth-child(even) {
  text-align: right; } 

/*----------------------------------------------------------*\
    9. RESPONSIVE
\*----------------------------------------------------------*/
@media (max-width: 1200px) {
  .vendor-page .subFooter .navigation {
	margin-right: 40px;
	width: calc(41.666% - 40px);
	padding: 0 30px 0 40px; }
}
@media (max-width: 1024px) {
  .vendor-page .subFooter.row .large-3.content {
	width: 100%;
	text-align: center; }
  .vendor-page .subFooter.row .large-3.content p {
	max-width: 600px;
	margin: 25px auto 60px auto; }
  .vendor-page .subFooter.row .socials a {
	margin-left: 6px;
	margin-right: 6px; }
  .vendor-page .subFooter .large-5.navigation {
	margin-right: 60px;
	width: calc(58.333% - 60px); }
  .vendor-page .subFooter .large-4.newsletter {
	width: 41.666%; }
  footer.row .large-6 {
	width: 50%; }
}
@media (max-width: 767px) {
  .vendor-page .subFooter.row .large-3.content p {
	margin-bottom: 50px; }
  .vendor-page .subFooter .large-5.navigation {
	width: 100%;
	text-align: center;
	margin-right: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #888;
	border-right: 0; }
  .vendor-page .subFooter .large-5.navigation ul {
	margin-left: 0 !important; }
  .vendor-page .subFooter .large-4.newsletter {
	width: 100%;
  	text-align: center; }
  .vendor-page .subFooter #mc_embed_signup .mc-field-group {
	padding-bottom: 8px; }
  .vendor-page .subFooter #mc_embed_signup div.clear {
	text-align: center; }
  .vendor-page .subFooter #mc_embed_signup .button {
	margin: 0 auto;  }
}
@media (max-width: 500px) {
  .vendor-page .subFooter #mc_embed_signup .mc-field-group {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important; }
}

/*----------------------------------------------------------*\

    4. FONTS

\*----------------------------------------------------------*/

.vendor-page body, p, .vendor-page h1, .vendor-page h2, .vendor-page h3, .vendor-page h4, .vendor-page h5, .vendor-page ul, .vendor-page li, .vendor-page a, .vendor-page nav, .vendor-page span {
  font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.vendor-page h1, .vendor-page h2 { font-weight: 400; }
.vendor-page .heavy { font-weight: 700 !important; }
.vendor-page .light { font-weight: 300 !important; }

