/*
 Theme Name:   Keeper Rebrand v5
 Theme URI:    https://www.keepersecurity.com
 Description:  The official Keeper Security blog theme. This theme is a child of Sirius Lite.
 Author:       Keeper Security
 Author URI:   https://www.keepersecurity.com
 Template:     sirius-lite
 Version:      5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  keeper-child-rebrand-v5
*/
@media (min-width: 1450px){
  .container {
      width: 1440px;
      max-width: 100%;
  }
}
.sharethis-inline-share-buttons{
	margin-top: 40px !important;
}

.withdraw-cc-footer {
	margin-left: 20px;
	display: inline-block;
}

.cp-right-footer {
	display: inline-block;
}

body {
	font-family: 'Overpass' !important;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4em;
}

h2 {
  font-size: 24px;
  line-height: 1.23;
  font-weight: 100;
}

h3 {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom:10px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom:10px;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}
p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.entry-content ul,
.entry-content ol{
  margin-left:20px;
  font-size: 18px;
}

@media(max-width: 768px){
  h1{font-size: 20px;}
  h2{font-size: 22px;}
  h3{font-size: 20px;margin-bottom: 20px;}
  h4{font-size: 18px;}
  h5{font-size: 16px;}
  h6{font-size: 14px;}
  p{font-size: 16px;}
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul,
ol,
p {
  padding: 0;
  margin: 0;
}
section.blog-feed p,
section.blog-post p{
  margin: 18px 0;
}
section.blog-feed ul,
section.blog-post ul{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 18px 0 18px 23px;
}
section.blog-feed .widget ul,
section.blog-post .widget ul{
  margin-left:0;
  border-radius: 8px;
  overflow:hidden;
}
section.blog-feed .widget ul>li>a,
section.blog-post .widget ul>li>a{
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
}

.widget ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
  color: #A4A4A4;
  opacity: 1; /* Firefox */
}

.widget :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px;
  color: #A4A4A4;
}

.widget ::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 18px;
  color: #A4A4A4;
}

@media(max-width: 768px){
  section.blog-feed ul,
  section.blog-post ul{
    font-size: 16px;
  }
  section.blog-feed .widget ul,
  section.blog-post .widget ul{
    font-size: 16px;
  }
}

.entry-summary{
  height: auto;
}

