
/* *********** GLOBAL *********** */
body {
	background-image: none;
	background-color: #efefef !important;
}
#logo {
    padding: 0;
    margin: 0;
	width: 400px;
	height: 180px;
	margin-left: auto;
	max-width: unset;
}


/* ************** TOP NAV ************** */
/* bird */
nav > ul > li.bird a,
nav > ul > li.bird a:hover,
nav > ul > li.bird a:active,
nav > ul > li.bird a:visited,
nav > ul > li.bird a:focus {
	border-radius: 0;
	box-shadow: none;
	background: none;
	border-bottom: none;
}
nav { 
	position: sticky;
	background: #860000;
	box-shadow: none !important; 
	font-family: "segoe-ui", sans-serif; 
}
nav > .mobile {
	background: none;
}
nav > .mobile a,
nav > .mobile .arrow {
	background: #246193;
}
@media (max-width: 715px) {
    .arrow {
    	 background: #246193;
    }
}
#nav-bird:hover {
	border-bottom: none;
}
nav > ul > li > a { 
	font-family: "segoe-ui", sans-serif; 
	font-weight: 400; 
	font-size: 16px !important; 
	border-bottom: 2px solid #860000;
	color: rgba(255,255,255,0.8);
	text-shadow: none;
	box-shadow: none;
}
nav > ul > li > a:hover,
nav > ul > li > a:active,
nav > ul > li > a:focus { 
	background: none; 
	color: #37b8a5 !important; 
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
/* active */
nav > ul > li.active > a {
	text-shadow: none;
	box-shadow: none; 
	background: unset; 
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
nav > ul > li.active > a:hover,
nav > ul > li.active > a:active,
nav > ul > li.active > a:focus { 
	background: #860000;
	color: #fff !important;
	text-decoration: none;
}

/* contact button */
nav > ul > li a.heavy { 
	background: none; 
}
nav > ul > li.active a.heavy {
	box-shadow: none;
	text-shadow: none;
}
nav > ul > li a.heavy:hover { 
	background: none; 
	text-decoration: none;
}
nav > ul > li a.more-links:not(nav > ul > li:nth-child(6) > a.more-links) { 
	cursor: default; 
}
/* drop-down / sub-menu */
nav > ul > li > ul { 
	background: #770000;
	font-size: 16px !important;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
nav > ul > li > ul > li a { 
	border-top: none;
	box-shadow: none;
	font-size: 16px !important;
}
nav > ul > li > ul > li ul {
	background: #770000;
}
nav > ul > li > ul > li ul li a { 
	border-top: none;
	box-shadow: none;
	font-size: 16px;
}
nav > ul > li > ul > li ul li a:hover { 
	background: none;
	text-decoration: none;
}
nav > ul > li:nth-last-child(2) > ul > li ul {
	border-bottom-left-radius: 15px;
}
/* active dropdown */
nav > ul > li.active > ul > li > a:hover {
	background: none;
	text-decoration: none;
	color: #fff;
}
nav > ul > li.active > ul > li > a { 
	text-shadow: none;
	box-shadow: none;
	background: none; 
	font-size: 16px !important; 
	color: rgba(255,255,255,0.8);
}
nav > ul > li.active > ul > li.active > a { 
	background: none; 
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
	
}
nav > ul > li > ul > li a:hover { 
	background: none;
}
nav > ul > li a {
	text-shadow: none;
	box-shadow: none;
	color: rgba(255,255,255,0.8);
}
nav > ul > li a:hover,
nav > ul > li a:active,
nav > ul > li a:focus { 
	color: #fff !important;
}


/* Headings */
header h2,
.banner-submessage,
body h1,
body h2,
body h3, 
body h4,
body h5 {
	font-family: "Hind", sans-serif !important;
	font-weight: 600;
	letter-spacing: -0.5px;
}
body h1 {
	font-weight: 700;
}

/* Banners */
header {
	max-height: none;
	height: auto;
	overflow-y: visible;
	padding: 50px 25px 50px 25px;
	margin-top: 0;
}
#header-icon {
	display: none;
}
header h1 {
	font-size: 46px;
	line-height: 1.2;
	text-align: left;
	margin-left: 50px;
	margin-top: 15px;
}
header h2 {
	text-align: left;
	margin-left: 50px;
	padding: 0;
}
#header-table {
	padding-top: 100px;
	overflow: auto;
}
#header-table > tbody > td:first-child {
	text-align: right;
	overflow: auto;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
#header-table > tbody > td:nth-child(2) {
	text-align: left;
	overflow: auto;
	vertical-align: middle;
}
/* HRs */
body hr {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	background: none;
	border-bottom: 1px solid rgba(0,0,128,0.1);
}

/* BUTTONS */
a.teal-button,
.teal-button {
	background-color: #00ad94;
}
a.teal-button:hover,
.teal-button:hover {
	background-color: #37b8a5;
}
/* LINKS */
body main a,
body main a:link {
	color: 	#00ad94;
}
body main a:active,
body main a:hover {
	color: 	#37b8a5;
}

/* FOOTER */
footer#foot {
	background-image: none;
	background-color: #860000;
}
footer#foot a,
footer#foot a:link,
footer#foot a:visited {
	color: #37b8a5;
}

/* FREE DEMO TAG */
#ppass-contact {
	color: #ccc;
	width: 292px;
	background-image: none;
	background-color: #860000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#ppass-contact a {
	color: #d0d0d0;
}
#ppass-contact a:hover {
	color: #fff;
}
/* KEYPOINTS BULLET LIST */
/* Compatible with logos */
.compatible-logos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
}
.compatible-logos > div {
	max-width: 65px;
	margin: 0;
}
.compatible-logos > div > img {
	max-width: 50px;
	max-height: 50px;
	margin: 0;
}
.compatible-logos > div > img {
	max-width: 50px;
	max-height: 50px;
}

