
/**  Basic CSS **/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.42857;
	color: #000;
	background-color: white;
}

h4{
	color: #1B1B1B;
	font: bold 18px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
}
h2{
	color: #373737;
	margin-bottom:30px;
}
h3{
	font-size: 20px;
	color: #696969;
}
a.button {
	text-decoration: none;
	line-height: 54px;
	color: white;
	padding:15px;
}
.btn-prime{
	color: white;
	background: #10bbf1;
}
.btn-prime:hover {
	color:#fff;
	background: #40c9f4;
	border-color: #40c9f4;
}
.button {
	color: white;
	background: #f2690e;
	height: 58px;
	border: 2px solid #f2690e;
	font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 21px;
	transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
	border-radius: 5px;
	box-sizing: border-box;
}
a.button.button-stripe:hover {
	color: #fff;
	background-color: #05a409;
	border-color: #05a409;
} 
a.button.button-stripe {
	background-color: #06bd0a;
	border-color: #06bd0a;
}
a.button:hover {
	color: white;
}
a.button.button-stripe2 {
	background-color: rgba(238, 122, 35, 0.9);
	border-color: white;
}
a.button.button-stripe3:hover {
	color: #fff;
	background-color: #1e4620;
	border-color: white;
} 
a.button.button-stripe3 {
	background-color: rgba(6, 189, 10, 0.9);
	border-color: white;
}
a.button.button-stripe4 {
	background-color: #ee7a23;
	border-color: #ee7a23;
}
a.button.button-stripe4:hover {
	color: #fff;
	background-color: #d77023;
	border-color: #d77023;
} 
a.button.button-stripe2:hover {
	color: #fff;
	background-color: #1e4620;
	border-color: white;
} 
.button:hover {
	background: #df8738;
	border-color: #df8738;
}
.buttons-wrapper .button-stripe {
	margin-left: 14px;
}
.buttons {
	margin: 15px auto 0 auto;
}
.buttonFree {
	margin: 15px auto 0 auto;
	width: 200px;
}
.buttons2 {
	margin: 15px auto 0 auto;
	margin-top:35px;
}
.buttons3 {
	margin: 15px auto 30px auto;
	width: 175px;
}
#buyRob {
	padding: 15px 46px;
}
a:hover,
a:focus {
  outline: none;
}



/** Intro Section **/
#section-intro {
	/*background: url(../images/family.jpg) center center;
  	background-size: cover;*/
	position: relative;
	overflow: hidden;
	padding: 60px 15px 30px;
}

#section-intro video {
  position: absolute;
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

#section-intro .award-desc {
	display: none;
}

#section-intro small,
#section-intro .award-img { display: none; }

@media (max-width: 1399px) {
	#section-intro {
		background: url('../images/bg-award.png') top right no-repeat;
		background-size: cover;
	}

	#section-intro video {
		display: none;
		visibility: hidden;
	}

	#section-intro .award-desc {
		display: block;
		width: 50%;
		width: calc(100% - 450px);
		position: absolute;
		right: 0;
		bottom: 100px;
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
}

@media (max-width: 899px) {
	#section-intro {
		background: url('../images/bg-plain.png') top right no-repeat;
		background-size: cover;
		overflow: visible;
	}

	#section-intro .award-desc {
		width: 100%;
		position: relative;
		right: 0;
		bottom: 0;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	#section-intro .award-img {
		display: block;
		height: 240px;
		margin: 0 auto 20px;
	}

	#section-intro small {
		display: block;
		font-size: 14px;
		opacity: .75
	}
}

#section-intro .container-fluid {
	position: relative;
	z-index: 3;
}

@media (max-width: 676px) {
	#section-intro {
		padding: 50px 15px;
	}
}

#bannerHeading {
	margin-top: 80px;
	color: #fff;
	font-size: 36px;
	line-height: 37px;
	font-weight: 500;
}
#bannerSubHeading {
	color: #fff;
	margin-top: 15px;
	font-weight: 400;
	font-size: 20px;
}
#mainPricing {
	max-width: 450px;
	margin-left: 0;
	border-radius: 5px;
	color: #fff;
	background: rgba(15, 21, 31, 0.9);
	padding: 30px 25px;
	margin: 30px 0;
}

#mainPricing h2 {
	color: #fff;
	margin-bottom: 20px;
	margin-top:0;
}

#mainPricing .price-type {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 18px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 5px;
}

#mainPricing .annual-price {
	margin-bottom: 20px;
}

#mainPricing .annual-price .price {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	color: white;
}

#mainPricing .annual-price .details {
	float: left;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	top: 12px;
	color: rgba(255, 255, 255, .6);
}