/************BUTTONS************/
.btn {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    width: auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 0.23px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: 0.5s ease;
    cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn {
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .btn {
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    display: inline-block;
    margin: 0 auto;
    height: 32px;
    min-width: 160px;
    max-width: 100%;
    line-height: 29px;
    font-size: 14px;
  }
}
.btn.playBtn{
  position:relative;
  padding: 0 28px 0 57px!important;
}
.btn.playBtn:before{
  content:'';
  position: absolute;
  left: 28px;
  top: 4px;
  display:block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  display:inline-block;
  margin: 5px 10px 0 0;
  transition: 0.5s ease;
}
@media(max-width: 768px){
  .btn.playBtn:before{
      width: 16px;
      height: 16px;
      top: 6px;
      left: 30px;
      margin: 0;
  }
}
.btn.playBtn:after{
    content:'';
    position: absolute;
    left: 36px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
    transition: 0.5s ease;
    
        
}
@media(max-width: 768px){
  .btn.playBtn:after{
    top: 11px;
    left: 36px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #000;
  }
}
.btn.playBtn:hover:before{border: 2px solid #CF9F24;}
.btn.playBtn:hover:after{border-left: 7px solid #CF9F24;}

.btn.btn-blue {
  background: #1B78E0;
  color: #ffffff;
}
.btn.btn-blue.playBtn:before{
  border-color:#fff;
}
.btn.btn-blue.playBtn:after{
  border-left: 7px solid #fff;
}
@media(max-width: 768px){
  .btn.btn-blue.playBtn:after{
    border-left: 5px solid #fff;
  }
}
.btn.btn-blue.playBtn:hover:before{border-color:#fff;}
.btn.btn-blue.playBtn:hover:after{border-left: 7px solid #fff;}
@media(max-width: 768px){
  .btn.btn-blue.playBtn:hover:after{border-left: 5px solid #fff;}
}
.btn.btn-black {
  background: #000;
  color: #ffffff;
}
.btn.btn-black.playBtn:before{border-color:#fff;}
.btn.btn-black.playBtn:after{border-left: 7px solid #fff;}
.btn.btn-black.playBtn:hover:before{border-color:#fff;}
.btn.btn-black.playBtn:hover:after{ border-left: 7px solid #fff;}
@media(max-width: 768px){
  .btn.btn-black.playBtn:after{border-left: 5px solid #fff;}
  .btn.btn-black.playBtn:hover:before{border-color:#fff;}
  .btn.btn-black.playBtn:hover:after{ border-left: 5px solid #fff;}
}
.btn.btn-yellow .playIcon{
  display:inline-block;
  position:relative;
  top:3px;
  width:20px;
  height:20px;
  margin-right: 10px;
  background: url('/blog/assets/icons/play-outlined_black.svg')no-repeat center / contain;
}
@media(max-width: 768px){
  .btn.btn-yellow .playIcon{
    width: 18px;
    height: 18px;
  }
}
.btn.btn-yellow.playBtn:hover:before{
  border-color:#000;
}
.btn.btn-yellow.playBtn:hover:after{
  border-left: 7px solid #000;
}
@media(max-width: 768px){
  .btn.btn-yellow.playBtn:hover:after{
      border-left: 5px solid #000;
  }
} 
@media only screen and (max-width: 768px) {
  .btn + .btn {
    margin-top: 16px;
  }
  .btn img{
    width: 16px;
    height: 16px;
  }
}
.btn.btn-yellow {
    background: #FFC600;
    color: #000000;
}
.btn.btn-yellow:hover {
    background: #CF9F24;
}
.btn.btn-green{
    background: #21C800;
    color:#fff;
}
.btn.btn-green:hover{
    background: #3AAC14;
}
.btn.btn-clear-yellow{
    background:none;
    border: 2px solid #CF9F24;
    color:#000000;
}
.btn.btn-clear-yellow:hover {
    color: #CF9F24;
}
.btn.btn-clear-black {
    border: 2px solid #CF9F24;
    color: #000000;
}
.btn.btn-clear-blue {
    border: 2px solid #1B78E0;
    color: #1B78E0;
}
.btn.btn-clear-blue:hover{
    border: 2px solid #1765bd;
    color: #1765bd;
}
.btn.btn-clear-white {
    border: 2px solid #CF9F24;
    color: #ffffff;
}
.btn.btn-clear-white:hover {
    border: 2px solid transparent;
    color: #000000;
}
.btn.btn-blue:hover {
    background: #1765bd;
}
.btn.btn-white {
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn.btn-white:hover {
    border: 2px solid #CF9F24;
    color: #CF9F24;
}
.btn.btn-grey {
    background: #E8E8E8;
    color: black;
}
.btn.btn-grey:hover {
    background: #b5b5b5;
    color: black;
}
.btn.btn-business {
    background: #fff;
    border: none;
    color: white;
}
.btn.btn-business:hover {
    background: #388819;
    border: none;
    color: white;
}
.btn.btn-enterprise {
    background: #0791C7;
    border: none;
    color: white;
}
.btn.btn-enterprise:hover {
    background: #05749f;
    border: none;
    color: white;
}
.btn.bg-yellow {
    background-color: #FFC600;
    color: #000000;
}
/************BUTTONS END************/

.entry-body a{
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

div.tp_recent_tweets ul {
	padding: 20px !important;
}

div.tp_recent_tweets ul li {
	padding-top: 15px !important;
	background-position: 0px 20px !important;
	padding-left: 40px !important;
}

/* SEARCH FORM */

@media screen and (min-width: 992px) {
	#search-feed { display: none !important; }
}

/* HEADINGS */
.entry-title {
  white-space:pre-wrap!important;
}
h1.entry-title {
	font-size: 26px;
  font-weight: 500;
  overflow:visible!important;
}

section h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 25px 0;
}


@media screen and (max-width: 767px) {
	header { padding-bottom: 102px; }
}

header .header-row-2 { background-color: #000; }

header nav.navbar.navbar-default { background-color: transparent; border: 0; }
header .navbar { margin-bottom: 0; }
header .navbar-nav > li { margin: 0 5px; }
header .navbar-default .navbar-nav > li > a { color: #fff; padding: 10px 15px; text-transform: capitalize; font-weight: 400; }

@media screen and (min-width: 768px) {
	a[title='Sign Up'] { border-radius: 5px; border: 1px solid #E6B300; max-height: 40px; }
	a[title='Sign Up']:hover { border-radius: 5px; background-color: #E6B300 !important; color: #000 !important;  }
	a[title='Blog']:hover {  color: #E6B300 !important;  }
}

.header-row-2-left{
  width: 128px;
}
.header-row-2-left a{
  display:block;
  width:100%;
  height: 100%;
}
.header-row-2-left img#keeper-logo{
  display:block;
  max-width:100%;
  padding: 12px 0;
  height: auto!important;

  width: 137px;
  height: 32px;
}

section#frontpage-banner { display: none; }

.feed-title { display: none; }

section { padding-top: 0; }

#comments { display: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.navbar-toggle { margin-top: 20px; }
h3.entry-title{font-size: 20px;overflow:visible!important;}
.entry-summary,
.entry-content{
  margin-top: -18px;
}
.entry-category { display: none; }
.entry-category a { color: #E6B300; } /* category link */
section.blog-feed p.entry-more, 
section.blog-post p.entry-more{margin: 0;}
.entry-more a { background-color: #FFC600; color: black; }
.entry-more a:focus, .entry-more a:hover { background-color: #E6B300; color: black; }
.entry-meta li{
  font-size: 16px;
}
.widget ul > li > a:hover,
.widget ul > li > a:focus {
	background-color: #E9E9E9;
	color: black;
}

.page-numbers {
	padding: 5px 12px; 
	font-size: 14px;
	line-height: 2em;
	background: rgb(240, 240, 240);
	border: 2px solid #FFF;
	color: #000;
}

.page-numbers.current {
	border: 2px solid #FFC600;
	background: #FFC600;
}

.nav-nums {
	padding-top: 10px;
}

.entry-title {
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 30px !important;
	overflow:visible!important;
	text-overflow: ellipsis;
}

.entry-thumb {
	background-color: #FFC600;
	min-height: 10px;
	max-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.entry-thumb a {
	width: 100%;
}

.entry-title a:focus,
.entry-title a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover  {
	color: #E6B300;
	text-decoration: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	border-color: #FFC600;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #FFC600;
}

#navbelow {
	margin-bottom: 50px;
}

.entry-more a:focus, .entry-more a:hover {
	color: black;
	background-color: #E6B300;
	-webkit-box-shadow: 0 14px 26px -12px rgba(230, 179, 0, 0.2), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(230, 179, 0, 0.2);
	-moz-box-shadow: 0 14px 26px -12px rgba(64,200,115, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(230, 179, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(230, 179, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(230, 179, 0, 0.2);
}

.entry-more i.fa {
	margin-right: -5px;
}

/* HIDE COMMENT META */
i.fa.fa-comment-o { display: none; }
i.fa.fa-comment-o ~ a { display: none; }

body {
 background-color: #f9f9f9; 
}

footer {
	background-color: #000;
}
.footer-copyright{
  color: #fff;
  font-size: 16px;
}
.footer-copyright p{margin:4px 0 0;}

a:focus, a:hover {
	text-decoration: none;
}

.footer-float-left {
	float: left;
}

.footer-float-right {
	float: right;
}

.footer-menu {
	padding: 0;
}

.footer-menu li a {
  color:#fff;
  padding-top:4px;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
	.footer-float-left { float: none; }
	.footer-float-right { float: none; }
	.social-media {  margin-bottom: 15px; }
}

/************** SOCIAL MEDIA *****************/

.social-media .fa-stack-1x {
	font-size: 16px;
}
.social-media.footer-float-left a{
  display:inline-block;
  color: rgba(0,0,0,0);
  width: 43px;
  height: 28px;
}
/*
.facebook > i:first-of-type {
	color: #3b5998;
}

.twitter > i:first-of-type {
	color: #0084b4;
}

.googleplus > i:first-of-type {
	color: #d34836;
}

.tumbler > i:first-of-type {
	color: #35465c;
}

.linkedin > i:first-of-type {
	color: #0077B5;
} */

/* ------------------------------------------------------------ *\
	C O O K I E  C O N S E N T
\* ------------------------------------------------------------ */

/* COOKIE CONSENT POPUP */

.footer-cookie-withdraw {
  display: none;
}

.user-cookie-consent .footer-cookie-withdraw {
  display: block;
}

.cookie-consent-popup .modal-content {
    border-radius: 0;
    padding: 40px;
    width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 620px) {
    .cookie-consent-popup {
        padding: 0 !important;
    }
    .cookie-consent-popup .modal-content {
        width: 100%;
    }
}

.cookie-consent-popup h3 {
    margin-bottom: 20px;
}

.cookie-consent-popup p a {
    color: #499ee6;
}

.cookie-consent-popup .actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin-top: 20px;
}

@media screen and (max-width: 465px) {
    .cookie-consent-popup .actions .btn-black {
        min-width: 0;
    }
}

.cookie-consent-popup .actions a:last-of-type {
    margin-left: 10px;
}

/* COOKIE CONSENT BANNER - DEFAULT */

.cookie-consent-banner {
    position: fixed;
    display: block;
    bottom: 0; left: 0; right: 0;
    width: 100%;
    padding: 20px;
    background-color: #333;
    z-index: 9999999999;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.4s ease;
}

.cookie-consent-banner h6 {
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.cookie-consent-banner .columns {
    display: flex;
}

@media screen and (max-width: 768px) {
    .cookie-consent-banner .columns {
        display: block;
    }
}

.cookie-consent-banner p {
    color: white;
    font-size: 14px;
    font-weight: 200;
}

.cookie-consent-banner p a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-consent-banner p a:hover {
    text-decoration: none;
}

.cookie-consent-banner .actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .cookie-consent-banner .actions {
        margin: 0;
        margin-top: 15px;
        width: 100%;
    }
}

.cookie-consent-banner .actions .btn-alt {
    padding: 0 15px;
    border-radius: 5px;
    line-height: 32px;
    color: black;
    font-size: 16px;
}

.cookie-consent-banner .actions .btn-alt:hover {
    text-decoration: none;
}

.cookie-consent-banner .actions .btn-alt.btn-yellow {
    background-color: #ffc600;
    transition: 0.2s ease;
}

.cookie-consent-banner .actions .btn-alt.btn-yellow:hover {
    background-color: #E6B300;
    filter: brightness(0.7);
}

.cookie-consent-banner .actions .btn-alt.btn-grey {
    background-color: lightgrey;
    transition: 0.2s ease;
}

.cookie-consent-banner .actions .btn-alt.btn-grey:hover {
    background-color: white;
    filter: brightness(0.7);
}

.cookie-consent-banner .actions .cookie_accept {
    margin-left: 10px;
}

.backupbutton {
    bottom: 85px;
    transition: all .4s, bottom .8s ease-in-out;
    z-index: 999998;
}

#olark-wrapper .olark-launch-button.olark-chat-tab {
    z-index: 999998 !important;
}


/* COOKIE CONSENT BANNER - NO CONSENT */

.no-cookie-consent .cookie-consent-banner {
    display: none;
}

.no-cookie-consent #cookie-consent-popup-trig,
#cookie-consent-popup-trig {
    display: none;
}

/* COOKIE CONSENT BANNER - WITH CONSENT */

.user-cookie-consent .cookie-consent-banner {
    display: none;
}

.user-cookie-consent #cookie-consent-popup-trig {
    display: block;
}



.search-field{
  width: 100%;
  -webkit-appearance: textfield !important; 
  -moz-appearance: textfield !important; 
  appearance: textfield !important;
  height: 45px;
  padding-left: 10px;
}

/* Reset */
#addsearch-results,
#addsearch-results-right,
#addsearch-results-mid,
#addsearch-results-bottom,
#addsearch-results img,
#addsearch-results div div,
#addsearch-results a,
#addsearch-results a img,
#addsearch-results h2,
#addsearch-results h2 a,
#addsearch-results p,
#addsearch-results p span,
#addsearch-results em,
#addsearch-results p em,
#addsearch-results p span em,
#addsearch-results p a,
#addsearch-results table,
#addsearch-results table tr,
#addsearch-results table tr td,
#addsearch-scroll,
#addsearch-scroll-handle,
#addsearch-mobile-field,
#addsearch-load-more,
#addsearch-demo,
#addsearch-fuzzy,
#addsearch-edit,
#addsearch-results div.addsearch-divider {
  color:#000;
  background: transparent url() no-repeat top left;
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  font-variant:normal;
  font-style:normal;
  font-size:100%;
  font-weight:normal;
  text-align:left;
  text-decoration: none;
  vertical-align:text-top;
  letter-spacing: normal;
  float: none;
  line-height:normal;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
}
#addsearch-results img,
#addsearch-results a,
#addsearch-results a img,
#addsearch-results h2 a,
#addsearch-results p span,
#addsearch-results em,
#addsearch-results p em,
#addsearch-results p span em,
#addsearch-results p a,
#addsearch-load-more span,
#addsearch-demo span,
#addsearch-fuzzy span,
#addsearch-results div.addsearch-divider span {
  display: inline;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
}

/* Input field, remove IE X */
input.addsearch::-ms-clear { visibility: hidden; }

/* Use #'s everywhere so page's css won't overwrite this */
#addsearch-results {
  background: #fff;
  position: absolute;
  font-family: Helvetica,Arial;
  font-size: 13px;
  line-height: 16px;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Desktop specific result container styles */
#addsearch-results.addsearch-d {
  width: 776px; /* Was 764 */
  height: 576px;
  border: 2px solid #dadada;
}

#addsearch-results-mid {
  height: 544px;
  width: 796px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  background: transparent url( //addsearch.com/www/script/v3/bg-border1.gif) repeat-y 585px 0;
  -webkit-overflow-scrolling: touch;
}
#addsearch-results-right {
  position: absolute;
  top: 0;
  margin-left: 588px;
  height: 544px;
  width: 186px;
  border-left: 2px solid transparent;
  background-color: #fff;
}
#addsearch-results-right table {
  width: auto;
}
#addsearch-results-right img {
  margin: 0;
  padding: 0;
}

#addsearch-edit {
  width: 150px;
  margin-top: 20px;
}

/* Scroll bar only on desktop */
#addsearch-results #addsearch-scroll { display: none; }
#addsearch-results.addsearch-d #addsearch-scroll {
  display: block;
  float: right;
  height: 544px;
  width: 12px;
  background-color: #f6f6f6;
}
#addsearch-results.addsearch-d #addsearch-scroll-handle {
  margin: 1px 1px 1px 3px;
  border-radius: 3px;
  width: 6px;
  height: 200px;
  background-color: #ccc;
  position: relative;
  top: 0;
}

/* Bottom */
#addsearch-results-bottom {
  height: 22px;
  padding-top: 8px;
  background-color: #fff;
  color: #999;
  border-top: 2px solid #ececec;
  text-transform: uppercase;
  font-family: Helvetica,Arial;
  font-size: 13px;
  line-height: 16px;
}
#addsearch-results-bottom a img {
  margin: 0 0 0 8px;
  padding: 0;
  border: none;
}

#addsearch-loading {
  margin: 10px 0 10px 253px !important;
}
#addsearch-results.addsearch-m2 #addsearch-loading {
  margin: 10px auto !important;
}

#addsearch-nohits {
  width: 585px;
  border-bottom: 2px solid #ececec;
  border-right: 2px solid #ececec;
  background: #fff url() no-repeat top left;
}
#addsearch-nohits p {
  padding: 12px 0 12px 12px; margin: 0;
}
#addsearch-nohits p em {
  font-weight: bold;
  font-style: normal;
}
#addsearch-results .addsearch-result-item-container {
  background: transparent url() no-repeat 8px 50%;
  background-size: 136px auto;
}
#addsearch-results .addsearch-result-item-sub {
  width: 585px;
  min-height: 152px;
  border-bottom: 2px solid #ececec;
  border-right: 2px solid #ececec;
  background: transparent url() no-repeat 8px 50%;
  background-size: 136px auto;
  cursor: pointer;
}
#addsearch-results .addsearch-result-item-sub-active {
  width: 587px;
  border-right: none;
  background-color: rgba(0, 0, 0, 0.05);
}
#addsearch-results .addsearch-result-item-sub-active div {
}
#addsearch-results .addsearch-result-item-sub div {
  width: 415px;
  margin-top: 0px;
  min-height: 154px;
  padding: 0 14px 0 160px;
  -moz-box-sizing:content-box;
}
#addsearch-results .addsearch-result-item-sub h2 {
  padding: 0;
  margin: 0;
  background: none;
}
#addsearch-results .addsearch-result-item-sub h2 a {
  color: #41444C;
  padding: 16px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  /* IE bug fixing */
  display: block;
  vertical-align: top;
}
#addsearch-results .addsearch-result-item-sub p {
  padding: 0 12px 0 0;
  margin: 0;
}
#addsearch-results .addsearch-result-item-sub p span {
  display: block;
  margin-top: 16px;
}
#addsearch-results .addsearch-result-item-sub p span em {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
}
#addsearch-results .addsearch-result-item-sub p span.doc_date em {
  text-transform: none;
}
#addsearch-results .addsearch-result-item-sub p em {
  font-weight: bold;
  font-style: normal;
}
#addsearch-results .addsearch-result-item-sub p em.fuzzy {
  font-weight: bold;
  font-style: italic;
  color: #444;
}
#addsearch-results .addsearch-result-item-sub p span.price {
  float: right;
  font-size: 18px;
  color: #080;
}


