body {
	background-image: none;
	background-color: #efefef !important;
}
.tab_select .testimonials1 {
	cursor: pointer;
	background: #ddd;
}

/* *********** GLOBAL *********** */
#logo {
    padding-top: 120px;
    margin-bottom: 20px;
}
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-icon {
	display: none;
}
header h1 {
	line-height: 56px;
}
.ppass-logo-large {
	height: 295px;
	width: auto;
}
/* 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;
}

/* ************** 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 { 
	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: 1px solid #860000; 
}
nav > ul > li > a:hover,
nav > ul > li > a:active,
nav > ul > li > a:focus { 
	background: none; 
	color: #37b8a5 !important; 
	border-bottom: 1px solid #4bffe4;
	text-decoration: none;
}
/* active */
nav > ul > li.active > a {
	box-shadow: none; 
	background: unset; 
	color: #4bffe4;
	text-decoration: none;
}
nav > ul > li.active > a:hover,
nav > ul > li.active > a:active,
nav > ul > li.active > a:focus { 
	background: unset; 
	color: #4bffe4 !important;
	text-decoration: none;
}
nav > ul > li.active > ul > li > a:hover {
	background: none;
	text-decoration: none;
}
/* contact button */
nav > ul > li a.heavy { 
	background: 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: #860000; 
	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: #860000;
}
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 { 
	background: none; font-size: 16px !important; 
}
nav > ul > li.active > ul > li.active > a { 
	background: none; 
	color: #4bffe4 !important; 
	box-shadow: none;
	text-decoration: none;
	
}
nav > ul > li > ul > li a:hover { 
	background: none;
}
nav > ul > li a:hover,
nav > ul > li a:active,
nav > ul > li a:focus { 
	color: #4bffe4 !important;
}

/* FREE DEMO TAG */
#ppass-contact {
	color: #ccc;
	width: 292px;
	background-image: none;
	background-color: rgba(38,60,79, 1);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#ppass-contact a:hover {
	color: #7fd8ff;
}
/* KEYPOINTS BULLET LIST */
.keypoints li {
	font-size: 27px;
	list-style-type: none;
	white-space: nowrap;
	margin-bottom: 15px;
}
.keypoints li::before {
	content:url("/media/3687/checkmark-circled.png");
	margin-right: 15px;
	vertical-align: middle;
}
/* 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 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;
}