#mainPricing .evergreen-price {
	display: block;
	position: relative;
	text-decoration: none;
	margin-top: 40px;
	margin-left: -35px;
	padding: 10px 30px 10px 100px;
	max-width: 450px;
	background: #1e4620;
}

#mainPricing .evergreen-price:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #143315 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#mainPricing .evergreen-price .best {
	font-weight: bold;
	font-size: 18px;
	line-height: 15px;
	text-align: center;
	color: #c7ea82;
	position: absolute;
	left: 20px;
	top: 25px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#mainPricing .evergreen-price .best span {
	font-size: 14px;
}

#mainPricing .evergreen-price .price-type b {
	color: #FFF;
	letter-spacing: 0;
}

#mainPricing .evergreen-price .price-desc {
	color: white;
	font-size: 14px;
	padding-top: 4px;
}

#mainPricing .buttons {
	float: left;
	margin-right: 15px;
}
#mainPricing .buttonFree {
	float: left;
}
#mainPricing .buttons a {
	text-align: center;
	padding: 15px 30px;
}
#mainPricing .buttonFree a {
	text-align: center;
	padding: 15px 25px;
}

#mainPricing .price-desc {
	font-weight: bold;
}

.add-device-small {
	font-size: 12px;
	line-height: 15px;
	padding-top: 20px;
	padding-left: 5px;
}

.add-device-small .icon {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px;
	color: #5f73ac;
}

.add-device-small a {
	text-decoration: none;
	color: #FFF;
	opacity: .7;
}

.alignIcons {
	display: inline-block;
}
.alignIcons img {
    width: 50px;
    margin: 15px 20px 15px 0;
}
#introIcons {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

/**  Main Banner **/
#mainBanner {
	padding: 30px 0;
	margin-bottom: 0;
	color: white;
	background-size: cover;
	text-align: center;
	background-image: linear-gradient(to right, #ffffff, #dad9d9);
} 	
#mainBanner .imgLogo {
	display: none;
}
#mainBanner h1, .mainBanner .h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #06bd0a;
	margin-top: 45px;
}
#mainBanner h2, .mainBanner .h2 {
	font-size: 22px;
	font-weight:bold;
	text-align: left;
	color: #ee7a23;

}

#mainBanner h3, .mainBanner .h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #06bd0a;
	margin-bottom: 35px;
}
#mainBanner .mainList {
	color:#373737;
	text-align: left;
	font-size: 24px;
	font-weight: bold;	
}
.iconList .fa-check-square{
	color:#06bd0a;	
	padding-top:5px;
	font-size: 80%;
}
.iconList .fa-ul{
	padding-left: 20px;
}
.iconList li{
	margin-bottom:10px;
	line-height: 25px;
	padding-top:4px;
}
#mainBanner p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 200;
	text-align:left;
	color: #000;
	line-height: 20px;
	margin-top: 0;
}

#mainBanner .img-Rob {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.disclaimer p {
	font-size: 12px !important;
	display: block !important;
	margin-top:15px !important;
}
.img-Logo1199 {
	display: none;	
}
#imgGuarantee {
	max-width: 175px;
	float: right;
	padding-left: 15px;
}
#imgGuaranteeMobile {
	display: none;	
}
#proCallMobile {
	display: none;	
}
.priceMethod {
	font-weight:bold;
	color:#06bd0a;
	font-size: 18px;	
}
.price {
	font-weight:bold;
	color:#000;
	font-size: 16px;	
}
/*.tblPricing {
	margin-top: -90px;	
}*/

/**  Override Testimonials CSS **/
#testimonials{
	background-color: #fff !important; 
}

/**  Made in USA Section **/
.madeUSA {
  	background: #1e4620;
  	padding: 40px 0;
}
.madeUSA h2 {
	color:#fff;	
	text-align: center;
}
.madeUSA p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;	
}	
.madeUSAinfo {
	color:#fff;
}
#quote {
	width:85%;	
	margin-left: auto;
	margin-right: auto;
	color:#fdfbe4;
}
.fa-3x{
	font-size:24px !important;
	color:#fdfbe4;
	margin-top:5px;
	margin-right:10px;
}
.fa-border {
	border: none !important;
	padding:0 !important;	
}
.madeUSAinfo blockquote {
	border-left: 5px solid #fdfbe4 !important;	
}

/**  Superior Security Section **/
.security {
	background: url(../../images/bgSecurity.jpg);
  	background-size: cover;
}

.security .security-heading {
	display: block;
	margin-top: 20px;
}

.security .button {
	color: #3c81ff;
	background: none;
	border-color: #3c81ff;
	padding-left: 35px;
	padding-right: 35px;
}