/* Tablet specific rules */
#addsearch-results.addsearch-t {
  width: 580px;
  height: 576px;
  border: 2px solid #dadada;
}
#addsearch-results.addsearch-t .addsearch-result-item-sub {
  width: 578px;
}
#addsearch-results.addsearch-t .addsearch-result-item-sub-active {
  width: 580px;
}
#addsearch-results.addsearch-t .addsearch-result-item-sub-active div,
#addsearch-results.addsearch-t .addsearch-result-item-sub div {
  width: 415px;
  padding: 0 5px 0 160px;
}
#addsearch-results.addsearch-t #addsearch-results-right {
  display: none;
}

/* Mobile v2 specific rules */
#addsearch-results.addsearch-m2 {
  width: 100%;
  height: 576px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #dadada;
  border-top: 2px solid #dadada;
}
#addsearch-results.addsearch-m2 #addsearch-results-mid {
  width: 100%;
  background-image: none;
}
#addsearch-results.addsearch-m2 .addsearch-result-item-sub {
  width: 100%;
}
#addsearch-results.addsearch-m2 .addsearch-result-item-sub-active {
  width: 100%;
}
#addsearch-results.addsearch-m2 .addsearch-result-item-sub-active div,
#addsearch-results.addsearch-m2 .addsearch-result-item-sub div {
  width: auto;
  padding: 0 5px 0 160px;
}
#addsearch-results.addsearch-m2 #addsearch-results-right {
  display: none;
}
#addsearch-results.addsearch-m2 .addsearch_category {
  margin-bottom: 1em;
}
#addsearch-results.addsearch-m2 #addsearch-babbler {
  width: auto;
}
/* Hide time and profile pic on mobile */
#addsearch-results.addsearch-m2 #addsearch-babbler .bab_time,
#addsearch-results.addsearch-m2 #addsearch-babbler .babbler-profile-img {
  display: none;
}
#addsearch-results.addsearch-m2 #addsearch-babbler .bab_name {
  margin-left: 0;
}