/* main screenshot with keypoints */
.screen-shot-area {
	margin-bottom: 50px;
}
.screen-shot-area img {
	padding-left: 50px;
}
.keypoints {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.keypoints li {
	font-size: 27px;
	list-style-type: none;
	line-height: 27px;
	margin-bottom: 20px;
}
.keypoints li::before {
	position: absolute;
	left: 0;
	content:url("/media/3687/checkmark-circled.png");
	margin-right: 15px;
	vertical-align: middle;
}
.keypoints-table > tbody > tr > td:first-child {
	width: 50%;
}
.keypoints-table > tbody > tr > td:nth-child(2) {
	text-align: center;
}
@media(max-width: 990px) {
	.keypoints {
		margin-left: 50px;
	}
}
@media(max-width: 767px) {
	.keypoints-table > tbody > tr > td:first-child {
		width: 100%;
	}	
}





/* FEATURE LIST TABLE */
.versioncomp.feature-table {
	width: auto;
	border-collapse: separate;
	border-spacing: 5px 0;
	border: 0;
}
.versioncomp.feature-table > thead > tr > td {
	padding: 10px;
}
.versioncomp.feature-table td {
	width: auto; /* override existing blanket 'td width 100%' css rule */
	padding: 0;
}
.versioncomp.feature-table > thead > tr > td:nth-child(1) {
	width: 400px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
.versioncomp.feature-table > thead > tr > td:nth-child(n+2):nth-child(-n+4) {
	text-align: center;
	width: 150px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.versioncomp.feature-table > tbody > tr:last-child > td:first-child {
	border-bottom-left-radius: 10px;
}
.versioncomp.feature-table > tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 10px;
}
.versioncomp.feature-table > tbody > tr > td:nth-child(n+2):nth-child(-n+4) {
	text-align: center;
}
.versioncomp.feature-table .check.x {
	opacity: 0.3;
}
.versioncomp .odd,
.versioncomp .even {
	position: relative;
}
.versioncomp .details {
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 15px;
	width: 400px;
	left: 380px;
	top: -5px;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.versioncomp.feature-table td:hover > .details {
	display: inline-block;
}
.versioncomp .details a {
	display: none;
}
.versioncomp a:link {
	color: #4c4c4c;
}
.versioncomp a:hover {
	color: #00ad94;
}
.versioncomp strong {
	color: #4c4c4c;
}
.versioncomp.feature-table td:first-child > strong > a,
.versioncomp.feature-table td:first-child > strong > p {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;   /* match your row height */
	box-sizing: border-box;
}
.versioncomp.feature-table td:first-child > strong > p {
	cursor: default;
}
.versioncomp.feature-table td:first-child > strong > a > a {
	display: inline;
	width: auto;
}
.versioncomp.feature-table .check {
	padding: 10px;
}
/* HIGH SECURITY TABLE */
#security-table {
	width: auto;
	border-collapse: collapse;
	border: 0;	
	border-radius: 10px;
}
/* TESTIMONIALS */

.tab_content {
	border: 1px solid #37b8a5;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: none;
}
.tab_content p strong {
	font-size: 21px;
}
.tab_select .testimonials1 {
	cursor: pointer;
	background: #ddd;
}
.tab_select li {
	box-shadow: none;
}
.tab_select li[data-anchor="FederalGovernments"] {
	border-top-left-radius: 10px;
}
.tab_select li[data-anchor="Quotes"] {
	border-bottom-left-radius: 10px;
}
.tab_select li.selected,
.tab_select li:hover {
	background: #37b8a5 !important;
	padding-left: 15px;
	position: relative;
	left: -6px;
	width: 103%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.testimonial {
	box-shadow: none;
	border-radius: 7px;
}
#keepasshublogo {
	margin: 0 auto;
}

/* RESPONSIVE RULES */

/* submenu edge-of-vw fix */
@media(max-width:1060px) { /* Modules submenu */
	body > nav > ul > li:nth-child(8) > ul {
		right: 0;
	}
}
@media(max-width:820px) { /* Partners submenu */
	body > nav > ul > li:nth-child(6) > ul {
		right: 0;
	}
}

@media(max-width: 715px) {
	nav > ul > li.bird.sub #nav-bird {
		top: -55px;
		left: 25px;
	} 
	nav > .mobile a.heavy {
		background-color: unset;
		background-image: none;
		box-shadow: none;
	}
	nav > .mobile a,
	nav > .mobile .arrow {
		background: #018f7a;
	}
	.arrow {
		background: #018f7a;
	}
	/* fix Help Wiki menu item */
	nav > ul > li:nth-child(8) > ul > li:first-child > ul > li > a {
		position: relative;
		right: -180px;
	}
}

/* mobile banner */
@media(max-width: 767px) {
	#header-table {
		padding-top: 0;
	}
	#header-table > tbody > tr > td:nth-child(1) {
		width: 100% !important;
	}
	#header-table > tbody > tr > td:nth-child(1) img {
		margin-right: auto;
	}
	#header-table > tbody > tr > td:nth-child(2) {
		display: none;
	}
	#header-table > tbody > tr > td:nth-child(3) h1,
	#header-table > tbody > tr > td:nth-child(3) h2 {
		text-align: center;
		margin-left: 0;
	}
}
@media(max-width:400px) {
	#logo {
		width: 100%;
		height: auto;
	}
	header h1 {
		font-size: 28px;
	}
	header h2 {
		font-size: 20px;
	}
}