.security .button:hover {
	color: #181d29;
	border-color: #FFF;
	background: #FFF;
}

.textBox1 {
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	background: rgba(15, 21, 31, 0.9);
	padding: 80px 25px 50px;
	margin:100px auto;

}
.textBox1 h2 {
	color: #fff;	
}
.analogy {
	background-color:#fff; 
	color:#000;
	border-radius:15px;	
	margin-top: 10px;
	padding:15px;
}

/**  KnowBe4 Training Section **/
.knowBe4 {
	background-color: #fff; 
	padding: 40px 0;
	text-align: center;		
}
.knowBe4 h2 {
	color:#1e4620;	
}
.trainingInfo p{
	width:85%;
	margin-left: auto;
	margin-right: auto;	
}

/**  Adblocker Section **/
.adblocker {
	background-color: #eee; 
	padding: 40px 0 30px;
	position: relative;
}
.adblocker h2 {
	text-align: center;	
}
.adblocker p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.ad-block-hand {
	position: relative;
	bottom: -30px;
}

.mobile-ad-block-hand {
	margin: 0 auto 30px;
	max-width: 200px;
}

/**  PC Maintenance Section **/
.pcMaintenance {
	background-color:#fff;
	padding: 40px 0;	
}
.pcMaintenance h2 {
	text-align: center;	
	color: #1e4620;
}
.pcMaintenance p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;	
}
.pcMaintenance .faqList {
	font-size:15px;
	margin-left: 35px;	
}
.pcMaintenance ul {
	list-style: none;
	padding:0;
	margin: 0;	
	margin-left: 1em;
	
}
.pcMaintenance li {
	background-image:url(../../images/checkmark_bullet.png);
	background-repeat:no-repeat;
	background-position: 0.4em;
	padding-left: 2em;
}

/**  Screenshots Section **/
.screenshots {
	background: #C7EFBB;
	text-align: center;
	padding: 40px 0;
	background-size: cover;
	color: #696f6f;
	display: none !important;
}
.screenshots h2{
	color:#696f6f;
}

.screenshot-wrap {
	position: relative;
}

.screenshot-wrap img{
	width: 100%;
	margin-bottom: 25px;
}

/**  Requirements Section **/
.requirements {
	background: #eee;
	text-align: left;
	padding: 80px 0;
}
.requirements .row.row-padding {
	padding-top: 40px;
}
.requirements .faqPoints {
	font-size:14px;
	font-style:italic;
	margin-left: 35px;	
}
.requirements ul {
	list-style: none;
	padding:0;
	margin: 0;	
}
.requirements li {
	font-weight: bold;	
	background-image:url(../../images/pcMatic_bullet.png);
	background-repeat:no-repeat;
	background-position: 0.4em;
	padding-left: 2em;
}
.reqHeading {
	font-size: 24px;
	margin-bottom: 10px;	
}
.requirementsListLeft {
	float: left;	
}
.requirementsListRight {
	float: right;	
}
.textBox2 {
	color: #fdfbe4;
	background-color: rgba(0,0,0,0.7);
	padding: 80px 25px;
	margin:100px auto;
}
.textBox2 h2 {
	color: #fff;	
}

/**  As Seen on TV Section **/
.seenOnTV {
	background: #fff;
	text-align: left;
	padding: 40px 0 0 0;
}
.seenOnTV h2 {
	text-align: center;
	color:#1e4620;
}
.playlistVideo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;	
}
.callAction {
	background-color:#ee7a23;
	color: #fff;
	text-align: center;
}
.callAction h2 {
	color:#fff;	
}

/**  Footer Section **/
.footer-section {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 20px;
	background-color:#2e2e2e;
}

.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #ee7a23;
  text-decoration: none;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul > li {
  display: inline-block;
  margin-left: 5px
}

.footer-section .social {
	font-size: 40px;
	float: right;
	margin-right:20px;
	padding-top: 5px;
}
.footer-section .certifications {
	float: right;
	margin-right: 20px;
	padding-top: 5px;
	clear: both;
	margin-top: -55px;
}
.footer-section .certifications img {
	width: 90px;
}
.BBB {
	text-align:center;
}

.fips-pci-seals {
	padding-top: 20px;
}

.fips-pci-seals .fips,
.fips-pci-seals .pci-dss {
	width: 120px;
}

/**  Media Querries **/