#addsearch-results.addsearch-m2 #addsearch-top-close {
  border-bottom: 2px solid #dadada;
  padding: 12px 0 12px 10px;
}
#addsearch-results.addsearch-m2 #addsearch-top-close a {
  font-size: 20px;
  margin-top: -3px;
}


  /* Mobile specific rules */
#addsearch-results.addsearch-m {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*padding-top: 42px;*/
  border: none;
}

#addsearch-mobile-wrapper #header {
  display: block;
}


/* Mobile load more link */
#addsearch-load-more {
  height: 100px;
}
#addsearch-load-more a {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 10px auto;
  width: 80%;
  background-color: #eee;
  border: 1px solid #ddd;
}
#addsearch-demo {
  height: 101px;
  width: 585px;
}
#addsearch-demo span {
  display: block;
  padding: 35px 50px 0 50px;
  margin: 0;
  height: 101px;
  color: #00b0b9;
  font-size: 15px;
  background: #f7f7f7 url( //addsearch.com/www/script/v3/placeholder1.gif) no-repeat center;
  border-bottom: 2px solid #ececec;
}
#addsearch-fuzzy,
#addsearch-results div.addsearch-divider {
  height: 28px;
  width: 585px;
  clear: both;
}
#addsearch-results.addsearch-m2 div.addsearch-divider,
#addsearch-results.addsearch-m div.addsearch-divider {
  width: 100%;
}
#addsearch-fuzzy span,
#addsearch-results div.addsearch-divider span {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
  height: 20px;
  font-size: 11px;
  line-height: 11px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ececec;
}

#addsearch-results div.addsearch-divider-noresults span {
  border-bottom: none;
  background-color: transparent;
}

#addsearch-results.addsearch-m #addsearch-results-mid {
  height: 100%;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub,
#addsearch-results.addsearch-m .addsearch-result-item-sub-active {
  width: 100%;
  border-right: none;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub-active div,
#addsearch-results.addsearch-m .addsearch-result-item-sub div {
  background: none;
  width: auto;
}

#addsearch-results.addsearch-m #addsearch-results-bottom {
  display: none;
}


#addsearch-results.addsearch-m .addsearch-result-item-container {
  background: transparent url() no-repeat 0 0;
  background-size: 106px auto;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub {
  background: transparent url() no-repeat 0 0;
  background-size: 106px auto;
  min-height: 106px;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub div {
  min-height: 106px;
  padding-left: 118px;
  padding-bottom: 20px;
}
#addsearch-results.addsearch-m #addsearch-results-right {
  display: none;
}

#addsearch-results.addsearch-m .addsearch-result-item-sub h2 a {
  padding: 12px 0;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub p {
  padding: 0 5px 0 0;
}
#addsearch-results.addsearch-m .addsearch-result-item-sub p span {
  margin-top: 12px;
  font-size: 10px;
}
/* Hide close link from bottom */
#addsearch-results.addsearch-m #addsearch-closelink {
  display: none;
}
#addsearch-mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px; height: 38px;
  background: #fff url( //addsearch.com/www/script/v3/mobile-close1.gif) no-repeat 50% 50%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#addsearch-closelink:focus {
  color: #f9423a;
}


  /* Action buttons (reply / retweet / favorite) */
#addsearch-results #addsearch-babbler .bab_tw_actions {
  float: right;
  margin-right: 10px;
  padding-right: 24px;
  background: transparent url( //addsearch.com/www/script/v3/bab_tw_16.png) no-repeat right 4px;
}
#addsearch-results.addsearch-m #addsearch-babbler .bab_tw_actions {
  display: none;
}
#addsearch-results #addsearch-babbler .bab_tw_reply,
#addsearch-results #addsearch-babbler .bab_tw_retweet,
#addsearch-results #addsearch-babbler .bab_tw_favorite {
    display: block; width: 16px; height: 16px;
    margin-left: 2px;
    float: left;
    background: transparent url( //addsearch.com/www/script/v3/bab_twitter_buttons.png) no-repeat 0 0;
  }
#addsearch-results #addsearch-babbler .bab_tw_reply:hover { background-position: -16px 0; }
#addsearch-results #addsearch-babbler .bab_tw_retweet { background-position: -80px 0; }
#addsearch-results #addsearch-babbler .bab_tw_retweet:hover { background-position: -96px 0; }
#addsearch-results #addsearch-babbler .bab_tw_favorite { background-position: -32px 0; }
#addsearch-results #addsearch-babbler .bab_tw_favorite:hover { background-position: -48px 0; }



.search-form label {

   display:none;
}


#addsearch-logo{
 display:none !important;
}


#subscribeForm form{
  position:relative;
}
#subscribeForm .hs_recaptcha{
  height:0;
  overflow: hidden;
  display:none;
}
#subscribeForm input[type="email"]{
  height: 56px;
  width: 100%;
  border:none;
  border-radius: 8px;
  padding: 0 120px 0 15px;
  font-size: 18px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
}
#subscribeForm  ul.hs-error-msgs{
  box-shadow:none;
  border:none;
  background:none;
  margin-top:0;
}
#subscribeForm  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
  color: #A4A4A4;
  opacity: 1; /* Firefox */
}

#subscribeForm  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px;
  color: #A4A4A4;
}

#subscribeForm  ::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 18px;
  color: #A4A4A4;
}
#subscribeForm .hs_submit{
  display:inline-block;
  position: absolute;
  z-index:50;
  top: 8px;
  right:8px;
}
#subscribeForm input[type="submit"]{
  height: 40px;
  background: #FFC600;
  color: #000;
  border-radius: 4px;
  width: 105px;
  font-size: 16px;
  font-weight: 500;
  border:none;
}

input[type="search"]{
  border-radius: 8px;
  border: none;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
}


.hs_error_rollup {
  display: none;
 }
 
.hs_email label{
  display:none;
}



.hs-error-msg {
  display: inline-block !important;
  margin-top: 10px;
  margin-left: 10px;
}

.hs-error-msgs{
  height: 44px;
}

section.blog-feed,
section.blog-post{
  padding-top: 100px;
}

/*****************NEW HEADER*****************/
header{
  position: fixed;
  width: 100%;
  height: 64px;
  top: 0;
  left: 0;
  transition: .5s;
  z-index: 100;
}