@media (max-width: 1199px) {
/*.tblPricing {
	margin-top: -60px;	
}*/
.img-Logo1199 {
	display: block;
	margin-top: 40px;	
}
.adBlockerImg {
	margin-top:0;	
}
.features1 {
	margin-left: 130px;
}
.features2 {
	margin-left: 50px;
}
}
@media (max-width: 991px) {
#mainBanner .img-Rob {
	display: none;	
}
#mainBanner .imgLogo {
	display: initial;
	margin-top: 50px;
}	
#mainBanner h1, .mainBanner .h1 {
	font-size: 25px; 
	line-height: 35px;
	text-align:center;
	margin-top: 20px;
}
#mainBanner h2, .mainBanner .h2 {
	font-size: 25px; 
	line-height: 30px;
	text-align:center;
}
/*.disclaimer p{
	margin-top:15px !important;
	text-align: center !important;
}
.tblPricing {
	margin-top: -20px;	
	margin-left: auto;
	margin-right: auto;
}*/
#imgGuarantee {
	display: none;		
}
#proCall {
	display: none;		
}
#imgGuaranteeMobile {
	display: inline-block;
	max-width: 175px;	
}
#proCallMobile {
	display: inline-block;
	max-width: 175px;	
}
.buttons {
	max-width: 220px;	
}
.buttons2 {
	max-width: 175px;
	text-align: center;
}
.img-Logo1199 {
	display: none;
}
.features1 {
	margin-left: 0;
}
.features2 {
	margin-left: 0;
}
}
@media (min-width:767px) and (max-width:991px) {
	.bcs-container-searchbox {
		display: none !important;
	}
}
@media (max-width: 767px) {
#mainBanner h1, .mainBanner .h1 {
	margin-top: 15px;
}
.featuresBtm {
	margin-top: 50px;
}
img.img-btm {
	width: 100%;
}
.side-nav {
	position: fixed;
	top: 45%;
	right: 4px;
}
a.button {
	text-decoration: none;
	line-height: 54px;
	color: white;
	display: block;
	margin: 0 10%;
	margin-bottom: 20px;
	float: none !important;
	padding:0;
}
a.button.button-stripe { 
	margin: 0 10%;
}
.col-lg-12.statement1Col p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#buyRob {
	padding: 0;
}
.buttons {
	width: 220px;	
}
.buttons3 {
	margin: 15px auto 0 auto;
	padding-bottom: 0;
}
.buttonFree {
	width: 220px;
}
.footer-section .col-sm-4 {
    text-align: center;
}

.footer-section .pull-right{
    float: none !important;
}
.footer-section .social {
	float: none !important;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}  
.footer-section .certifications {
	float: none !important;
	text-align: center;
	display: block;
	margin: 5px auto 0 auto;
}
.footer-section img {
	margin-left: auto;
	margin-right: auto;
}
	.bcs-container-searchbox {
		margin-left: 0 !important;
	}
#mainPricing .buttons {
	float: none;
	margin-right: auto;
}
#mainPricing .buttonFree {
	float: none;
}
#mainPricing .buttons a,
	#mainPricing .buttonFree a {
	padding: 0;
}
#introIcons {
	text-align: center;
}
}

@media (max-width:365px) { 
	.alignIcons img {
		width: 50px;
	}
}
@media (max-width:520px) {
	#mainPricing .tblPricing td {
		padding: 0 5px;
	}
	#mainPricing .priceMethod {
		font-size: 16px;
	}
	#mainPricing .price {
		font-size: 14px;
	}
	#mainPricing h2 {
		font-size: 24px;
	}
}
@media (max-width: 434px) {
#mainBanner h2 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 389px) {
.requirementsListLeft {
	font-size:14px;	
}
}
@media (max-width: 382px) {
#mainBanner h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
@media (max-width: 375px) {
	#mainPricing .buttons, 
	#mainPricing .buttonFree {
		width: 100% !important;
		font-size: 17px ;
	}
	#mainPricing .buttons a, 
	#mainPricing .buttonFree a {
		font-size: 17px ;
	}
}

/**  Bottom Banner **/
#bottomBanner{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e5e5));background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
	background-image: linear-gradient(top, #ffffff 0%, #e7e5e5 100%);
	border-top: 1px solid #3F3F3F;
	width: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
#bottomBanner h2{
	text-align: center;
	position: relative;
	font-weight: bold;
	padding-top: 0;
	font-size: 20px;
	margin-bottom: 20px;
}

/* Search Box */
.bcs-host-div {
	background-color: transparent !important;
}
.bcs-container-searchbox {
	margin-top: 8px;
	margin-left: 15px;
	background-color: #fff;
}
.bcs-searchbox {
	height: auto !important;
	padding-bottom: 5px !important;
}
.bcs-searchbox-submit {
	background-size: 20px !important;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle !important;
	margin-top: 2px !important;
}
.bcs-modal h2 {
	color: #fff !important;
}
.bcs-modal-header {
	background-color: #252d44 !important;
}