header > .navigation {
  position:absolute;
  left: 0; 
  top: 0; 
  right: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  background: #000000;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

header > .navigation > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media(max-width: 1440px){
  header > .navigation > .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header > .navigation > .container:before,
header > .navigation > .container:after {
  content: none;
}
header > .navigation > .container > ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  margin:0;
}
header > .navigation ul.mobile{
  display:none;
}
@media(max-width: 991px){
  header > .navigation > .container > ul.topNav{
    display:none;
  }
  header > .navigation ul.mobile{
    display:block;
  }
  header > .navigation ul.mobile .item{
    display:inline-block;
    overflow:hidden;
  }
  header > .navigation ul.mobile .item a{
    color:#fff;
  }
  header > .navigation ul.mobile .item.trialBtn{
    position: relative;
    top: -10px;
  }
  .main-wrapper.active header > .navigation ul.mobile .item.trialBtn{
    display:none;
  }
  header > .navigation ul.mobile .item.trialBtn a{
    display:block;
    max-width:100%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    min-width: 0;
    text-align: center;
    line-height: 20px;
    border: 2px solid #ffc600;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 7px 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  
  header > .navigation ul.mobile .item.hamburger{
    margin-right: -20px;
  }
  header > .navigation ul.mobile .item.hamburger a{
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: right;
    line-height: 20px;
    position:relative;
    top:2px;
    width: 60px;
    height: 60px;
    padding:20px 20px;
  }
  
  header > .navigation ul.mobile .item.hamburger a span{
    display: block;
    height: 2px;
    width: 100%;
    top: 0;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position:relative;
  }
  header > .navigation ul.mobile .item.hamburger a span+span {
      margin-top: 5px;
  }
  header > .navigation ul.mobile .item.hamburger a.active span:first-child {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .5s,-webkit-transform .5s .5s;
    -webkit-transition: top .5s,-webkit-transform .5s .5s;
    -o-transition: top .5s,transform .5s .5s;
    transition: top .5s,transform .5s .5s;
    transition: top .5s,transform .5s .5s,-webkit-transform .5s .5s;
  }
  header > .navigation ul.mobile .item.hamburger a.active span:nth-child(2) {
      opacity: 0;
  }
  header > .navigation ul.mobile .item.hamburger a.active span:nth-child(3) {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .5s,-webkit-transform .5s .5s;
    -webkit-transition: top .5s,-webkit-transform .5s .5s;
    -o-transition: top .5s,transform .5s .5s;
    transition: top .5s,transform .5s .5s;
    transition: top .5s,transform .5s .5s,-webkit-transform .5s .5s;
  } 
}
header > .navigation ul > .item > a {
  display: block;
  padding: 24px 16px;
}
ul.topNav.mobile {
  display: none;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
}
ul.topNav.mobile .item:first-of-type {
  min-width: 0;
}
.main-wrapper.active ul.topNav.mobile .item:first-of-type {
  display: none;
}
ul.topNav.mobile .item:first-of-type a {
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  min-width: 0;
  text-align: center;
  line-height: 20px;
  border: 2px solid #FFC600;
  border-radius: 6px;
  padding: 7px 15px;
  transition: 0.5s ease;
}

ul.topNav.mobile .item:first-of-type a:hover,
ul.topNav.mobile .item:first-of-type a:active{
  background-color: #FFC700;
  color: black;
}

@media only screen and (max-width: 520px) {
  ul.topNav.mobile .item:first-of-type{
      margin-left: 10px;
  }
  ul.topNav.mobile .item:first-of-type a{
    padding: 7px;
  }
}
@media only screen and (max-width: 420px) {
  ul.topNav.mobile .item:first-of-type a{
    padding: 7px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 380px) {
  header >.navigation>.container{
      padding: 0 15px;
  }
  ul.topNav > .item{
      margin-left:15px!important;
  }
  ul.topNav.mobile .item:first-of-type a{
    padding: 4px 7px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 365px) {
  ul.topNav.mobile .item:first-of-type a {
      font-size: 12px;
  }
}
@media only screen and (max-width: 310px) {
  ul.topNav.mobile .item:first-of-type {
      display: none;
  }
}
ul.topNav > .item:first-of-type {
  margin-left: 0;
}
header ul.left{
  margin-bottom:0;
  padding:0;
}
header .logo {
  display:inline-block;
  width: 128px;
  height: 37px;
  vertical-align: middle;
  background: url("https://www.keepersecurity.com/assets/branding/keeper-logo-light.svg") no-repeat center / contain;
  font-size: 0;
}

@media (max-width: 991px) {
  header .logo {
    height: 33px;
    width: 112px;        
  }
}

ul.topNav > .item .caret {
  color: white;
}

header.actions {
    text-align: center;
    margin-top: 30px;
}
header.actions.mmLngCtc{
    margin-top: 24px;
    padding:0;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
header.actions.mmLngCtc:before,
header.actions.mmLngCtc:after{
  display:none;
}
header.actions.mmLngCtc a{
  white-space:nowrap;
}
header.actions.mmCTA{
  margin: 16px 0 32px;
}

header[data-popup="select-locale"] {
  margin-right: 50px;
}

header[data-popup="select-locale"]:hover,
header[data-popup="select-phone"]:hover {
  color: #cf9f24;
  text-decoration: none;
}

header a.btn {
    min-width: 200px;
}

ul.topNav > .item.dropdown.showcase-nav {
  position:static;
}
ul.topNav > .item .dropdown-content {
  display:none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  float: right;
  font-size: 14px;
  list-style: none;
  margin: 2px 0 0;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 154%;
  z-index: 500;
  min-width: 165px;
  margin-top: 10px;
}
ul.topNav > .item:hover .dropdown-content {
  display:block;
}
ul.topNav > .item .dropdown-content:before{
  content:'';
  display:block;
  width: 100%;
  height:8px;
  position: absolute;
  left:0;
  bottom:100%;
}
ul.topNav > .item .dropdown-content section {
  width: 200px;
  max-width: 100%;
}
ul.topNav > .item .dropdown-content section h4 {
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
}
ul.topNav > .item .dropdown-content section ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
ul.topNav > .item .dropdown-content section ul li {
  display:block;
  margin:0;
  padding:0;
}
ul.topNav > .item .dropdown-content section ul li a{
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #000;
  text-transform: none;
  letter-spacing: -0.18px;
  font-weight: 300;
  text-align:left;
}
ul.topNav > .item .dropdown-content section ul li a:hover{
  color:#E6B300;
}
ul.topNav > .item .dropdown-content.showcase-nav {
  top: 8px;
  left: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  float: none;
  padding: 0;
  margin: 0;
  z-index: 102;
  width: 96%;
  margin: 0 auto;
  max-width: 1410px;
  margin-top: 66px;
}
@media(max-width: 1400px){
  ul.topNav > .item .dropdown-content.showcase-nav {
    width: calc(100% - 30px);
  }
}

@media(max-width: 991px){
  ul.topNav > .item .dropdown-content.showcase-nav {
    width: calc(100% - 30px);
  }
}
ul.topNav > .item .dropdown-content.showcase-nav .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 40px 96px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media(max-width: 1300px){
  ul.topNav > .item .dropdown-content.showcase-nav .inner{
    padding: 40px 30px;
  }
}
@media(max-width: 1200px){
  ul.topNav > .item .dropdown-content.showcase-nav .inner{
    padding: 40px 20px;
  }
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn{
  position: relative;
  padding-bottom: 120px;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn ul {
  list-style: none;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn ul li {
  display:block;
  margin:0;
  padding:0;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn  ul li a{
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #000;
  text-transform: none;
  letter-spacing: -0.18px;
  font-weight: 300;
  text-align:left;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn  ul li a:hover{
  color:#E6B300;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn .actions{
  position: absolute;
  left:0;
  bottom:0;
  display:block;
  width:100%;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn .actions .btn{
  padding: 0 10px;
  text-transform:none;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn .actions .btn.btnPlayInline img{
  margin: -2px 8px 0 0;
}
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn .actions .btn + .btn{
  margin-top: 20px;
  color: #000;
  text-transform: none;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav{
  top: 8px;
  left: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  float: none;
  padding: 0;
  margin: 0;
  z-index: 102;
  width: 280px;
  margin-left: calc(50% -140px);
  margin-top: 66px;
}
ul.topNav > .item:last-child .dropdown-content.sm-showcase-nav{
  left: auto;
  right: 0;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 40px 40px 30px 40px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn{
  position: relative;
  padding-bottom: 0;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn ul {
  list-style: none;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn ul li {
  display:block;
  margin:0;
  padding:0;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn ul li a{
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #000;
  text-transform: none;
  letter-spacing: -0.18px;
  font-weight: 300;
  text-align:left;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn ul li a:hover{
  color:#E6B300;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn .actions{
  position: absolute;
  left:0;
  bottom:0;
  display:block;
  width:100%;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn .actions .btn{
  padding: 0 10px;
}
ul.topNav > .item .dropdown-content.sm-showcase-nav .inner section.showcaseColumn .actions .btn.btnPlayInline img{
  margin: -2px 8px 0 0;
}

ul.topNav > .item:hover:not(.no-border) > a {
      position: relative;
      display:block;
}
ul.topNav > .item:hover:not(.no-border) > a:after{
      content: '';
      display: block;
      width: calc(100% - 32px);
      height: 2px;
      background: #FFC600;
      position: absolute;
      left:16px;
      bottom: 4px;
}
ul.topNav > .item a:not(.btn):not(.freeTrialBtn) {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

ul.topNav > .item a.freeTrialBtn {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.23px;
  text-align: center;
}

ul.topNav > .item a:hover:not(.btn),
ul.topNav > .item a:focus:not(.btn),
ul.topNav > .item a:active:not(.btn) {
  text-decoration: none;
}

/***************MOBILE NAV*****************/
header > .menu {
  position: fixed;
  top: 64px;
  left: 100%;
  z-index: 101;
  width: 100%;
  display:block;
  height: calc(100% - 64px);
  min-height: calc(100% - 64px);
  max-height: calc(100% - 64px);
  background-color: white;
  transition: 0.5s ease;
  padding-bottom: 60px;
  overflow-y: scroll;
}
header .actions.mmLngCtc{
  text-align: center;
  margin: 20px 0 40px;
}
header .actions.mmLngCtc a{
  color:#000;
}
header .actions.mmCTA{
  margin: 16px 0 32px;
  text-align:center;
}
header .icon-phone {
  background: url('https://www.keepersecurity.com/assets/icons/icon-phone@2x.png')no-repeat 50% / contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.main-wrapper.active header > .menu {
  left: 0;
}
header > .menu > .panel-group .panel-title a {
  font-size: 14px;
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
header > .menu > .panel-group .panel-title a:hover,
header > .menu > .panel-group .panel-title a:active {
  text-decoration: none;
}
header > .menu > .panel-group > .panel {
  background-color: transparent;
  border: 0;
  border-radius: none;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
}
header > .menu > .panel-group > .panel > .panel-heading {
  background-color: transparent;
  border: 0;
  border-radius: none;
  padding: 20px 15px;
  position: relative;
}
header > .menu > .panel-group > .panel > .panel-heading:before {
  background-image: url('https://www.keepersecurity.com/assets/icons/arrow-down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  width: 10px;
  height: 100%;
  right: 20px;
  top: 0px;
  position: absolute;
  transition: 0.5s ease;
}
header > .menu > .panel-group > .panel > .panel-heading.opened:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
header > .menu > .panel-group > .panel > .panel-collapse ul {
  list-style: none;
}
header > .menu > .panel-group > .panel > .panel-collapse ul li {
  margin: 0;
}
header > .menu > .panel-group > .panel > .panel-collapse ul li:last-of-type {
  margin-bottom: 0;
}
header > .menu > .panel-group > .panel > .panel-collapse ul li a {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  color: #000000;
  text-align: left;
  line-height: 20px;
  padding: 8px 0;
  font-weight: 300;
  display: block;
}
header > .menu > .panel-group > .panel > .panel-collapse ul li a:hover,
header > .menu > .panel-group > .panel > .panel-collapse ul li a:focus,
header > .menu > .panel-group > .panel > .panel-collapse ul li a:active {
  color: #cf9f24;
  text-decoration: none;
}
header > .menu > .panel-group > .panel > .panel-collapse ul li a:hover {
  color: #cf9f24;
  text-decoration: none;
}
header > .menu > .panel-group > .panel > .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 0;
}
header > .menu {
  padding: 16px;
}
header > .menu > .inner {
  display: flex;
  justify-content: space-between;
}
header > .menu .left {
  width: 50%;
  order: 0;
}
header > .menu .right {
  width: 50%;
  order: 1;
  height: 64px;
}
header > .menu .fragment {
    list-style: none;
    margin-bottom: 32px;
}
header > .menu .fragment h4 {
    font-size: 14px;
    color: #000;
    padding-bottom: 8px;
    line-height: 17px;
    text-transform: uppercase;
}
header > .menu .fragment .item {
    margin-bottom: 8px;
    line-height: 20px;
}
header > .menu .fragment .item a {
    font-size: 14px;
    color: #000000;
    text-align: left;
    line-height: 20px;
}
header > .menu .fragment .item a:hover{
  text-decoration: none;
  color: #cf9f24;
}
@media(max-width: 768px){
  header > .menu .actions .btn{
      width: auto;
      padding: 0 20px;
  }
}
/***************MOBILE NAV END*****************/
/***************FOOTER*****************/
.footer {
  padding: 0;
}

.footer a {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 300;
}

.footer > .navigation {
  background-color: white;
  padding: 50px 0;
}

.footer > .navigation > .container {
  position: relative;
}

.footer > .navigation > .inner {
  display: flex;
  justify-content: space-between;
}

.footer > .navigation > .inner:before,
.footer > .navigation > .inner:after {
  content: none;
}

.footer > .navigation > .inner > ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  list-style: none;
  align-items: center;
  color: white;
  width: 100%;
}

.footer > .navigation > .inner > ul li {
  margin: 0;
  width:100%;
  display:block;
  text-align:center;
}
.footer > .navigation > .inner > ul li a{
  display:block;
  padding: 9px 0;
  width:100%;
  text-align:center;
}

.footer section.copyright {
  background-color: black;
  padding: 0;
}

.footer > .copyright ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  align-items: center;
  width: 100%;
}

.footer > .bottombar {
  background: black;
}

.footer > .bottombar > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer > .bottombar > .inner:before,
.footer > .bottombar > .inner:after {
  content: none;
}

.footer > .bottombar > .inner > section.social{
  padding-bottom:0;
}
.footer > .bottombar > .inner > .social > ul {
  list-style: none;
  display:flex;
  justify-content: space-between;
  width: 140px;
  margin: 0 auto;
}

.footer > .bottombar > .inner > .social > ul > li {
  display: inline-block;
  margin-bottom:0;
  padding-bottom:0;
}
.footer .copyright p {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: white;
  text-align: center;
}
@media(max-width: 768px){
  .footer .copyright p {
    font-size: 14px;
  }
}

.footer .current_locale {
  margin-right: 5px;
  margin-left: 2px;
}

.footer [data-popup="select-locale"] {
  text-decoration: none;
  color: white;
}

.footer [data-popup="select-locale"]:hover {
  text-decoration: none;
  color: #cf9f24;
}

.footer .language a {
  font-size: 16px;
}

.footer h6 {
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 850px) {
  .footer .mobile {
      display: block;
  }

  .footer .desktop {
      display: none;
  }
}

@media only screen and (min-width: 850px) {
  .footer .mobile {
      display: none;
  }

  .footer .desktop {
      display: block;
  }
}
.footer .mobile.copyright.socials{
  padding-top:0;
}
.footer .socials li{
  display:inline-block;
  vertical-align:top;
}
.footer .socials li a{
  display:block;
  padding: 30px 12px 25px;
}
.footer .ico-linkedin,
.footer .ico-facebook,
.footer .ico-twitter,
.footer .ico-instagram{
  display:inline-block;
  height: 21px;
  width: 21px;
}
.footer .ico-facebook{
  background: url('https://www.keepersecurity.com/assets/icons/ico-facebook.svg')no-repeat center / contain;
}
.footer .ico-twitter{
  background: url('https://www.keepersecurity.com/assets/icons/ico-twitter.svg') no-repeat center / contain;
}
.footer .ico-linkedin {
  background: url('https://www.keepersecurity.com/assets/icons/ico-linkedin.svg')no-repeat center / contain;
}
.footer .ico-instagram {
  background: url('https://www.keepersecurity.com/assets/icons/ico-instagram.svg')no-repeat center / contain;
}


@media only screen and (min-width: 768px) {
  .footer .ico-twitter { margin: 0 0; }
}

.footer section.socials {
  padding-bottom:0;
}
@media only screen and (max-width: 850px){
  .footer #copyright-date{
    margin-top: -10px;
    padding-bottom: 20px;
  }
}

.footer .footer-nav ul {
  list-style: none;
  font-size: 16px;
}

.footer .fragment h6 {
  margin-bottom: 16px;
  letter-spacing: 0;
  font-weight: 600;
}

.footer .fragment h6:nth-of-type(2) {
  margin-top: 30px;
}

.footer .fragment li {
  margin-bottom: 8px;
}   

.footer .navigation a:hover,
.footer .navigation a:focus {
  color: #cf9f24;
  text-decoration: none;
}

@media not all, only screen and (-webkit-min-device-pixel-ratio: 2), not all, only screen and (min-resolution: 192dpi) {
  .ico-facebook {
    width: 12px;
    height: 21px;
    background-image: url('https://www.keepersecurity.com/assets/icons/mo-ico-facebook@2x.png');
  }
  
  .ico-linkedin {
    width: 19px;
    height: 19px;
    background-image: url('https://www.keepersecurity.com/assets/icons/mo-ico-linkedin@2x.png');
  }
  
  .ico-twitter {
    width: 21px;
    height: 17px;
    background-image: url('https://www.keepersecurity.com/assets/icons/mo-ico-twitter@2x.png');
  }
}
/***************FOOTER END*****************/

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.businessColumn h4 {
  padding-left: 30px;
  color: #054B91;
  border-bottom: 2px solid #054B91;
  background: url('https://www.keepersecurity.com/assets/icons/ico-menu-business.svg')no-repeat 0 0 / 20px;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.businessColumn .btn.btn-clear-blue {
  border-color: #054B91;
  color:#000;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.businessColumn .btn.btn-clear-blue:hover {
  color: #054B91;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.enterpriseColumn h4 {
  padding-left: 30px;
  color: #1B78E0;
  border-bottom: 2px solid #1B78E0;
  background: url('https://www.keepersecurity.com/assets/icons/ico-menu-enterprise.svg')no-repeat 0 0 / 20px;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.enterpriseColumn .btn.btn-clear-blue {
  border-color: #1B78E0;
  color:#000;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.enterpriseColumn .btn.btn-clear-blue:hover {
    color: #1B78E0;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.mspColumn h4 {
  padding-left: 30px;
  color: #5FC135;
  border-bottom: 2px solid #5FC135;
  background: url('https://www.keepersecurity.com/assets/icons/ico-menu-msp.svg')no-repeat 0 0 / 20px;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.mspColumn .btn.btn-clear-green {
  border-color: #5FC135;
  color:#000;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.mspColumn .btn.btn-clear-green:hover {
  color: #5FC135;
}
 
ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.personalColumn h4 {
  padding-left: 30px;
  color: #E6B300;
  border-bottom: 2px solid #E6B300;
  background: url('https://www.keepersecurity.com/assets/icons/ico-menu-personal.svg')no-repeat 0 0 / 20px;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.personalColumn .btn.btn-clear-yellow {
  border-color: #E6B300;
  color:#000;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.personalColumn .btn.btn-clear-yellow:hover {
  color: #E6B300;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.familyColumn h4 {
  padding-left: 30px;
  color: #CF9F24;
  border-bottom: 2px solid #CF9F24;
  background: url('https://www.keepersecurity.com/assets/icons/ico-menu-family.svg')no-repeat 0 0 / 20px;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.familyColumn .btn.btn-clear-yellow {
  border-color: #CF9F24;
  color:#000;
}

ul.topNav > .item .dropdown-content.showcase-nav .inner section.showcaseColumn.familyColumn .btn.btn-clear-yellow:hover {
  color: #CF9F24;
}