@charset "UTF-8";
/* CSS Document */
/* ******** */
/* Global styles */

html, body, div, p, section { 
        padding:0; 
		margin:0; 
}

body {
	width:100vw;
    overflow-x:hidden; 
	overflow-y: scroll;
	padding-bottom:0;
}

html, body, p { 
        font-family: 'Source Sans Pro', Arial, sans-serif; 
		font-size:1.0rem; 
}

iframe {
	height:0px;
	padding:0;
	margin:0;
}

iframe#aboutVid {
	height:349px;
	width:620px;
	
}

div#scanningVideo iframe,
div#wafVid iframe#wafVideo {
	height:500px;
	width:890px;
    display:block;
	margin:0 auto;
}

#worksVideo,
#scanningVideo {
     position:relative;   
     padding-bottom:56.25%;
     padding-top:30px;
     height:0;
     overflow:hidden; 
}

#scanningVideo {
    padding-bottom:48%;
}

#worksVideo iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

body#aboutPage .video {
	width: 620px;
	margin:1% auto;
}

.vidTranscript {
	width:700px;
	margin:10px auto;
	padding:10px;
	height:220px;
	border:solid 1px #dddddd;
	overflow:auto;
	display:none;
}

#sitelockHome .vidTranscript,
#scanning .vidTranscript {
	background-color:#ffffff;
}

p#aboutVidTranscript,
p#slVidTranscript,
p#scanVidTranscript,
p#wafVidTranscript {
	width:880px; 
	margin:0px auto;
	cursor:pointer;
	color:#c32328;
}

p#slVidTranscript {
	width:900px;
}

.vidTranscript p {
	margin:10px;
}


a, img { 
        outline:none; 
		border: none; 
}

img { 
        max-width: 100% !important; 
}

h1, h2, h3, h4, h5, h6 { 
        display:block; 
		font-weight: 200; 
}

p, li { 
        font-size:1.1rem; 
		font-weight:300;  

}

p { 
        line-height: 1.9rem; 
		margin:20px 100px; 
}

address { 
        line-height:24px; 
		font-style:normal; 
		margin:20px 140px;  
		font-weight:200; 
		font-size:16px; 
}

h1 { 
        font-size:3.6rem; 
		line-height:70px; 
		-webkit-font-smoothing: antialiased; 
		-moz-osx-font-smoothing: grayscale; 
		color: #ffffff; 
		margin: 220px 0px 0px 0px; 
		text-align:center; 
}

h2 { 
        font-size: 2.6rem; 
		line-height:3.4rem; 
}

h3 { 
        font-size: 2.0rem; 
}

h4 { 
        font-size: 1.6rem; 
		margin-left:100px; 
}

h5 { 
        font-size:22px; 
}

h6 { 
        font-size: 10px; 
}

.blackBg .ctrDiv h4 {
	   margin:40px 0px;
}

dl { 
        margin: 20px 120px 20px 180px; 
}

dl dt { 
        font-size:22px; 
		font-weight:800; 
		margin:40px 0px 4px 0px; 
}

dl dd { 
        font-size:18px; 
		font-weight:100; 
		margin: 4px 20px; 
		width:460px; 
}

ul { 
        list-style-type:square; 
		margin-left:20px; 
}

ul > li { 
        color: #c32328; 
}

figcaption { 
        font-size:24px; 
		text-align:center; 
		font-weight:100; 
}

a { 
        text-decoration:none; 
		color:#000000; 
}

#affiliates h1 {
    margin:120px 0 0 0;
}


/* Partner pricing pages */
body#hgProducts section.module.content h1, 
body#mochaHost section.module h1, 
body#ggProducts section.module.content h1, 
body#midPhase  section.module.content h1 { 
        color:#000000; 
		margin: 12% auto 0 auto; 
}

body#hgProducts  section.module.content h2,
body#mochaHost section.module.content h2,
body#ggProducts section.module.content h2,
body#midPhase section.module.content h2 {
	text-align:center;
	line-height:3.0rem;
	margin:0% 0% 0% 2%;
}

body#hgProducts a.ghostBtn:hover, 
body#mochaHost a.ghostBtn:hover, 
body#ggProducts a.ghostBtn:hover, 
body#midPhase a.ghostBtn:hover  { 
        color:#ffffff; 
}

body#hgProducts .col-3.plans .planTitle h2, 
body#mochaHost .col-3.plans .planTitle h2, 
body#ggProducts section.module.content h2, 
body#midPhase section.module.content h2 { 
        text-align:center; 
		margin:1% auto; 
}

body#hgProducts .planTitle h2,
body#ggProducts .planTitle h2,
body#mochaHost .planTitle h2,
body#midPhase .planTitle h2 {
	color:#000000;
}

body#hgProducts .col-3.plans, 
body#mochaHost .col-3.plans, 
body#ggProducts .col-3.plans, 
body#midPhase .col-3.plans { 
        background-color:#ffffff; 
		float:left;
		border-radius:5px; 
		width:23%; 
		height:370px; 
		margin:20px 3px; 
		padding:14px 4px; 
}

body#hgProducts .col-3.plans h3, 
body#mochaHost .col-3.plans h3, 
body#ggProducts .col-3.plans h3, 
body#midPhase .col-3.plans h3 { 
        color:#000000; 
		text-align:center; 
		line-height:32px; 
		margin:4px auto 0px auto; 
}

body#hgProducts .col-3.plans ul, 
body#mochaHost .col-3.plans ul, 
body#ggProducts .col-3.plans ul, 
body#midPhase .col-3.plans ul { 
        text-align:left; 
		margin-left:0px; 
}

body#hgProducts .col-3.plans ul li, 
body#mochaHost .col-3.plans ul li, 
body#ggProducts .col-3.plans ul li, 
body#midPhase .col-3.plans ul li { 
        font-size:1.0rem; 
}

body#hgProducts .col-3.plans a.ghostBtn.lg.red, 
body#mochaHost .col-3.plans a.ghostBtn.lg.red, 
body#ggProducts .col-3.plans a.ghostBtn.lg.red, 
body#midPhase .col-3.plans a.ghostBtn.lg.red { 
        display:block; 
		width:60%; 
		margin:2px auto; 
		text-align:center; 
		font-size:1.0rem; 
}

body#hgProducts table.products, 
body#mochaHost table.products, 
body#ggProducts table.products, 
body#midPhase table.products { 
        width:90%; 
		margin:10px auto; 
		border:solid 1px #000000; 
		border-right:0px; 
}

body#hgProducts table.products td.title h4,
body#ggProducts table.products td.title h4,
body#mochaHost table.products td.title h4,
body#midPhase table.products td.title h4 {
	font-size: 1.0rem;
}

body#hgProducts table.products tr td.l h5,
body#ggProducts table.products tr td.l h5,
body#mochaHost table.products tr td.l h5,
body#midPhase table.products tr td.l h5 {
	font-size:1.0rem;
	margin-bottom:1%;
	margin-top:1%;
}

body#hgProducts table.products tr td, 
body#mochaHost table.products tr td, 
body#ggProducts table.products tr td, 
body#midPhase table.products tr td { 
        padding:4px; 
		border-right:solid 1px #333333; 
		border-bottom:solid 1px #333333; 
}

body#hgProducts table.products tr.mid, 
body#mochaHost table.products tr.mid, 
body#ggProducts table.products tr.mid, 
body#midPhase table.products tr.mid { 
        background-color:#333333; 
		color:#ffffff; 
}

body#hgProducts table.products tr.mid td, 
body#mochaHost table.products tr.mid td, 
body#ggProducts table.products tr.mid td, 
body#midPhase table.products tr.mid td { 
        padding:6px 20px; 
}

body#hgProducts table.products tr.mid td.heading h4, 
body#mochaHost table.products tr.mid td.heading h4, 
body#ggProducts table.products tr.mid td.heading h4, 
body#midPhase table.products tr.mid td.heading h4 {
	font-size:1.1rem;
	text-align:left;
	margin:0% 1%;
}

body#hgProducts table.products.productsPartner tr td.noLabel, 
body#mochaHost table.products.productsPartner tr td.noLabel, 
body#ggProducts table.products.productsPartner tr td.noLabel, 
body#midPhase table.products.productsPartner tr td.noLabel { 
        width:140px; 
}

body#hgProducts table.products.productsPartner tr td h3, 
body#hgProducts table.products.productsPartner tr td h4, 
body#mochaHost table.products tr td h3, 
body#mochaHost table.products.productsPartner tr td h4, 
body#ggProducts table.products.productsPartner tr td h4, 
body#ggProducts table.products.productsPartner tr td h3, 
body#midPhase table.products.productsPartner tr td h4, 
body#midPhase table.products.productsPartner tr td h3 { 
        margin:0px auto; 
		text-align:center; 
}

body#hgProducts dl dd, 
body#mochaHost dl dd, 
body#ggProducts dl dd, 
body#midPhase dl dd { 
        width:600px; 
}

body#hgProducts table.products.productsPartner .ghostBtn.red, 
body#mochaHost table.products.productsPartner .ghostBtn.red, 
body#ggProducts table.products.productsPartner .ghostBtn.red, 
body#midPhase table.products.productsPartner .ghostBtn.red { 
        display:block; 
		width:80px; 
		padding:4px 10px; 
		margin:4px auto; 
		text-align:center; 
}

body#hgProducts table.products.productsPartner tr td h3, 
body#mochaHost table.products.productsPartner tr td h3, 
body#ggProducts table.products.productsPartner tr td h3, 
body#midPhase table.products.productsPartner tr td h3 { 
        font-size:1.6rem; 
		font-weight:600; 
}

body#hgProducts table.products.productsPartner tr td.check, 
body#mochaHost table.products.productsPartner tr td.check, 
body#ggProducts table.products.productsPartner tr td.check, 
body#midPhase table.products.productsPartner tr td.check { 
        background: url("../images/products/check_red.png") no-repeat transparent; 
		background-position:center; 
}

body#hgProducts dl dd a, 
body#mochaHost dl dd a, 
body#ggProducts dl dd a, 
body#midPhase dl dd a { 
        color:#c32328; 
		font-weight:400; 
}

body#hgLanding section.module.content { 
        background-color: #efefef;  
		height:auto; 
}

body#mpLanding section.module.content {
	background-color:#efefef;
	margin-top:4%;
	height:460px;
}

body#hgLanding section.module.content h1, 
body#hgLanding section.module.content h2, 
body#hgLanding section.module.content h3,
body#mpLanding section.module.content h1 { 
        margin-left:330px; 
		color:#000000; 
		text-align:left; 
}

body#hgLanding section.module.content a.ghostBtn.red.lg { 
        margin-left:330px; 
		display:block; 
		text-align:center; 
		width:200px; 
}

body#hgLanding section.module.content h1 { 
        font-size:40px; 
		line-height:42px; 
		margin-top:10%; 
		font-weight:500; 
}

body#mpLanding section.module.content h1 {
	font-size:40px;
	line-height:40px;
	margin-top:10%;
	font-weight:500;
}

body#mpLanding section.module.content h3 {
	margin-left:330px;
}

body#mpLanding p.lg {
	margin:4% 8%;
}

body#mpLanding h4 {
	width:90%;
	margin:2% auto;
}
body#mpLanding section.module.content p.lg {
	margin: 0% 4% 1% 4%;
}

body#mpLanding section.module.content a.ghostBtn.lg,
body#hgLanding section.module.content a.ghostBtn.red.lg {
	display:block;
	float:none;
	width:30%;
	margin:1% auto;
	text-align:center;
}

body#mpLanding img#midphase {
	display:block;
	height:auto;
	margin-top:10%;
	float:left;
}

body#hgLanding section.module.content h3 { 
        font-size:24px; 
		line-height:32px; 
}

body#hgLanding section.module.content .blackBg h3 { 
        color:#ffffff; 
}

body#hgLanding .hgPlans,
body#mpLanding .mpPlans { 
        width:30%; 
		height:390px; 
		text-align:center; 
		padding:4px; 
		margin:6px; 
		border:solid 1px #000000; 
		border-radius:5px; 
}
 
body#hgLanding .hgPlans h5,
body#mpLanding .mpPlans h5 { 
       color:#c32328; 
	   font-weight:500; 
	   margin:20px auto; 
}

body#hgLanding .hgPlans h5 span,
body#mpLanding .mpPlans h5 span { 
        color:#000000; 
}

body#hgLanding .hgPlans a.ghostBtn.lg.red,
body#mpLanding .mpPlans a.ghostBtn.lg.red { 
        display:block; 
		width:70%; 
		margin:10px auto; 
}

body#hgLanding .hgPlans p,
body#mpLanding .mpPlans p { 
        margin:0px 24px 16px 24px; 
		text-align:left; 
}

body#hgLanding .hgPlans a.ghostBtn.lg.red#basic,
body#mpLanding .mpPlans a.ghostBtn.lg.red#basic { 
        margin-top:46px; 
}

body#hgLanding .hgPlans a.ghostBtn.lg.red#premium,
body#mpLanding .mpPlans a.ghostBtn.lg.red#premium { 
        margin-top:16px; 
}

body#hgLanding .hgPlans p.popular,
body#mpLanding .mpPlans p.popular { 
        font-weight:500; 
		text-align:center; 
		margin:2px auto; 
}

body#hgLanding a.learnMore,
body#hgLanding p.learnMore,
body#mpLanding a.learnMore,
body#mpLanding p.learnMore { 
        display:block; 
		text-align:center;
		margin:10px auto; 
		font-size:18px; 
}

body#hgLanding #footer,
body#mpLanding #footer { 
        background-color:#555555;
		margin-top:8%;
}

body#hgLanding .bottomNav,
body#mpLanding .bottomNav { 
        width:800px; 
		margin:10px auto; 
		margin-bottom:40px;
		color:#ffffff; 
}

body#hgLanding .bottomNav a,
body#mpLanding .bottomNav a {
	    display:inline-block; 
        color:#ffffff;
		font-size:1.1rem; 
		font-weight:300;
		padding:3% 2%;  
}

body#hgLanding img#gator { 
        float:left; 
		margin-top:90px; 
}

.alert { 
        font-size:24px;
		clear:left; 
		color:#c01e29;
		padding:10px; 
		position:relative; 
		top:10px; 
}

.ctrDiv { 
		margin: 0 auto; 
}


/* Put non-floating div all the way across page */
.clearFloat { 
        clear:both; 
		float:none; 
		width:100%; 
}

/* Vertical white-space divs */
.clearFloat.ten { 
        height:10px; 
}

.clearFloat.twenty { 
        height:20px; 
}

.clearFloat.thirty { 
        height:30px; 
}

.clearFloat.forty { 
        height:40px; 
}

.clearFloat.fifty { 
        height:50px; 
}

.clearFloat.sixty { 
        height:60px; 
}

.clearFloat.seventy { 
        height:70px; 
}

.clearFloat.eighty { 
        height:80px; 
}

.clearFloat.ninety { 
        height:90px; 
}

.clearFloat.cien { 
        height:100px; 
}

/* Horizontal white-space divs */
.spacer { 
        display: block; 
		float:left; 
}

.spacer.forty { 
        width:40px; 
}

.spacer.fifty { 
        width:50px; 
}

.spacer.sixty { 
        width:60px; 
}

.spacer.seventy { 
        width:70px; 
}

.spacer.eighty { 
        width:80px; 
}

.spacer.ninety { 
        width:90px; 
}

.spacer.cien { 
        width:100px; 
}

/* Formatting classes */
.sl_red { 
        color: #c32328; 
}

.ctrText { 
        display:block;
        text-align:center; 
}

.ctrElement { 
        display:block; 
		margin: 0px auto; 
}

.light { 
        font-weight:100; 
}

p.lg { 
        font-size:1.4rem; 
		line-height: 2.0rem; 
		font-weight:100; 
		margin:20px 120px;   
}

#reviews .opening p.lg {
	width:70%;
	text-align:center;
	margin: 20px auto 40px auto;
}

p.extraLg { 
        font-size:32px; 
		line-height:36px; 
		font-weight:100; 
		margin:40px 120px; 
}

p.extraLg span { 
        color:#c32328; 
}

p.alertMsg { 
        color:#c32328; 
		font-weight:500; 
		margin:10px; 
		text-align:center; 
}

.ctrElement { 
         display:block; 
		 margin: 0px auto; 
}

body.thankYou p { 
        font-size:18px; 
		text-align:center; 
}

/* Parallax sections */
section.module.parallax-1 h1,
section.module.parallax-2 h2,
#sitelockHome section.module.parallax-2 h3.sl_red,
#sitelockHome section.module.parallax-2 ul li {
			text-shadow: -2px 2px 2px rgba(40,40,40,0.65);
}

section.module.parallax { 
        height:640px; 
		background-position:50% 50%; 
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size:cover; 
		color:#ffffff; 
}

body#terms section.module.parallax,
body#affiliateTOS section.module.parallax {
	height:540px;
}

#sitelockHome section.module.parallax-1 { 
        background-image:url("../assets/splash_Home.jpg"); 
		padding-top:10px; 
}

#sitelockHome section.module.parallax-2 { 
        background-image:url("../assets/sitelock_conf.jpg"); 
		height:400px; 
}

#plansDef section.module.parallax-1 { 
        background-image:url("../assets/plans/splash_Plans.jpg"); 
		padding-top:10px; 
}

#affiliatePlans section.module.parallax-1 {
	background-image:url("../assets/affiliate_full.jpg");
	padding-top:10px;
}

#news section.module.parallax-1 {
	background-image: url("/assets/news/news_fullscreen.jpg");
	padding-top:10px;
}

#prodPage section.module.parallax-1 { 
        background-image:url("/assets/products/productHeader.jpg"); 
}

#prodPage section.module.infinity { 
        background-image: url("../assets/infinity/splash_Infinity.jpg"); 
		height:400px; 
}

#prodPage section.module.malware { 
        background-image: url("../assets/scanning/splash_scanningHeader.jpg"); 
		height: 400px; 
}

#prodPage section.module.cdn { 
        background-image: url("/assets/products/content_delivery_network.jpg"); 
		height:400px; 
}

#prodPage section.module.waf { 
        background-image: url("/assets/products/web_application_firewall.jpg"); 
		height:400px; 
}

#prodPage section.module.sast { 
        background-image: url("/assets/products/sast.jpg"); 
		height:400px; 
}

#prodPage section.module.ddos { 
        background-image: url("/assets/products/ddos_protection.jpg"); 
		height:400px; 
} 

#prodPage section.module.pci { 
        background-image: url("/assets/products/pci_compliance.jpg"); 
		height:400px; 
}

#infinityPage section.module.parallax-1 { 
        background-image: url("../assets/infinity/splash_Infinity.jpg"); 
}

#truespeedCDN .module.parallax-1 { 
        background-image: url("../assets/cdn/splash_CDNheader.jpg"); 
}

body#scanning .module.parallax-1 { 
        background-image: url("../assets/scanning/splash_scanningHeader.jpg"); 
}

body#partners .module.parallax-1,
body#terms .module.parallax-1,
body#affiliateTOS .module.parallax-1 { 
        background-image:url("/assets/partners/splash_Partner.jpg"); 
}

body#affiliates .module.parallax-1 {
    background-image: url("../assets/affiliateSplash_full.png");
}

body#careers .module.parallax-1 { 
        background-image:url("../assets/careers/careers.jpg"); 
}

body#aboutPage .module.parallax-1 { 
        background-image:url("../assets/about/about_Splash.jpg"); 
}  

#sitelock911 .module.parallax-1 { 
        background-image: url("../assets/malware/splash_911Header.jpg"); 
}

body#help .module.parallax-1 { 
        background-image:url("../assets/welcome/help_Splash.jpg"); 
}

body#reviews .module.parallax-1,
body#reviews .module.parallax-2 { 
        background-image:url("../assets/reviews.jpg"); 
		height:auto; 
}

#compare .module.parallax.parallax-1 { 
        background-image:url("../assets/compare/compare_Splash.jpg"); 
}

#pci .module.parallax.parallax-1 { 
        background-image:url("../assets/pci/PCI_Splash.jpg"); 
} 

#truecode .module.parallax.parallax-1 { 
        background-image: url("../assets/truecode/sast_splash.jpg"); 
}

#ddos .module.parallax.parallax-1 { 
        background-image:url("../assets/ddos/ddos_splash.jpg");
}

#waf .module.parallax.parallax-1 { 
        background-image: url("../assets/waf/WAF%20A_Splash.jpg"); 
}

#gartner .module.parallax.parallax-1 { 
        background-image: url("../assets/landing/gartner_splash.jpg"); 
}

#tollyReport .module.parallax.parallax-1 {
    background-image: url("../assets/tollyBanner2x.png");
    background-size:cover;
    background-attachment:local;
    height:440px;
}

#cfReport .module.parallax.parallax-1 {
    background-image: url("../assets/insights-for-protecting-websites-full.png");
    background-size:cover;
    background-attachment:fixed;
    height:370px;
}


#partner-home .module.parallax.parallax-1 {
    background-image: url("../assets/partner-home-fullscreen.jpg");
}

body#pagenotfound .ctrDiv { 
        width:1100px; 
		background:url("../assets/page_not_found.jpg") no-repeat 0px 0px;
}

#sitelockHome section.module.parallax-2 .container { 
        padding-top:40px; 
}

#sitelockHome section.module.parallax-2 .col-4 h3 { 
        padding: 0px; 
		margin:10px 0px 0px 0px; 
}

#sitelockHome .container .col-4 ul li { 
        text-align:left; 
		line-height:28px; 
}

#sitelockHome .container .col-4 ul li span { 
        color:#ffffff; 
}

section.module.parallax-2 .container .wrapper { 
        width: 940px; 
		margin:0px auto; 
}

#affiliates #affiliateSplashBanner h2 {
        width:600px;
        margin:20px auto;
        font-size: 1.4rem;
        line-height:1.6rem;
        font-weight:700;
        text-transform:uppercase; 
        text-align:center; 
        letter-spacing:0.2rem;  
}

#affiliates .ghostBtn.lg {
    display:block;
    width:160px;
    margin:10px auto;
    text-align:center;
}

#affiliates a.ctrText.tos {
    text-decoration: underline;
}

#affiliates .blackBg a.ctrText.tos {
    color:#ffffff;
}

#sitelock911 .boxWrapper { 
        top:134px; 
}

#infinityPage .boxWrapper { 
        top:104px; 
}

.sl_plans .boxWrapper { 
		background-color:#ffffff; 
		overflow:visible; 
		float:left; 
}
    
.affiliate_plans .boxWrapper {
	overflow:visible;
	float:left;
}

.affiliate_plans .box#affiliate_911 h3.pricing span.small {
	font-size:14px;
}

.sl_plans .boxWrapper:last-child,
.affiliate_plans .boxWrapper:last-child { 
        margin:1% 0; 
}

.wrapper {
	    width:98%;
	    max-width:1200px;
	    position:relative;
	    margin:2% auto;
		overflow-x:hidden;
}

#partner-home .boxWrapper .col-5 a.ghostBtn.lg {
       display:block;
       font-size:1.0rem;
       width:140px;
       padding:5px 0px;
       margin:0px auto;
       text-align:center;
}

#partner-home .boxWrapper .col-5 ul {
    margin-left:14%;
}

div.insetRed { 
        width:80%; 
		max-width:800px;  
		background-color:rgba(195,35,40,0.99); 
		mix-blend-mode:multiply; 
		margin:40px auto; 
}

div.insetRed p { 
        margin:20px 40px; 
		font-size:24px; 
		color:#ffffff; 
		text-align:center; 
}

.gartnerSlide {
	height:360px;
	width:1200px;
	margin:0px auto;
}

.gartnerLeft { 
        float:left; 
		width:40%;
		padding-left:40px;
}

.gartnerRight { 
        float:left; 
		width:44%; 
}

.gartnerSlide .gartnerLeft {
	margin-left:6%;
}

.gartnerRight h3 { 
        margin: 40px 0px 0px 0px; 
		font-size:30px; 
}

.gartnerRight h3 span { 
        color:#c32328; 
}

.gartnerRight p { 
        margin: 6% 0px 0px 0px; 
		font-size:1.6rem; 
		text-align:left;
}

.gartnerRight p span { 
        color:#c32328; 
}

.gartnerRight a.ghostBtn.red.lg { 
        margin:0px; 
	    display:block;
	    float:none;
	    width:240px;
		text-align:center;
}

p#badgeDate {
    position:relative;
	font-size:14px;
	left:44px;
	top:-44px;
	line-height: 2px;
	color:#ffffff;
	text-decoration:none;
	border:hidden;
	font-weight:800;
}

#plansDef table.plansTable#table-1 thead tr td.featuresTitle,
#affiliatePlans table.plansTable#table-1 thead tr td.featuresTitle { 
        width:420px; 
}

#plansDef table.plansTable#table-1 tr.title td.name h5 {
	font-size:1.0rem;
	display:inline;
	line-height:40px;
	font-weight:400;
}

.plansTable tr.title { 
        border-bottom:solid 2px #dddddd;
}

#affiliatePlans .plansTable tr.title td.inc .icon {
	width:22px;
	height:22px;
	margin:0px auto;
	background-repeat:no-repeat;
}

#affiliatePlans .plansTable tr.title td.inc .icon.fully {
	background-image: url( "/assets/fully_covered.svg" );
}

#affiliatePlans .plansTable tr.title td.inc .icon.partial {
	background-image: url( "/assets/partial.svg" );	
}

#affiliatePlans .plansTable tr.title td.inc .icon.not {
	background-image: url( "/assets/not_included.svg" ); 
}

#prodPage div.boxWrapper { 
        top: 60px; 
}

.mdevice, 
body#prodPage div.boxWrapper.mdevice { 
        display:none; 
}

#truecode .boxWrapper { 
        top: 120px; 
}

.boxWrapper .opening { 
        width:840px; 
		background-color:#ffffff; 
		color:#000000; 
}

div.opening { 
        width:68%;
		margin:1% auto;
}

.boxWrapper .opening p { 
        font-weight:100; 
		margin:0px 80px; 
}

.boxWrapper .opening p.lg { 
        font-size:22px; 
		margin:20px 120px 40px 120px; 
		font-weight:100;  
		line-height: 30px; 
}

#affiliates .boxWrapper .opening p.lg {
    margin: 20px 100px 0px 100px;
}

.boxWrapper .opening h3 { 
        color:#c32328; 
		text-align:center; 
		padding:40px 80px 10px 80px; 
}

#news .boxWrapper .opening h3 {
	padding:60px 80px 10px 80px;
}

.benefitDesc p { 
        font-weight: 200; 
		padding:0px; 
		margin:0px 20px 20px 0px; 
}

.iconBox p { 
        margin:10px; 
}

.icon#showPhone p {  
        color:#c32328; 
		width:120px;
		line-height:16px; 
		position:relative; 
		top:4px; 
		left:auto;
		font-size:16px; 
		margin: 0px 20px 0px 0px; 
}

.icon#showPhone p a {
	color:#c32328;
}

.helpIcons .iconWrapper p { 
        margin:0px auto; 
}

body.thankYou .ctrDiv p { 
        color:#000000; 
} 

ul > li > span, 
.iconBox ul > li > span { 
        color:#000000; 
}

ul.breadcrumbs, 
ul.breadcrumbs li { 
        display:none; 
}

section.module .blackBg, 
.blackBg { 
        background-color:#000000; 
		color:#ffffff; 
		clear:both; 
		margin:0px; 
		text-align:center; 
}

.blackBg h3 a { 
        color: #ffffff; 
		cursor:pointer; 
}

section.module .blackBg h2 { 
        text-align:center; 
		font-size:40px; 
		margin: 80px auto; 
}

a.ghostBtn, 
input.ghostBtn { 
        color:#ffffff; 
		text-decoration:none; 
		border: solid 1px #ffffff; 
		background-color:transparent; 
}

a.ghostBtn.right {
	display:block;
	float:right;
}

a.ghostBtn.red, 
input.ghostBtn.red,
button.ghostBtn.red { 
        color: #c32328; 
		text-decoration:none; 
		border: solid 1px #c32328; 
		background-color: transparent; 
}

a.ghostBtn.red#login,
#prodPage section.module.parallax-1 a.ghostBtn.red#login {
	float:right;
	width:60px;
	height:24px;
	margin:10px 10px 0px 20px;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	line-height:24px;
	font-weight:600;
}

a.ghostBtn.black, 
input.ghostBtn.black { 
        color:#000000; 
		text-decoration:none; 
		border: solid 1px #000000; 
		background-color: transparent; 
}

a.ghostBtn:hover, 
input.ghostBtn:hover { 
        color:#000000; 
		text-decoration:none; 
		background-color:#ffffff; 
		cursor:pointer; 
}

a.ghostBtn.red:hover, 
input.ghostBtn.red:hover { 
        color:#ffffff; 
		text-decoration:none; 
		background-color:#c32328; 
} 

a.ghostBtn.black:hover, 
input.ghostBtn.black:hover { 
        color:#ffffff; 
		text-decoration:none; 
		background-color:#000000; 
}

a.ghostBtn.lg, 
input.ghostBtn.lg { 
        padding: 10px 20px; 
		font-size: 1.4rem; 
		font-family: 'Source Sans Pro', Arial, sans-serif; 
		font-weight:100; 
}

#sitelockHome .blackBg .ctrDiv h3.andMore {
	margin: 1% auto 2% auto;
}

#sitelockHome .blackBg .ctrDiv a.ghostBtn.lg {
	float:none;
	display:block;
	width:300px;
	margin:1% auto 0% auto;
}

#reviews a.ghostBtn#reviewSubmit {
	display:block;
	width:200px;
	text-align:center;
	margin:10px auto;
}

button.ghostBtn.red.lg {
	padding:8px 4px;
	font-size:0.9rem;
	font-weight:200;
	display:block;
	margin:10px auto;
}

a.ghostBtn.extraLg, 
input.ghostBtn.extraLg { 
        padding:20px 60px; 
		font-size:2.0rem; 
		font-family: 'Source Sans Pro', Arial, sans-serif; 
		font-weight:100; 
}

input.ghostBtn { 
        display:block; 
		font-size:14px; 
		color:#c32328; 
		padding:8px 4px; 
		border:solid 1px #c32328; 
		background-color:transparent;  
		text-align:center; 
		margin: 0px auto; 
		font-weight:200; 
}

input.ghostBtn:hover { 
        background-color: #c32328; 
		color:#ffffff; 
		cursor:pointer; 
}

.iconRow.extraShort,
.iconRow.short,
.iconRow.long { 
		margin: 0 auto; 
}


.iconBox, a.iconBox { 
        text-decoration:none; 
		float:left; 
		color:#000000; 
		text-align:center; 
}

a .iconBox .iconLg:hover { 
      fill:#c32328; 
}

a .iconBox h3, .iconBox h3 { 
        color:#c32328; 
		font-size:32px; 
		font-weight:200; 
		text-align:center; 
		margin:0px auto; 
}

.iconBox ul { 
        text-align:left; 
		padding-left: 5%; 
}

.iconLg { 
        width: 100px; 
		height:100px; 
		margin:0 auto; 
} 

section.module p:last-child { 
        margin-bottom:0px; 
}

.widgetContainer { 
        clear:both; 
		float:none; 
		width:100%; 
}

.columnOne, 
.columnTwo { 
        width: 46%; 
		float:left; 
}

.fullscreen { 
        display:block; 
}

span.fullscreen {
	display: inline;
}

sup { 
        font-size:50%; 
}

.tech { 
        text-align:center; 
		width: 280px; 
		margin:14px 8px; 
		float:left; 
}

.tech h5 { 
        color:#c32328; 
		margin:6px auto;  
		text-align:center;
}

h1 sup.reg_format { 
        position:relative; 
		top:1.1em; 
}

h3 sup.reg_format { 
        position:relative; 
		top:1.0em; 
		font-size:18px; 
}

p sup.reg_format { 
        position:relative; 
		top:1.4em; 
		font-size:18px; 
}

p.lg sup.reg_format { 
      position:relative; 
	  top:0.9em; 
	  font-size:18px; 
}

.benefitWrapper { 
        width:100%; 
		clear:both; 
		float:none; 
		margin:0px 0px 40px 0px;
}

.imgBoxWrapper { 
        width: 200px; 
		height:140px; 
		float:left; 
}

.imgBox { 
        width:100px; 
		height:100px; 
		margin: 0px 10px 0px 80px; 
}

.benefitDesc { 
        width: 700px; 
		float:left; 
		margin:0px 0px 0px 0px; 
}

.benefitDesc h4 { 
        color:#c32328; 
		padding:0px; 
		margin:4px 0px; 
}

/* Footer styles */
.ftr_main { 
        background-color: #171717; 
		font-size:12px;
		margin: 0; 
		clear: both; 
		overflow: auto; 
		margin-bottom:-20px;
}
  
.ftr_main .inset { 
        margin: 0 auto;
	    padding: 34px 0 0 40px; 
	    width: 1000px; 
	    clear: both; 
	    overflow: auto; 
	    color: #acacac; 
}

.ftr_main .inset h3,
body#scanning .ftr_main .inset h3 { 
        color: #fff; 
	    font-size: 14px; 
	    padding: 0; 
	    text-transform: uppercase; 
	    margin:0 0 10px 0; 
}
    
.ftr_main .inset a h4,
body#scanning .ftr_main a h4 { 
        color: #acacac; 
		text-decoration: none; 
}
      
.ftr_main .inset a:hover { 
        color: #fff; 
}
    
.ftr_main .inset .contact { 
        float: right; 
		width: auto; 
}
	
.ftr_main .inset .social-links a img { 
        margin-right:5px; 
}
		
.ftr_main .inset .links.social a { 
        font-size:12px; 
		color:#acacac;
}
      
.ftr_main .inset .links.social ul li img { 
        margin-right:10px; 
}
      
.ftr_main .inset ul { 
        margin: 0; 
		padding: 0; 
		list-style: none; 
		line-height: 18px; 
}
    
.ftr_main .inset .links { 
        float: left; 
		padding: 0 0 24px 0; 
		width:250px; 
}
      
.ftr_main .inset .links ul { 
        float: left; 
		width: auto; 
		margin: 0 34px 0 0; 
		line-height:30px; 
		display:inline-block; 
		color:#ffffff; 
}
    
.ftr_main .inset .copyright,
.ftr_main .copyright,
.ftr_main .copyright a,
.ftr_main .inset .copyright a  { 
        color: #fff; 
		clear: both; 
		overflow: auto; 
}

.ftr_main .links ul li,
.ftr_main .links ul li a,
.ftr_main p.copyright,
.ftr_main p.copyright a { 
        font-size:12px; 
		color:#cecece; 
		line-height:22px; 
}

.ftr_main .links ul li h4 {
    font-size:14px;
    line-height:18px;
    letter-spacing:0.1rem;
    font-weight:500;
    margin:0;
}

.ftr_main p.copyright {
	margin: 0 auto;
}

.ftr_main .social_divs a { 
        line-height:26px; 
}

.ftr_main .social_google, 
.ftr_main .social_linkedin, 
.ftr_main .social_twitter, 
.ftr_main .social_fb { 
        width:22px; 
		height:22px; 
		fill:#cecece; 
		margin:4px; 
		float:left; 
}

.ftr_main a > .social_google:hover, 
.ftr_main a > .social_linkedin:hover, 
.ftr_main .social_twitter:hover, 
.ftr_main .social_fb:hover { 
        fill: #ffffff; 
}

.ftr_main address { 
        font-size:12px; 
		margin:10px 0px; 
		line-height:14px; 
		color:#cecece; 
}

.ftr_main .panel-group { 
        display:none; 
}

/* Header styles */
a#sitelockLink {
	position:absolute;
}

.sitelockLogo { 
	 	margin-left:0px;
		margin-top:20px;
}

.logoMobile { 
        display:none; 
}

#sitelockSearchWrapper { 
        width:210px; 
		height:34px; 
		padding:0px 4px; 
		float:right; 
}

#sitelockSearch { 
        float:left; 
		width:200px; 
		padding:0px; 
		display:none;  
}

#sitelockSearch_mobile { 
        display:none;
}

.cse input.gsc-input, 
input.gsc-input { 
        background-image:none !important; 
}

.gsc-clear-button { 
        display:none; 
}

.cse form.gsc-searchbox, 
form.gsc-search-box { 
        background-color:transparent; 
}

.cse .gsc-control-cse, 
.gsc-control-cse { 
        padding: 0.2em; 
}

.gsc-search-button { 
        cursor:pointer; 
}

.gsc-modal-background-image { 
        opacity: 0.0; 
}

.header { 
        z-index:300; 
		width:100%; 
		position:fixed; 
		top:0; 
		padding-bottom:0px;
		background-color:#ffffff; 
		-webkit-box-shadow: 0px 10px 6px rgba(0,0,0,0.4); 
		-moz-box-shadow: 0px 10px 6px rgba(0,0,0,0.4); 
		box-shadow: 0px 10px 6px rgba(0,0,0,0.4);  
}

.hdrIcons {
      		cursor:pointer;
}

.hdrIcons .icon { 
        float:right; 
		width: 26px; 
		height:26px; 
		margin:10px 4px 0px 4px; 
		fill:#000000; 
		cursor:pointer;  
}

 .hdrIcons .socialWrapper {
	float:right;
	padding-left:30px;
}


.icon#showPhone { 
        width: 15%; 
		text-align:left;
}

.hdrIcons .icon a:hover { 
        fill: #c32328; 
}

.navWrapper { 
        background-color:#ffffff; 
		width:100%; 
		padding:2px 10px 10px 10px; 
}

.nav ul { 
        list-style:none; 
		margin:0px; 
		padding: 0px; 
}

.nav ul li { 
        float:left; 
		font-size:1.0rem; 
		text-align:left;
}

.nav ul li a { 
        display:block; 
		background-color:#ffffff; 
		padding: 1.4% 1.6% 0.8% 1.6%; 
		text-decoration:none; 
		white-space:nowrap; 
		color:#000000; 
		text-transform:uppercase;  
}

.nav ul li a.active { 
        color:#c32328; 
}

.nav ul li a:hover { 
        color:#c32328; 
}

.nav ul li ul { 
        display:none; 
		padding-top:0px; 
}

ul.subNav li a { 
        text-align:left; 
		display:block; 
		padding:10px; 
		text-transform:none;  
		width:200px; 
		border:solid 1px #dddddd; 
		border-top:0px;  
}

ul.subNav li a:first-child { 
        border-top:solid 1px #dddddd; 
}

ul.subNav li a:hover { 
        background-color:#c32328; 
		color:#ffffff; 
}

.nav ul li:hover ul { 
        display:block; 
		position:absolute; 
}

.nav ul li:hover li {
        float:none; 
}

nav#prodNav { 
        background-color:#ffffff; 
		width:100%; 
		z-index:300; 
		padding:14px 0px 8px 0px; 
		border-top:solid 3px #000000; 
		clear:both;
}

nav#prodNav ul { 
        width:1000px;
		margin:0px auto; 
		padding-right:40px; 
}

nav#prodNav ul li { 
        float: left; 
		list-style-type:none; 
		color:#000000; 
		font-weight:400; 
		font-size:12px; 
		padding:0px 16px; 
		cursor:pointer; 
}

nav#prodNav ul li a.active { 
        color:#c32328; 
}

nav#prodNav ul li a:hover { 
        color:#c32328; 
}

.navbar-inverse .navbar-toggle { 
        border-color: #333; 
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
        background-color: #333;
}

.navbar-toggle {
        position: relative;
        float: right;
        width:0px;
        height:0px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent; 
        border:0px;
}

button.navbar-toggle img {
    display:block;
    max-width:100%;
    height:auto;
}

.navbar-toggle:focus { 
        outline: 0; 
}

.navbar-toggle .icon-bar { 
        display: block; 
		width: 50px; 
		height: 5px; 
		border-radius: 1px; 
}

.navbar-toggle .icon-bar + .icon-bar { 
        margin-top: 8px; 
}

.navbar-toggle .icon-bar { 
        background-color: #888; 
}

.sr-only { 
        position: absolute; 
		width: 1px; 
		height: 1px; 
		padding: 0; 
		margin: -1px; 
		overflow: hidden; 
		clip: rect(0, 0, 0, 0); 
		border: 0; 
}

p.disclaimer,
#tollyReport p.disclaimer,
#cfReport p.disclaimer {
	font-size:12px;
	margin:0px 10px;
	padding-bottom:40px;
	font-weight:400;
	line-height:14px;
	text-align:center;
}

#tollyReport p.disclaimer,
#cfReport p.disclaimer {
    color:#000000;
}

p.disclaimer a {
	font-style:italic;
}

#lander02 .blackBg p.disclaimer {
	text-align:left;
	margin:4px 0px 0px 18px;
}

.blackBg p.disclaimer a {
	color:#ffffff;
}

/* Static footer */
footer.static p.disclaimer { 
        font-size:12px; 
		margin: 10px; 
		line-height:14px; 
		text-align:left; 
}

/* Static header */
header.static {  
        background-color:#ffffff; 
		-webkit-box-shadow: 0px 10px 6px rgba(0,0,0,0.4); 
		-moz-box-shadow: 0px 10px 6px rgba(0,0,0,0.4); 
		box-shadow: 0px 10px 6px rgba(0,0,0,0.4); 
}

header.static .logo { 
        margin: 10px; 
}

header.static .logo img { 
        padding:10px; 
}

#sitelockHome .container { 
        text-align:center; 
}

#thankyou_banner {
	margin-top:60px; 
	background-image: url("../images/thankyou/phone1.jpg"); 
	height:400px; 
	background-color:#1b1b1b; 
	background-repeat:no-repeat; 
	background-position:50% 50%; 
	background-size:cover; 
}

#homeBanner { 
        text-align:center; 
		margin:0px; 
}

#homeBanner h1 { 
        padding: 40px auto; 
		color:#ffffff; 
		font-weight:100; 
}

#sitelockHome .opening h3 { 
        padding: 40px 20px 10px 20px; 
}

.helpIcons { 
        width:480px; 
		margin:0px auto; 
}

.helpIcons .phoneDiv { 
        float:left; 
		width:160px; 
}

.helpIcons .iconWrapper { 
        float:left; 
		width:160px; 
}

.helpIcons .iconWrapper#phoneBox { 
        float: none; 
}

a.iconWrapper#chat { 
        fill:#cadffe; 
}

.glyph.placeholder, 
.glyph.arrowBtn, 
.buttonsMobile { 
        display:none; 
}

#sitelockHome .helpIcons .iconWrapper p { 
        font-family:"Source Sans Pro", Arial, sans-serif;
		text-align:center; 
		margin-top:0px; 
		font-weight:600; 
		padding:0px; 
}

/* Bounce animation for icons */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { 
	        -moz-transform: translateY(0); 
			transform: translateY(0); 
	}
    
	40% { 
	        -moz-transform: translateY(-30px); 
			transform: translateY(-30px); 
	}
    
	60% { 
	        -moz-transform: translateY(-15px); 
			transform: translateY(-15px); 
	}
}

@-webkit-keyframes bounce {
  0%, 
  20%, 
  50%, 
  80%, 
  100% { 
          -webkit-transform: translateY(0); 
		  transform: translateY(0); 
  }
  
  40% { 
          -webkit-transform: translateY(-30px); 
		  transform: translateY(-30px); 
  }
  
  60% { 
          -webkit-transform: translateY(-15px); 
		  transform: translateY(-15px); 
  }
}

@keyframes bounce {
  0%, 
  20%, 
  50%, 
  80%, 
  100% { 
          -moz-transform: translateY(0); 
		  -ms-transform: translateY(0); 
		  -webkit-transform: translateY(0); 
		  transform: translateY(0); 
  }
  
  40% { 
          -moz-transform: translateY(-30px); 
		  -ms-transform: translateY(-30px); 
		  -webkit-transform: translateY(-30px); 
		  transform: translateY(-30px); 
  }
  
  60% { 
          -moz-transform: translateY(-15px); 
		  -ms-transform: translateY(-15px); 
		  -webkit-transform: translateY(-15px); 
		  transform: translateY(-15px); 
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% { 
          -moz-transform: translateY(0); 
		  transform: translateY(0); 
  }
  
  40% { 
          -moz-transform: translateY(-30px); 
		  transform: translateY(-30px); 
  }
  
  60% { 
          -moz-transform: translateY(-15px); 
		  transform: translateY(-15px); 
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
          -webkit-transform: translateY(0); 
		  transform: translateY(0); 
  }
  40% { 
          -webkit-transform: translateY(-30px); 
		  transform: translateY(-30px); 
  }
  60% { 
          -webkit-transform: translateY(-15px); 
		  transform: translateY(-15px); 
  }
}

@keyframes bounce {
    0%, 
	20%, 
	50%, 
	80%, 
	100% { 
	        -moz-transform: translateY(0); 
			-ms-transform: translateY(0); 
			-webkit-transform: translateY(0); 
			transform: translateY(0); 
	}
  
    40% { 
	        -moz-transform: translateY(-30px); 
			-ms-transform: translateY(-30px); 
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px); 
	}
  
    60% { 
	        -moz-transform: translateY(-15px); 
			-ms-transform: translateY(-15px); 
			-webkit-transform: translateY(-15px); 
			transform: translateY(-15px); 
	}
}

/* Rotate animation for arrow buttons */

@keyframes twirl {
	10% { 
	        -moz-transform: rotate(9deg); 
			-ms-transform: rotate(9deg); 
			-webkit-transform: rotate(9deg); 
			transform: rotate(9); 
	}
	
	20% { 
	        -moz-transform: rotate(18deg); 
			-ms-transform: rotate(18deg); 
			-webkit-transform: rotate(18deg); 
			transform: rotate(18); 
	}
	
	30% { 
	        -moz-transform: rotate(27deg); 
			-ms-transform: rotate(27deg); 
			-webkit-transform: rotate(27deg); 
			transform: rotate(27); 
	}
	
	40% { 
	        -moz-transform: rotate(36deg); 
			-ms-transform: rotate(36deg); 
			-webkit-transform: rotate(36deg); 
			transform: rotate(36); 
	}
	
	50% { 
	        -moz-transform: rotate(45deg); 
			-ms-transform: rotate(45deg); 
			-webkit-transform: rotate(45deg); 
			transform: rotate(45); 
	}
	
	60% { 
	        -moz-transform: rotate(54deg); 
			-ms-transform: rotate(54deg); 
			-webkit-transform: rotate(54deg); 
			transform: rotate(54); 
	}
	
	70% { 
	        -moz-transform: rotate(63deg); 
			-ms-transform: rotate(63deg); 
			-webkit-transform: rotate(63deg); 
			transform: rotate(63); 
	}
	
	80% { 
	        -moz-transform: rotate(72deg); 
			-ms-transform: rotate(72deg); 
			-webkit-transform: rotate(72deg); 
			transform: rotate(72); 
	}
	
	90% { 
	        -moz-transform: rotate(81deg); 
			-ms-transform: rotate(81deg); 
			-webkit-transform: rotate(81deg); 
			transform: rotate(81); 
	}
	
	100% { 
	        -moz-transform: rotate(90deg); 
			-ms-transform: rotate(90deg); 
			-webkit-transform: rotate(90deg); 
			transform: rotate(90); 
	}
}

.iconWrapper:hover { 
        -moz-animation: bounce 2s infinite; 
		-webkit-animation: bounce 2s infinite; 
		animation: bounce 2s infinite; 
}

div.iconWrapper:hover, 
div.iconWrapper a:hover { 
        fill:#c32328; 
		color:#c32328;  
}

#sitelockHome .helpIcons #chat, 
.helpIcons #phoneLg, 
.helpIcons #write { 
        width:60px;  
		height:60px; 
		margin:0 auto; 
		cursor:pointer; 
}


#phonePop { 
        display:none; 
		width:170px; 
		border-radius:5px; 
		background-color:#c32328;
		color:#ffffff; 
		margin:40px 0px 0px 0px; 
		padding:4px;
		position:absolute; 
		font-weight:400;  
		text-align:left; 
		z-index:200; 
}

#closePhone { 
        font-family: "Source Sans Pro"; 
		cursor:pointer; 
		font-weight:600; 
		margin-right:8px; 
}

.coverUp { 
        width:100%; 
		background-color:#ffffff; 
		display:inline-block; 
		height:40px; 
		padding:0px 0px 0px 4px; 
		position:relative; 
		top:-10px; 
}

.what_we_do_btn { 
        width:120px; 
		height:120px; 
		margin:10px auto; 
}

.what_we_do_btn:hover { 
        fill:#c32328; 
}

.whatUnique { 
        width: 800px; 
		margin: 10px auto;  
		text-align:center; 
}

.whatUnique h2 { 
        margin-top:9%; 
}

.whatUnique h4 { 
        text-align:center; 
		margin:0px; 
		color:#c32328; 
}

#our-customers { 
        text-align:center; 
}

#our-customers h3 { 
        margin: 40px 0px 0px 0px; 
}

#our-customers .heart { 
        width: 40px; 
		height:40px; 
		display:inline-block; 
		vertical-align:middle; 
		padding:4px 10px; 
		fill:#c32328; 
}

.next_btn.ghost_btn { 
        border:solid 1px #000000; 
		padding: 14px 20px; 
		width:200px; 
		margin:40px auto; 
		font-size:18px; 
		font-weight:100; 
		cursor:pointer; 
}

.next_btn.ghost_btn:hover { 
        background-color:#000000; 
		color:#ffffff; 
}

#find-out { 
        background-color:#c32328; 
        padding: 40px; 
		color:#ffffff; 
		margin: 0px; 
		text-align:center; 
}

#find-out a {
	color:#ffffff;
}

.creds { 
        clear: both; 
		display: block; 
		text-align:center; 
		padding:10px 0px 20px 0px; 
}

.creds h3 { 
        margin: 20px 10px 10px 10px; 
}

.creds img { 
        margin: 10px 50px; 
}

.creds > .rowOne { 
        width: 900px; 
		margin:0px auto; 
}

.creds > .rowTwo { 
        width: 500px; 
		margin:10px auto; 
}

.creds > .rowTwo img { 
        margin: 10px 60px; 
}

/* Plans page */
body#plansDef p.tooltip { 
        position:absolute; 
		color:#ffffff; 
		width:240px; 
		padding:10px; 
		background-color:#333333; 
		border-radius:5px; 
}

.sl_plans { 
        margin:10px auto; 
		position:relative; 
}

.affiliate_plans {
	margin:40px auto 10px auto;
}

.sl_plans .box .bdy { 
        height: 300px; 
}

.affiliate_plans .box .bdy {
	height:280px;
}

.sl_plans p,
.affiliate_plans p { 
    margin: 8% auto 0% auto;
    width:90%;
	text-align:center; 
	font-size:1.0rem;
	line-height:1.2rem;
}

.affiliate_plans p {
	font-size:0.9rem;
	width:95%;
}

.affiliate_plans .box#affiliate_911 p {
	color:#c32328;
}

.sl_plans .box .bdy p,
.affiliate_plans .box .bdy p { 
        color:#000000; 
}

.affiliate_plans .box .bdy ul,
.affiliate_plans .box .bdy ul li,
.affiliate_plans .box .bdy ul ul {
	margin-left:0px;
	padding:2px 4px 2px 18px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight:300;
	font-size:0.9rem;
	line-height:1.4rem;
}

.affiliate_plans .box .bdy ul li {
	padding:0;
}

.affiliate_plans .box .bdy ul ul li {
	color:#000000;
}


.affiliate_plans .box .bdy p {
	margin: 0px auto 10px auto;
}

.sl_plans h3,
.affiliate_plans .box h3.pricing { 
        font-size:16px; 
		color:#c32328; 
		font-weight:400; 
		text-align:center; 
		margin:2% auto;
}


.affiliate_plans .box h3.pricing {
	color:#000000;
	font-weight:600;
}

.sl_plans h2.planTitle { 
        font-size:1.8rem;
		line-height:2.2rem;
		margin: 14px auto;
		text-align:center; 
		color:#c32328;
		font-weight:400; 
}

.affiliate_plans h2.planTitle {
	font-size:1.6rem;
	line-height:1.4rem;
	margin:0px auto 14px auto;
	text-align:center;
	color:#c32328;
	font-weight:800;
	letter-spacing:0.2rem;
}

.affiliate_plans h2.planTitle {
	margin:0px auto 10px auto;
}

.affiliate_plans .topIcon {
	width:100px;
	border-radius:50%;
	padding:10px;
	margin:0px auto;
	background-color:#ffffff;
	position:relative;
	top:-60px;
}

.sl_plans h2.planTitle span { 
        color:#000000; 
		font-weight:200;  
}

.sl_plans ul { 
        margin-left: 10%; 
		padding-left:0;
}

.sl_plans ul li { 
        width:92%;
        margin:4% auto 0 auto; 
		font-size:0.9rem;
		line-height:1.0rem;
		letter-spacing:-0.02rem;
}

.guide h3 { 
        margin: 60px auto; 
}

.plansFeatures h3 { 
        text-align:center; 
}

.plansFeatures .iconBox h4 { 
        font-size: 18px; 
		font-weight:600; 
		margin:4px auto; 
}

.stdFeatures { 
        width: 160px; 
		float:left; 
		margin: 10px 20px; 
}

.stdFeatures p { 
        text-align:center; 
}

.stdFeatures .icon { 
        width: 100px; 
		margin:0px auto; 
}

/* Plans page -- Compare all packages table */
#header-fixed { 
        position: fixed; 
		top: 0px; 
		display:none; 
		background-color:white; 
		border-collapse: collapse; 
}

#plansDef .formDiv {
	background-color:#c32328;
	width:890px;
	margin:0px auto;
	padding-bottom:2px;
}

.plansTable { 
        width: 870px; 
		border-collapse: collapse;
		background-color:#ffffff; 
		margin:10px auto; 
}

#affiliatePlans .plansTable {
	border: solid 3px #000000;
	margin:40px auto;
}

.plansTable tr td { 
        line-height: 30px; 
		height: 30px; 
		text-align: center; 
		color: #000; 
		letter-spacing:-.04em; 
		font-weight:200;
}

#affiliatePlans .plansTable thead tr td.first {
	width:160px;
}

#affiliatePlans .plansTable thead tr td.first h4,
#affiliatePlans .plansTable thead tr td.second h4,
#affiliatePlans .plansTable thead tr td.third h4 {
	text-align: center;
	float:none;
}

.plansTable tr td h4 {
	margin:0;
	padding:0;
	color:#000000;
	font-size:1.0rem;
	line-height:40px;
	float:left;
	font-weight:400;
	letter-spacing:0.05rem;
}

.blackBg .plansTable tr td.name h4 {
	margin: 6px 4px 2px 4px;
}

.blackBg .plansTable thead tr td h4 {
	display:block;
	float:none;
	color:#ffffff;
	margin:0px auto;
}

.plansTable tr td.name { 
        padding-left: 10px; 
		text-align: left; 
		width: 372px; 
}

.plansTable tr.plans td.name h5 {
	margin:1% auto;
	font-size:1.0rem;
}

.plansTable tr.title td.name {
	letter-spacing:-0.04rem;
}

.plansTable tr:nth-child(odd) { 
        background-color: #efefef;
}

#plansDef table.plansTable#table-1 thead tr,
#affiliatePlans table.plansTable#table-1 thead tr { 
        background-color:#c32328; 
}

.plansTable tr.title { 
        cursor:pointer; 
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); 
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); 
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1); 
}

.plansTable tr.title td {  
		background-color: #ffffff; 
		border-bottom: 1px solid #fff; 
		-webkit-touch-callout: none; 
		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
}

.plansTable tr.title .arrowBtn { 
        width:24px; 
		height:24px; 
		padding:0px; 
		margin:8px 6px 8px 2px; 
		display:block; 
		float:left; 
		-webkit-transform: rotate(90deg); 
		-moz-transform: rotate(90deg); 
		-ms-transform: rotate(90deg); 
		-o-transform: rotate(90deg); 
		transform: rotate(90deg); 
}

.plansTable tr.title.active .arrowBtn { 
        width:24px; 
		height: 24px; 
		padding:0px; 
		margin:8px 6px 8px 2px; 
		display:block; 
		float:left;  
		-webkit-transform: rotate(270deg); 
		-moz-transform: rotate(270deg); 
		-ms-transform: rotate(270deg); 
		-o-transform: rotate(270deg); 
		transform: rotate(270deg); 
		fill:#c32328;  
		cursor:pointer; 
}

.plansTable tr.plans { 
        display:none; 
}

.plansTable tr td.nopad { 
        padding: 0; 
		margin: 0; 
		height: 54px; 
}

.plansTable tr td.nopad img { 
        display: block; 
}

.plansTable tr td img.middle {
	vertical-align: middle;
}

tr.nameOpen td.name { 
        padding-left:4px;
}

.plansTable tr.nameOpen td.name, 
.plansTable tr.nameOpen.title td { 
        border-bottom:solid 1px #dddddd;
}

.plansTable tr.nameClosed td.name, 
.plansTable tr.nameClosed.title td { 
        border-bottom:0px;
}

.plansTable tr.nameOpen.title td { 
        border-bottom: solid 1px #dddddd; 
}

.plansTable .bttn .red_band { 
        margin-bottom: 0px; 
}

.plansTable tr#cloneMe { 
        background-color:#c01e29; 
		height:20px;
}

.plansTable tr#cloneMe td { 
        height:20px; 
}

.plansTable tr td.gray_bg { 
        background-color:#555555; 
		border:solid 1px #555555; 
}

.plansTable h4 { 
        padding: 2px; 
		margin: 6px 4px 2px 4px; 
		color:#ffffff; 
}

.plansTable td.featuresTitle { 
        text-align:left; 
		padding-left:14px; 
}

.plansTable td.featuresTitle h4 { 
        font-weight: 500; 
		font-size:1.2rem;
}

#affiliatePlans .plansTable td.featuresTitle h4,
#affiliatePlans .plansTable thead tr td h4 {
	color:#ffffff;
}

#affiliatePlans .iconRow.long .tech p.desc { 
        text-align:left; 
		font-weight:200; 
		width:220px; 
		margin:10px auto; 
		display:none;
}

.plansTable tr.plans td.name h4 {
	color:#000000;
	font-size:0.8rem;
	font-weight:400;
	text-transform:uppercase;
}

.plansTable span.checkmark { 
        font-size:18px; 
}

.plansTable tr.plans td.name { 
        padding-left:70px; 
}

.plansTable tr.plans.last {
	border-bottom:solid 1px #dddddd;
}

/*  Product page */
#prodPage section.module.parallax-1 a.ghostBtn { 
        display:block; 
		margin:10px auto; 
		width:200px; 
}

.sl_products #nav_arrow { 
        clear:both; 
		width:60px; 
		height:60px; 
		margin:130px auto 40px auto; 
		cursor:pointer; 
		-webkit-transform: rotate(90deg); 
		-moz-transform: rotate(90deg); 
		-ms-transform: rotate(90deg); 
		-o-transform: rotate(90deg); 
		transform: rotate(90deg); 
}

.sl_products #nav_arrow:hover { 
        fill:#c32328; 
}

#prodPage section.parallax h2 { 
        margin:240px 0px 0px 100px; 
		font-weight:300; 
		font-size:50px; 
}

#prodPage .module.content p { 
        margin: 80px 100px; 
}

#prodPage .module.content p span { 
        fill:#c32328; 
}

#jumpMenu { 
        position:fixed; 
		width: 14px; 
		top:200px; 
		right: 80px; 
		background:url(/assets/products/lineBg.png) center repeat-y; 
		z-index:200; 
}

#jumpMenu .link { 
        width:14px; 
		height:14px; 
		margin: 0px 0px 20px 0px; 
		background-color:#bbbbbb; 
		cursor:pointer; 
}

#jumpMenu .link.last { 
        margin: 0px; 
}

#jumpMenu .link.active { 
        background-color:#c32328; 
}

/* Infinity page */
#infinityPage .benefitWrapper { 
        width:100%; 
		clear:both; 
		float:none; 
		margin:1% 0 4% 0;
}

#infinityPage .imgBoxWrapper { 
         width: 200px; 
		 height:140px; 
		 float:left; 
}

#infinityPage .imgBox { 
        width:100px; 
		height:100px; 
		margin: 0px 10px 0px 80px; 
}

#infinityPage .benefitDesc { 
        width: 700px; 
		float:left; 
		margin:0px 0px 0px 0px; 
}

#infinityPage .benefitDesc h4 { 
        color:#c32328; 
		padding:0px; 
		margin:4px 0px; 
}

#infinityPage .benefitDesc p { 
        font-weight: 200; 
		padding:0px; 
		margin:0px 20px 20px 0px; 
}

#infinityPage .tech, 
#scanning .ctrDiv .tech, 
#waf .tech { 
        text-align:center; 
		width: 280px; 
		margin:14px 8px; 
		float:left;
}

#infinityPage .tech .imgBox, 
#scanning .tech .imgBox { 
        width:100px; 
		height:100px; 
		margin:0px auto; 
}

#infinityPage .tech h5, 
#scanning .tech h5 { 
        color:#c32328; 
		margin:6px auto;  
		text-align:center;
}

#infinityPage .tech p.desc, 
#scanning .tech p.desc { 
        text-align:left; 
		font-weight:200; 
		width:220px; 
		margin:10px auto; 
		display:none; 
}

.learnMoreBtn { 
        width:120px; 
		margin:0px auto; 
		cursor:pointer; 
}

.learnMoreBtn p,
#infinityPage .learnMoreBtn p { 
        float:left; 
		font-weight:800; 
		margin:6px 0px 0px 0px; 
		width:100px; 
}

#affiliatePlans .learnMoreBtn p {
	font-size: 1.0rem;
}

#affiliatePlans .ctrDiv#cdnDiv .col-2 h5 {
	font-size:16px;
	line-height:22px;
	margin:10px auto 4px auto;
	font-weight:600;
	color:#c32328;
}

#affiliatePlans .ctrDiv#cdnDiv .col-2 ul {
	width:84%;
	margin:2% auto;
	padding: 1% 2%;
}

#affiliatePlans .ctrDiv#cdnDiv .col-2 ul li {
	font-size:12px;
}

#affiliates .affiliateBens {
    background-color:#dddddd;
}

div.arrowBtn { 
        width:20px; 
		height: 20px; 
		display:inline-block; 
		margin:10px 0px 0px 0px; 
		-webkit-transform: rotate(90deg); 
		-moz-transform: rotate(90deg); 
		-ms-transform: rotate(90deg); 
		-o-transform: rotate(90deg); 
		transform: rotate(90deg); 
		cursor:pointer; 
}

div.placeholder { 
        width:20px; 
		height:20px; 
}

div.arrowBtn:hover { 
        fill: #c32328; 
}

div.arrowBtn.active { 
        width:20px; 
		height:20px; 
		display:inline-block; 
		-webkit-transform: rotate(270deg); 
		-moz-transform: rotate(270deg); 
		-ms-transform: rotate(270deg); 
		-o-transform: rotate(270deg); 
		transform: rotate(270deg); 
		fill:#c32328;  
}

/* Website-scanning */
body#scanning h3, 
body#scanning h4 { 
        color:#c32328; 
}

body#scanning h4 { 
        margin: 6px 3px; 
}

body#scanning .blackBg h3 { 
        color:#ffffff; 
}

#smart p { 
        margin: 0px 60px; 
		text-align:left; 
}

body#scanning #smart h3 { 
        color:#ffffff; 
		margin:20px auto; 
}

table.scanning { 
        width:400px; 
		border:solid 1px #000000; 
}

table.scanning tr td { 
        padding: 2px 30px; 
}

table.scanning thead tr { 
        background-color:#000000; 
}

table.scanning tr.sl td { 
        color: #c32328; 
		font-weight:700; 
}

table.scanning thead tr td { 
        color:#ffffff; 
		font-size:18px; 
		font-weight:100; 
		text-align:center; 
		padding:6px; 
}

#smartDesc p { 
        margin: 30px 120px; 
}

#smartDesc p span { 
        color:#c32328; 
}

#smartDash h5 { 
        margin:4px auto; 
}

body#scanning .scanBenefits .col-4 h4 { 
        margin:20px 0px 0px 14px; 
}

.smartBenefits ul li { 
        margin: 10px 0px 0px 0px; 
}

body#scanning .formContainer .title h3 { 
        color:#000000; 
}

body#scanning .howSmartWorks { 
        margin-bottom:40px; 
		text-align:center; 
}

body#scanning .howSmartWorks span { 
        color:#c32328; 
}

/*  SiteLock911 -- malware removal */
#sitelock911 .opening h2 {
	    font-size:1.8rem; 
		line-height:2.2rem; 
        text-align:left; 
		margin:30px 0px 0px 20px; 
		padding:0px; 
}

#sitelock911 .opening .col-4 a.ghostBtn { 
        display:block;
		text-align:center;
		width:120px;
        margin: 10px 0px 0px 20px; 
}

#sitelock911 .ctrDiv#howItWorks h3 { 
        text-align:center; 
}

#sitelock911 .ctrDiv#howItWorks h5 { 
        margin: 8px auto; 
}

#sitelock911 a.signUp { 
        display:block; 
		margin:10px auto; 
		width:280px; 
		text-align:center; 
}

#sitelock911 .clearFloat#pullup { 
        margin-bottom:-140px; 
}

#sitelock911 .malwareBtns a.ghostBtn { 
        display:block; 
		float:left; 
		margin: 10px 40px; 
}

#sitelock911 .malwareBtns { 
        width:500px; 
		margin:10px auto; 
}
#sitelock911 .opening form { 
        position:relative; 
		top:-8px; 
}

#sitelock911 .opening input.ghostBtn { 
        margin: 0px 0px 10px 20px; 
		padding:8px 18px; 
}

/* TrueSpeed CDN */
#truespeedCDN .iconRow .iconBox { 
        fill: #c32328; 
}

#truespeedCDN .iconRow .iconBox p { 
        margin: 10px 30px; 
		font-size:22px; 
		font-weight:100;  
		line-height: 30px; 
}

#truespeedCDN figcaption.small { 
        text-align:left; 
		font-size:18px; 
		width:580px; 
		margin:2px; 
}

#truespeedCDN a#cdnQuote { 
	display:block; 
	width:160px; 
	margin:20px auto; 
}

#truespeedCDN .cachingDetails h4 { 
	color:#c32328; 
	margin:20px 0px 0px 100px; 
}

#truespeedCDN .cachingDetails p { 
	margin-top:0px; 
}

#truespeedCDN .optimization h4 { 
        color:#c32328; 
		margin: 20px 0px 10px 120px; 
}

#truespeedCDN .optimization ul { 
        margin-top:0px; 
}

#truespeedCDN .optimization ul li { 
    font-weight:600; 
	line-height:40px; 
}

#truespeedCDN .optimization ul.offset { 
    margin-left:40px; 
}

#truespeedCDN .cdnLocations h5 { 
        color:#c32328; 
        margin:0px 0px -10px 40px; 
        padding:0px; 
}

#truespeedCDN .cdnLocation ul { 
        margin-top:0px; 
        padding:0px; 
}

/* jquery classes */
.hide { display:none; }

/* Form styles */
.formContainer { 
        width: 350px; 
		margin: 10px auto; 
}

body#contact .formContainer {
	width:360px;
}

.formContainer .title h3 { 
        text-align:center; 
		margin:40px auto 14px auto; 
} 

.formContainer input { 
        width: 317px;
		height:22px; 
		margin:2px 8px; 
		padding: 6px 0px 6px 20px; 
		border: solid 1px #000000; 
		font-size:16px; 
		font-weight:200; 
}

.formContainer input[type="checkbox"] {
	width:40px;
}

::-webkit-input-placeholder { 
        color:#000000; 
		font-weight:200; 
		font-size:14px; 
		opacity:.9;
}

::-moz-placeholder { 
        color:#000000; 
		font-weight:400; 
		font-size:14px; 
		opacity:.9; 
}

:-moz-placeholder { 
        color:#000000; 
		font-weight:400; 
		font-size:14px; 
		opacity: .9; 
} 

:-ms-input-placeholder { 
        font-size:14px; 
		font-weight:400; 
		color:000000; 
		opacity: .9; 
}

textarea::-webkit-input-placeholder { 
        color:#000000; 
		font-weight:400; 
		opacity: .9; 
}

.formContainer textarea { 
        color:#000000; 
}

.formContainer select { 
        -webkit-appearance:none; 
		-moz-appearance:none; 
		background-color:#ffffff; 
		border-radius:0px; 
		padding: 10px; 
		border: solid 1px #000000; 
		width:340px; 
		background-image:none; 
		height:40px; 
		background:url(../assets/dropdown.png) 314px 0px #ffffff no-repeat; 
		margin:0px; 
		display:inline-block; 
}

.formContainer #messageBox,
.formContainer #messageBox02 {
	margin: 4px auto;
	padding:10px;
	background-color:#F8E7E7;
	border-radius:5px;
	border:solid 1px #922d2f;
	display:none;
}

.formContainer #messageBox h4,
.formContainer #messageBox02 h4 {
	background-color:#F8E7E7;
	font-size:16px;
	font-weight:500;
	margin:4px auto;
	color:#922D2F;
}

.formContainer #messageBox p,
.formContainer #messageBox02 p {
	background-color:#F8E7E7;
	color:#922D2F;
	font-weight:300;
	padding:4px 10px;
	margin:0;
}

.formContainer input[type="checkbox"] {
	margin-top:6px;
	position:relative;
	top:4px;
	height:20px;
}

.formContainer label.checkboxLabel span {
	font-size:16px;
	line-height:12px;
}

.aspam { 
        display:none; 
}

.formContainer .dropDown { 
        width:276px; 
		margin:0px 8px 2px 8px; 
		display: inline-block; 
}

.formContainer select > option { 
        -webkit-appearance:none; 
		-moz-appearance:none; 
}

.formContainer select#country { 
        margin: 2px 8px; 
}

.formContainer input#phone_country_code { 
        width:42px; 
		margin-left:10px; 
}

.formContainer label { 
        font-size:12px; 
}

.formContainer input#phone { 
        width: 240px; 
		margin: 0px; 
}

.formContainer textarea,
.formContainer form#contactUs textarea { 
        width:322px; 
		height:96px; 
		margin:10px 0px 0px 10px; 
		border:solid 1px #000000; 
		font-family: "Source Sans Pro", Arial, sans-serif; 
		font-size:14px; 
		padding:6px; 
}

.formContainer input[type="submit"] { 
        border: solid 1px #c32328; 
		height: 40px; 
		color:#c32328; 
		background-color:#ffffff; 
		width: 160px; 
		display:block;  
		margin:20px auto 10px auto; 
		padding: 6px 20px; 
		font-weight:100; 
		cursor:pointer; 
}

.formContainer input[type="submit"]:hover { 
        background-color:#c32328; 
		color:#ffffff; 
}

label#countryLabel {
    width:200px;
    margin:20px 0px 0px 10px;
}

label.error, 
label#leadFirstName-error, 
label#leadLastName-error { 
		text-align: left; 
		line-height:24px; 
		font-size:16px; 
} 

select::-ms-expand { 
        display:none; 
}

/* Social media sharing menu */
#shareMenu { 
        width:340px; 
		height:30px; 
		border-radius:5px; 
		padding:8px; 
		margin-left:170px; 
		cursor:pointer; 
}

#sharingTabWrapper { 
        float:left; 
		height:30px; 
		width:0px; 
		overflow:hidden; 
} 

#sharingTab { 
        height:40px; 
		width:200px; 
		display:block; 
}

#shareMenu h4 { 
        font-weight:800; 
		float:left; 
		margin:1% 1% 0 1%; 
		padding:0 0 1% 0; 
		line-height:30px;  
}

.sharingWidgets { 
        float: left; 
		margin: 0px 2px; 
}

.sharing { 
        float:left; 
		margin: 0px 4px; 
		width: 30px; 
		height:30px; 
}

.shareBtn { 
        width: 30px; 
		height:30px;  
		float:left; 
		cursor:pointer; 
}

#shareMenu h4, 
body#scanning #shareMenu h4 { 
        color:#000000; 
}

#shareMenu.active { 
        fill:#c32328; 
		color:#c32328;
		-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.2); 
		-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.2); 
		box-shadow: 1px 1px 8px rgba(0,0,0,0.2); 
}

#shareMenu:hover { 
        fill:#c32328; 
		color:#c32328; 
}

#shareMenu.active h4, 
body#scanning #shareMenu.active h4 { 
        color:#c32328; 
}

#shareMenu #sharingTab .sharing a:visited {
	fill:#A41519;
	color:#a41519;
}

/* Gartner landing page */
#gartnerBanner h1 { 
        font-weight:300; 
		text-align:left; 
		font-size:30px; 
		line-height:36px; 
		-moz-osx-font-smoothing: grayscale; 
}

#tollyBanner h1,
#cfBanner h1 {
    font-weight:700;
    font-size:34px;
    line-height:40px;
    margin:160px 0 0 0;
    text-align:left;
    color:#c32328;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
}

#tollyBanner p {
    font-size: 24px;
    line-height:32px;
    letter-spacing:0.1rem;
    width:80%;
    margin:10px 0 0 0;
}

#cfReport h2 {
    font-size:24px;
    line-height:30px;
    margin:1% auto 4% auto;
    letter-spacing:0.05rem;
}

#gartnerBanner h2 { 
        text-align:left; 
		color:#ffffff; 
		font-size:28px; 
		line-height:32px; 
		font-weight:100; 
		font-smooth:never; 
		margin:0px; 
}

#gartner .formBoxWrapper,
#tollyReport .formBoxWrapper,
#cfReport .formBoxWrapper { 
        position:relative; 
		top:140px; 
		-webkit-box-shadow: 0px -4px 6px rgba(0,0,0,0.4); 
		-moz-box-shadow: 0px -4px 6px rgba(0,0,0,0.4); 
		box-shadow: 0px -4px 6px rgba(0,0,0,0.4); 
		width:440px; 
		height:500px; 
		margin:0px 0px 0px 50px; 
		background-color:#ffffff; 
}

#cfReport .formBoxWrapper {
    top: 180px;
}

#tollyReport .formBoxWrapper .formBox,
#cfReport .formBoxWrapper .formBox {
    background-color:#ffffff;
}

#tollyReport .formBoxWrapper,
#cfReport .formBoxWrapper {
    height:340px; 
}

#gartner .formBox { 
        background-color:#ffffff; 
		width:440px; 
}

#gartner .formBoxWrapper .formBox .title h3,
#tollyReport .formBoxWrapper .formBox .title h3,
#cfReport .formBoxWrapper .formBox .title h3 { 
        color:#c32328; 
		text-align:left; 
		padding:30px 0px 0px 8px; 
}

#tollyReport .formBoxWrapper .formBox .title h3,
#cfReport .formBoxWrapper .formBox .title h3 {
    padding: 0px 0px 0px 8px;
    margin: 10px 0px;
}

#tollyReport input[type="submit"],
#cfReport input[type="submit"] {
    width:280px;
    height:50px;
    background-color:#c32328;
    color:#ffffff;
}

.tollyRep.ctrDiv .text {
        width:40%;
        float:left;
}

.cfRep.ctrDiv .text {
    width:50%;
    float:left;
}

.tollyRep.ctrDiv p,
.cfRep.ctrDiv p {
    margin: 20px 0px;
}

.cfRep.ctrDiv p {
    font-size:16px;
    line-height:22px;
}

.tollyRep.ctrDiv p span {
    color:#c32328;
}

#gartner .module.content h3 { 
        color:#c32328; 
		font-size:24px; 
}

#gartner .module.content h4 { 
        color:#000000; 
		text-align:left; 
		margin:20px 0px 0px 0px; 
}

#gartner .module.content ul { 
        margin:0px; 
		padding-left:26px; 
}

#gartner .module.content ul li { 
        color:#000000; 
		list-style-type:none; 
		padding-left:0px; 
		margin-left:0px; 
}

#gartner .module.content ul li:before { 
        content:'- '; 
}

#gartner .module.content .blackBg h3 { 
        color:#ffffff; 
		font-size:30px; 
}

#gartner p.disclaimer { 
        font-size:12px; 
		line-height:12px; 
		margin:60px 120px; 
}

#gartner .formContainer p.disclaimer {
	color:#000000;
	font-size:12px;
	text-align:left;
	margin:10px 0px 0px 10px;
}

#gartner input[type="submit"] { 
        margin:10px 0px 0px 10px; 
}

/*  WAF page */
#waf .iconLg { 
        fill: #c32328; 
}

#waf .tech h5 { 
        padding:0px; 
		margin:10px; 
}

#waf .ctrDiv p.lg span { 
        color: #c32328; 
}

#waf .wafPanelWrapper,
#affiliatePlans .wafPanelWrapper { 
        width:968px; 
		padding:0px; 
		margin:40px auto 10px auto; 
}

#affiliatePlans .wafPanelWrapper {
	width:800px;
}

#waf .wafPanelWrapper p,
#affiliatePlans .wafPanelWrapper p { 
        font-weight:100; 
		color:#c32328; 
		font-size:22px; 
		opacity:0; 
		position:relative; 
}

#affiliatePlans .wafPanelWrapper p {
	opacity: 1;
	font-size:20px;
}

#waf .wafPanel01,
#affiliatePlans .wafPanel01 { 
        background-image:url(../assets/waf/HowWafWorksSlice_01.png); 
		background-repeat:no-repeat; 
		height:318px; 
		margin:0px; 
		padding:0px; 
}

#affiliatePlans .wafPanel01 {
	height:264px;
	background-size:cover;
}

#waf .wafPanel01 p,
#affiliatePlans .wafPanel01 p { 
        padding-top: 170px; 
		width:440px; 
		text-align:right; 
		margin:0px; 
}

#affiliatePlans .wafPanel01 p {
	padding-top:90px;
}

#waf .wafPanel02,
#affiliatePlans .wafPanel02 { 
        background-image:url(../assets/waf/HowWafWorksSlice_02.png); 
		background-repeat:no-repeat; 
		height:282px; 
		margin:0px; 
		padding:0px; 
}

#affiliatePlans .wafPanel02 {
	height:234px;
	background-size:cover;
}

#waf .wafPanel02 p,
#affiliatePlans .wafPanel02 p { 
        padding-top:140px; 
		width:440px; 
		text-align:right;  
		margin:0px; 
}

#affiliatePlans .wafPanel02 p {
	padding-top:60px;
}

#waf .wafPanel03,
#affiliatePlans .wafPanel03{ 
        background-image:url(../assets/waf/HowWafWorksSlice_03.png); 
		background-repeat: no-repeat; 
		height:254px; 
}

#affiliatePlans .wafPanel03 {
	background-size:cover;
	height:211px;
}

#waf .wafPanel03 p,
#affiliatePlans .wafPanel03 p { 
        padding-top:160px; 
		margin: 0px 0px 0px 540px; 
		text-align:left; 
}

#affiliatePlans .wafPanel03 p {
	padding-top:80px;
	margin:0px 0px 0px 460px;
}

#waf .wafPanel04,
#affiliatePlans .wafPanel04 { 
        background-image:url(../assets/waf/HowWafWorksSlice_04.png); 
		background-repeat:no-repeat; 
		height:292px; 
}

#affiliatePlans .wafPanel04 {
	background-size:cover;
	height:243px;
}

#waf .wafPanel04 p,
#affiliatePlans .wafPanel04 p { 
        padding-top:120px; 
		margin:0px 0px 0px 540px; 
		text-align:left; 
}

#affiliatePlans .wafPanel04 p {
	padding-top:60px;
	margin:0px 0px 0px 460px;
}

#waf h3.dashboard { 
    text-align:center; 
	color:#c32328; 
	margin:40px auto; 
}

#waf #waf_benefits .tech h5 { color:#000000; }

#waf #topTen .tech h5 { 
        color:#c32328; 
}

#waf #topTen .iconLg { 
        fill:#000000; 
}

#waf img.wafDash { 
        display:block; 
		margin:20px auto 0px auto; 
}

/* DDoS Protection page */
.ctrDiv#ddos_protection_benefits .tech h5 { 
     color:#000000; 
}

#ddos p span { 
    color:#c32328; 
}

#ddos #how_it_works h5 { 
        color:#c32328;  
}

#ddos #how_it_works p { 
        margin:0px; 
}

#ddos #attacks ul { 
        margin-left:50px; 
}

#ddos #attacks ul li { 
        margin: 18px auto; 
		font-size:22px; 
		font-weight:100; 
		line-height:24px; 
}

#ddos .ctrDiv#attacks ul li {
		line-height:1.8rem;
}

/* TrueCode SAST page */
#truecode .gartnerRight { 
        width:400px; 
		float:left;  
}

#truecode .gartnerRight p { 
        margin:20px 0px 10px 0px; 
		font-size:22px; 
}

#truecode .boxWrapper .opening h3 { 
        padding:20px 80px 0px 80px; 
		margin:10px 0px; 
}

#truecode .tech p { 
        margin:4px 20px 4px 50px; 
		text-align:left; 
}

#truecode .imgBoxWrapper { 
        padding:10px 0px 0px 0px; 
}

#truecode p span { 
        color:#c32328; 
}

#truecode .col-4 p { 
        margin:10px 20px; 
}

#truecode .protect ul li { 
        margin:10px 0px; 
}

/* PCI Compliance */
#pci .tech h5 { 
        color:#000000; 
}

#pci #howPCI .col-4 p { 
      margin:0px; 
}

#pci #howPCI .col-4 h5 { 
        margin:40px 0px 0px 0px;  
		color:#c32328; 
}

#pci p.lg span { 
        color:#c32328; 
}

/* Compare page */
#compare table.compare { 
        width: 800px; 
		margin:60px auto; 
		border:solid 2px #333333; 
}

#compare table#compareHead {
	width:800px;
	margin:0px auto;
	border:solid 2px #333333;
	display:none;
}

#compare table.compare h4 { 
        margin:20px 0px 0px 20px; 
		font-size:28px; 
		font-weight:100; 
}

#compare table.compare h4 span,
#compare table#compareHead h4 span { 
        color:#c32328; 
}

table.compare tr.white { 
        background-color:#ffffff; 
}

table.compare tr.gray,
table#compareHead tr.gray { 
        background-color:#efefef; 
}

table.compare tr td,
table#compareHead tr td { 
        height:34px; 
		border-right:solid 2px #333333; 
		border-bottom:solid 2px #333333; 
}

table.compare tr.bottom-none td,
table#compareHead tr.bottom-none td { 
        border-bottom:0px; 
}

table.compare tr td.right-none,
table#compareHead tr td.right-none { 
        border-right:0px; 
}

table.compare tr td figure,
table#compareHead tr td figure { 
	margin:0px auto; 
}

table.compare tr td figure img,
table#compareHead tr td figure img { 
    display:block; 
}

table.compare tr td figure.sitelock img,
table#compareHead tr td figure.sitelock img { 
    margin:4px auto 4px auto; 
}

table.compare tr td figure.trustwave img,
table#compareHead tr td figure.trustwave img { 
    margin:4px auto 4px auto; 
}

table.compare tr td figure.qualys img,
table#compareHead tr td figure.qualys img { 
    margin:4px auto 2px auto; 
}

table.compare tr td figure.cloudflare img,
table#compareHead tr td figure.cloudflare img { 
    margin:20px auto 0px auto; 
}

table.compare tr td figure.akamai img,
table#compareHead tr td figure.akamai img { 
    margin: 20px auto 0px auto; 
}

table.compare tr td img,
table#compareHead tr td img { 
    display:block; 
	margin:0px auto; 
}

table.compare tr td figcaption,
table#compareHead tr td figcaption { 
    font-size:14px; 
	text-align:center; 
	padding:0px; 
	margin:0px 0px 4px 0px; 
}

#compare table#compareHead tr#whiteBG {
	height:40px;
	background-color:#ffffff;
}

#compare table#compareHead tr#whiteBG td {
	border:2px solid #ffffff;
}

table.compare tr td.title h5 { 
        margin:0px 0px 0px 20px; 
        font-size:16px; 
        line-height:18px; 
}

table.compare tr td.red { 
        background-color:#c32328; 
}

table.compare tr td.dkGray { 
        background-color: #807e7e; 
}

#compare dl dt { 
        color:#c32328; 
}

#compare dd { 
        width: 600px; 
}

.ctrDiv.awards h3 {
	text-align:center;
	margin-bottom:0;
}

.awards div#bestPlaces, 
.awards div#hostingCon, 
.awards div#ota,
.awards div#fast500, 
.awards div#gartner { 
    float:left; 
}

.awards #bestPlaces { 
    width: 220px; 
	margin:90px 50px 0px 110px; 
}

.awards #hostingCon { 
    width: 180px; 
	margin:60px 50px 0px 0px; 
}

.awards #ota { 
    width: 200px; 
	margin: 70px 50px 0px 0px; 
}

.awards div#gartner { 
    width: 240px; 
	margin:60px 0px 0px 200px; 
}

.awards div#fast500 {
	width:200px;
	margin:0px 0px 0px 20px;
}

.awards div#fast500 img {
	max-width:100%;
}

.awards img { 
        display:block; 
        margin: 20px auto; 
}

#compare .purchase { 
        text-align:center; 
}

#compare .purchase a.ghostBtn.extraLg { 
    text-align:center; 
	display:block; 
	width:240px; 
	margin:10px auto; 
}

#compare .purchase p { 
        text-align:center; 
        padding:10px; 
        margin:0px auto; 
}

#compare .awards img#hostingCon { 
        padding-top:40px; 
}

#compare input.ghostBtn.black.extraLg { 
        width:340px; 
}

/* Request Quote page */
body#requestQuote h1 { 
	font-size:32px;  
	margin: 100px 0px 0px 0px; 
	color:#000000; 
}

/* Reviews */
body#reviews .module.parallax-2 .element-item.first { 
        margin-top: -100px; 
}

.element-item.second { 
         margin-top:-160px; 
}

.element-item.third { 
        margin-top:-100px; 
}

.element-item.last {
    margin:0 auto;
    float:none;
}

.element-item { 
   	position: relative; 
	float: left;
	width: 320px; 
	margin: 5px; 
}

.element-item .content { 
	background: #FFF; 
	color: #010101; 
	padding:20px 25px 15px; 
	border-radius: 15px; 
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .7); 
}

.element-item .content p { 
	margin:30px 10px 0px 10px; 
}

.element-item .author { text-align: left; padding: 30px 0 0px 30px; }

.element-item .author span { display: block; clear: both; }

.element-item .author span.name { 
	font-size:22px; 
	font-weight: 100; 
	color: #ffffff; 
}

.element-item .author span.url { font-size:16px; font-weight:600; }

.double-quote { 
    background:url(../assets/quote.png) no-repeat; 
	width:60px; 
	height:52px; 
	position:relative; 
	top:20px; 
	left:20px; 
}

.arrow-down { 
        position:relative; 
		top:34px; 
		left:20px; 
		width:0px; 
		height:0px; 
		border-left:20px solid transparent; 
		border-right:20px solid transparent;
		border-top:20px solid #ffffff; 
}

a.classloader, 
a.classloader-2, 
a.classloader-3, 
a.classloader-4, 
a.classloader-5, 
a.classloader-6, 
a.classloader-7, 
a.classloader-8 { 
        display:block; 
		width:240px; 
		text-align:center; 
		margin: 10px auto; 
}

body#reviews .formContainer h2 { 
	margin: 60px auto 20px auto; 
	text-align:center; 
}

/*  About page */
.teamWrapper {
		width:98%;
		margin:2% auto 4% auto;
}

.teamWrapper .imgBox { 
        float:left; 
		padding:0px; 
		width:180px; 
		height:300px; 
		margin:10px 20px 0px 70px; 
}

.teamWrapper .descWrapper {
	float: left;
	width:670px;
}

.teamWrapper h4 { 
        color:#c32328; 
		margin:0px 0px 0px 0px; 
}

.teamWrapper#slovell h4 {
	margin-top: 30px;
}

.teamWrapper#bpurushothaman h4 {
	margin-top:20px;
}

.teamWrapper#tserani h4 {
	margin-top:-20px;
}

.teamWrapper#brodgers h4 {
	margin-top:10px;
}

.teamWrapper p { 
        margin:0px 0px 10px 0px; 
}

p.events { 
        margin:40px 120px; 
}

p.events span { 
        color:#c32328; 
}

/* Welcome / help page */
body#help .welcomeTabs .tabHeading, 
body#help .dashboard .tabHeading { 
        border:solid 1px #000000; 
		cursor:pointer; 
		margin:10px 140px; 
		width:720px; 
}
		 
body#help .welcomeTabs .tabContent, 
body#help .dashboard .tabContent { 
        display:none; 
		margin: 0px 100px;
		padding:10px 0px; 
}

body#help .welcomeTabs .iconLg, 
body#help .dashboard .iconLg { 
        width:50px; 
		height:50px; 
		float:left; 
		margin:10px 0px 0px 14px; 
}

body#help .welcomeTabs .iconLg { 
        fill: #c32328; 
}

body#help .dashboard .iconLg { 
        fill: #010101; 
}

body#help .welcomeTabs .tabHeading h4, 
body#help .dashboard .tabHeading h4 { 
          float:left; 
		  line-height:70px; 
		  padding:0px 16px; 
		  margin:0px 10px; 
		  font-size:22px; 
}

body#help .dashboard .tabHeading h4 { 
        color:#c32328; 
}

body#help .dashboard .tabContent img { 
        margin-left:100px; 
}

body#help .welcomeTabs .tabContent ul, 
body#help .welcomeTabs .tabContent p, 
body#help .dashboard .tabContent ul, 
body#help .dashboard .tabContent p { 
        margin:10px 100px; 
}

body#help .welcomeTabs a.ghostBtn { 
        display:block; 
		width:180px; 
		margin: 20px 120px; 
		text-align:center; 
}

body#help p.phoneNumbers { 
	font-size:16px; 
	font-weight:600; 
	line-height:18px; 
}

body#help p.phoneNumbers span, 
body#help p.phoneNumbers span a { 
	color:#c32328; 
}

body#help .arrowBtn { 
	float:right; 
	height:24px; 
	width:24px; 
	margin:20px 30px; 
}

body#help .ctrDiv h3 { 
	margin:60px 160px 0px 160px; 
}

body#help input.ghostBtn { 
	margin-left:100px; 
}

/* Careers page */
body#careers h3.empBenefits { 
	color: #c32328; 
	margin:0px;  
}

body#careers ul.employees.left { 
        margin-left:90px; 
}

body#careers ul.employees li { 
        font-size:22px; 
        line-height:40px; 
        font-weight:100; 
}

body#careers .awards h3 { 
        text-align:center; 
}

body#careers .awards #bestPlaces { 
        margin: 56px 50px 0px 140px; 
}

body#careers .awards #hostingCon { 
        margin:20px 50px 0px 0px; 
}

body#careers .awards #ota { 
        margin: 20px 50px 0px 0px; 
}

body#careers .awards #gartner { 
        margin: 36px 0px 0px 240px; 
}

body#careers a.ghostBtn#viewPos { 
    display:block; 
	margin:1% auto 2% auto; 
	width:20%; 
}

/* Partners page */
body#partners .ctrDiv h3, body#partners h4 { 
	color:#c32328; 
	text-align:center; 
}

body#partners .reasons { 
	width:295px; 
	float:left; 
}
body#partners .reasons p,
body#partner-home .reasons p { 
        margin: 10px 20px; 
        text-align:center; 
}

body#partners img.logoBlock { 
        display:block; 
        margin: 40px auto; 
}

body#partners .ctrDiv #partnerLogos { 
        width:890px; 
        margin:0px auto; 
}

body#partners #partnerLogos div { 
        width: 200px; 
        margin:10px; 
        float:left; 
}

body#partners #partnerLogos div.clearFloat { 
        width: 100%; 
        clear:both; 
        float:none; 
        margin:0px; 
        padding:0px; 
}

body#partners #partnerLogos div img { display:block; }

body#partners .chooseReg select { margin-left:10px; }

body#partners .chooseReg input[type="text"] { margin:10px; }

body#partners .chooseReg label { text-align:left; padding:0px 10px; }

body#partners .chooseReg #otherReg { 
	display:none; 
}

body#partners .blackBg h3#getStarted {
	margin: 1% 0;
}

body#partners .blackBg .ghostBtn.lg {
	display:inline-block;
	width:320px;
	margin:0 10px 2vh 0px;
}

body#privacy h1, body#search h1 { 
        margin: 110px auto 60px auto; 
		color:#000000; 
}

body#privacy h2 { 
        text-align:left;
		font-size:2.0rem;
		margin:0% 0% 0% 100px; 
}

body#privacy .productpage.ctrDiv a:link { 
        color:#c32328; 
}

div.truste {
	margin-top:40px;
	margin-left:100px;
	position:relative;
	top:4px;
}

.thankYou #thankyouBanner { 
        background-image: url("../images/thankyou/phone1.jpg"); 
		height:400px; 
		background-color:#1b1b1b; 
		background-repeat:no-repeat; 
		background-position:50% 50%; 
		background-size:cover; 
}

body.thankYou .module.parallax { 
    height:auto; 
}

body.thankYou .ctrDiv h1 { 
    font-family:'Source Sans Pro', Arial, sans-serif; 
	color:#c32328; 
	text-align:center; 
	font-weight: 100; 
	margin:10px auto; 
	font-size:40px; 
}

body.thankYou div.social_links { 
    width: 110px; 
	margin:0px auto;  
}

body.thankYou h4 { 
        font-size:24px; 
        color:#1b1b1b; 
        text-align:center; 
        margin:20px 0px; 
}

/* Sitemap */
body#sitemap h1 { 
        color:#000000; 
		margin: 110px auto 40px auto; 
}

body#sitemap .module.parallax, 
body#contactSales .module.parallax { 
        height:auto; 
}

body#sitemap ul { 
      line-height:30px; 
}

body#sitemap ul ul { 
        margin-left:0px; 
		padding-left:20px; 
}

/* Contact Sales */
body#contactSales h1, 
body#contactSales h2, 
body#contactSales .module.parallax .ctrDiv.sales p { 
	color:#000000; 
}

body#contactSales h2 { 
	text-align:center;
	width:90%; 
	margin:34% auto 12% auto; 
}

body#contactSales .module.parallax .ctrDiv.sales p {  
	width: 70%; 
	margin: 2% auto; 
}

body#contactSales .module.parallax .ctrDiv.sales p.phoneNumber { 
	width:70%;
	margin:6% auto 30% auto; 
}

/* Terms */
body#terms .ghostBtn.red.lg { 
	display:block;
	width:400px;
	text-align:center;
	margin: 40px auto; 
}

body#terms h1 { 
	color:#ffffff; 
	margin:140px auto 40px auto; 
}

body#terms h3 { text-align:center; }

body#terms a.ghostBtn.lg.center { 
	display:block; 
	margin: 10px auto; 
	width: 160px; 
	text-align:center; 
} 

#affiliateTOS .ctrDiv h4,
#affiliateTOS .ctrDiv h5 {
    margin: 20px 0px 0px 100px;
}

#affiliateTOS .ctrDiv table.affilTOS thead tr {
    background-color:#333333;
    color:#ffffff;
}

#affiliateTOS .ctrDiv table.affilTOS tr td h6 {
    font-size:1.2rem;
    margin:0px auto;
}

#affiliateTOS .ctrDiv table.affilTOS tr td {
    text-align:center;
}

#affiliateTOS table {
    margin:20px auto;
}

#affiliateTOS table tr td {
    width:280px;
    padding:10px;
}

/* Chat pages */
body.hgInternalChat iframe { 
        width:500px;
		height:600px; 
		display:block; 
		margin:140px auto 40px auto;  
		border:solid 3px #ffffff;  
}

body.hgInternalChat header.static { 
        -webkit-box-shadow: 0px 6px 6px rgba(0,0,0,0.2); 
		-moz-box-shadow: 0px 6px 6px rgba(0,0,0,0.2); 
        box-shadow: 0px 6px 6px rgba(0,0,0,0.2);  
		position:absolute; 
		top:0px;  
		width:100%; 
}

body.hgInternalChat header.static .logo.float { 
        float:left; 
		padding:0px; 
}

body.hgInternalChat h1 { 
        color:#444444; 
		font-size: 40px; 
		font-weight:600; 
		letter-spacing:-.04em; 
		margin:16px auto 0px auto; 
		padding:0px 40px; 
		float:none;
}

body.hgInternalChat header.static .sitelock.logo.float { 
        margin-top:30px;  
}

body.hgInternalChat header.static .logo.float.ihost { 
        margin-top:20px; 
}

body.hgInternalChat header.static .logo.float.ehost { 
        margin-top:34px; 
}

body.hgInternalChat header.static .logo.float.hostclear { 
        margin-top:36px; 
}

body#pagenotfound a img.logo { 
        padding:40px 10px 0px 10px; 
}

body#pagenotfound h1, 
body#pagenotfound h3 { 
        text-align:left; 
		margin-left:480px; 
}

body#pagenotfound h1 { 
        color:#c32328; 
		margin-top:294px; 
		font-size:4.4rem;
		line-height:4.8rem; 
}

body#pagenotfound h3 { 
        padding:0px; 
		margin:10px 0px 20px 480px; 
}

body#pagenotfound div.ghostBtns { 
        width:400px; 
		margin: 0px 0px 0px 470px; 
}

body#pagenotfound p.ghostBtn, 
body#pagenotfound a.ghostBtn { 
        border: solid 1px #c32328; 
		color:#c32328; 
		width:120px; 
		margin:10px; 
		padding: 2px 6px; 
		text-align:center; 
		float:left; 
}

body#pagenotfound a.ghostBtn:hover, 
body#pagenotfound p.ghostBtn:hover { 
        cursor:pointer; 
		color:#ffffff; 
		background-color:#c32328; 
}

header { 
        width:1000px; 
		margin:0px auto; 
}
	
header .colLeft { 
        float:left; 
		width: 260px; 
}
		
header .colMiddle { 
        float:left; 
		width:500px; 
}
		
header .colRight { 
        float:left; 
		width: 200px; 
}
		
header .colLeft img { 
        padding:0px; 
		margin:10px 0px 0px 0px; 
}

header .colRight h5 { 
        color:#c32328; 
		font-size:24px; 
		padding:0px; 
		margin:20px 0px 0px 0px; 
		text-align:right; 
}

#partnerLanding .top_banner { 
        height: 400px; 
}
		
#partner_banner h1 { 
        color:#ffffff; 
		font-size:36px;   
		margin:80px 0px 0px 40px; 
}
		
#partner_banner h1 span { 
        color:#c32328; 
}

#partner_banner h2 { 
        color:#c32328; 
		font-size:24px; 
		margin: 6px 0px 0px 40px; 
}

#partner_banner h3 { 
        color:#ffffff; 
		font-size: 24px; 
		margin: 10px 0px 0px 40px; 
		font-weight:600; 
}

#partner_banner ul { 
        list-style-type:disc; 
		margin-top:0px; 
		font-size:20px; 
		color:#c32328; 
}

#partner_banner ul li { 
        margin:4px 0px 4px 30px; 
		line-height:30px; 
		font-weight:300; 
}

#partner_banner ul li span { 
        color:#ffffff; 
}


#partner_banner .colRight .formContainer input[type="text"], 
#partner_banner .colRight .formContainer input[type="email"] { 
        width:260px; 
		margin: 6px auto; 
}
		
#partner_banner .colRight .formContainer label { 
        width:280px; 
}

#partner_banner .colRight .formContainer .formContainer { 
        background-color:transparent; 
}


p.warning { 
	margin-left:30px; 
	color:#c32328; 
	font-weight:500; 
}

select#country { 
    width:338px; 
}

.redBg { 
        background-color:#c32328; 
}

.redBg h3 { 
        color:#ffffff; 
		font-size:30px; 
		text-align:center; 
}

p.warning { 
        margin-left:30px; 
		color:#c32328; 
		font-weight:500; 
}
		
.top_banner {
	height: 570px;
	background-color: #272323;
	background: url("../images/home_pg02.jpg") #262626 no-repeat top center;
	padding: 0px 20px; 
}

/* Verification RFQ page */
body#verify { 
    margin: 0px; 
	padding:0px; 
}

body#verify h1 { 
	margin: 30px auto; 
	font-size:40px; 
	line-height:40px; 
	font-weight:300; 
}

body#verify header.ctrDiv { 
	margin:0px auto; 
	height:50px; 
}

body#verify .ctrDiv .logo { 
	padding:10px; 
	width: 700px; 
	float:left; 
	margin:20px 0px 0px 0px; 
}

body#verify .ctrDiv .headerDiv { 
	padding: 4px 10px; 
	margin:10px 0px 0px 0px; 
	float:left; 
}

body#verify .formContainer { width:500px; }

body#verify .formContainer form {
	width:350px;
	margin:0 auto;
}

body#verify .formContainer input[type="submit"] { 
    margin-left:90px; 
}

body#verify .formContainer p.disclaimer {
	width:300px;
	margin:0 auto;
	text-align:center;
	padding:2px;
}

body#verify .blackBg p.disclaimer { 
    font-size:10px; 
	line-height:16px; 
	margin:20px 60px; 
	text-align:left; 
}

/* Verification RFQ page */
body#verify { 
        margin: 0px; 
		padding:0px; 
}

body#verify h1 { 
        margin: 30px auto; 
		font-size:40px; 
		line-height:40px; 
		font-weight:300; 
}

body#verify header.ctrDiv { 
         margin:0px auto; 
		 height:50px; 
}

body#verify .ctrDiv .logo { 
        padding:10px; 
		width: 700px; 
		float:left; 
		margin:20px 0px 0px 0px; 
}

body#verify .ctrDiv .headerDiv { 
        padding: 4px 10px; 
		margin:10px 0px 0px 0px; 
		float:left; 
}

body#verify .formContainer { 
        width:500px; 
}

body#verify .formContainer input[type="submit"] { 
        margin-left:90px; 
}

body#verify .blackBg p.disclaimer { 
        font-size:10px; 
		line-height:16px; 
		margin:20px 60px; 
		text-align:left; 
}

#press .groupWrapper {
	height:440px;
	margin:60px auto;
}

#press .source {
	width:300px;
	float:left;
}

#press .source .publication {
	float:left;
	width:160px;
	margin-left:15px;
}

#press .source .publication img {
	display:block;
	max-width:100%;
	margin: 0px auto 0 auto;
	height:auto;
}

#press .source .publication#scMag img,
#press .source .publication#incMagazine img {
	margin: 20px auto 0 auto;
}

#press .source .publication.pbj img,
#press .source .publication.ltt img,
#press .source .publication#bloombergBNA img,
#press .source .publication#azRepublic img,
#press .source .publication#infosecurity img,
#press .source .publication#huffpost img,
#press .source .publication#techbyter img,
#press .source .publication#accountingToday img,
#press .source .publication#whir img {
	margin: 30px auto 0 auto;
}

#press .source .publication#cmsWire img {
	margin: 40px auto 0 auto;
}

#press .source .publication#brandingMag img,
#press .source .publication.forbes img {
	margin: 7px auto 0 auto;
}

#press .exWrapper {
	width:560px;
	float:left;
}

#press .source .cal {
	width: 106px;
	height:110px;
	float:left;
	border:solid 2px #c32328;
}

#press .source .cal br {
	height:0px;
}

#press .source .cal h4 {
	text-align:center;
	text-transform: uppercase;
	font-size:1.0rem;
	line-height:1.0rem;
	font-weight:800;
	color:#555555;
	margin:15px auto;
}

#press .source .bar {
	width:1px;
	height:100px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:0px;
	float:right;
	background-color:#333333;
}

#press .source .cal h4 span {
	text-transform: none;
	font-weight:200;
	font-size:3.0rem;
	line-height:3.0rem;
	color:#c32328;
	display:block;
}

#press .exWrapper .excerpt {
	width: 400px;
	float:left;
}

#press .exWrapper .excerpt p {
	width:90%;
	margin:20px 0px 0px 20px;
	font-size:1.4rem;
	line-height:1.8rem;
}

#press .exWrapper .ghostBtn.red.lg {
	display:inline-block;
	font-size:1.0rem;
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:20px 0px 0px 10px;
}

#press .group {
	width:860px;
	margin:0px auto;
	display:none;
}

#news .ctrDiv#eventsMain .newsbox-lg {
	width:90%;
	margin: 20px auto;
	overflow:hidden;
}

#news .ctrDiv#eventsMain .col-6 .newsbox-lg {
	height:640px;
}

#news .ctrDiv#eventsMain .col-6 .newsbox-lg .newsbox-header {
	height:120px;
}

#news .ctrDiv#eventsMain .col-6 .newsbox-lg .newsbox-body,
#news .ctrDiv#eventsMain .col-6 .newsbox-lg .newsbox-body-text {
	height: 520px;
}

#news .ctrDiv#eventsMain .col-4 .newsbox-lg {
	height:310px;
}

#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-header {
	height:80px;
}

#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-body {
	height:218px;
	padding:0px;
}

#news a.archiveLink {
    display:block;
    text-align:center;
    margin:20px auto;
    padding: 1% 0;
    width:300px;
}

body#pr_archive section.module.content h1,
body#article_archive section.module.content h1 {
    color:#000000;
    width:100%;
    margin:100px auto 20px auto;
}

body#pr_archive section.module.content h1 {
    width:80%;
    margin-bottom:40px;
}

body.press-releases section.module.content h1 {
    color:#000000;
    margin: 120px auto 10px auto;
    font-size:2.0rem;
    line-height:2.0rem;
    width:80%;
    text-align:left;
}

body.press-releases h4 {
    text-align:left;
    font-size:1.2rem;
    font-weight:500;
    margin:4% auto 1% auto;
}

#pr_archive h2,
#article_archive h2 {
    width:90%;
    margin:0% auto;
    border-bottom:solid 1px #000000;
}

.press-releases section.module.content h2 {
    width:80%;
    margin:2% auto 0% auto;
    text-align:left;
    font-size:1.6rem;
    line-height:2.0rem;
}

.press-releases section.module.content p {
    margin: 0 0 2% 0;
}

#pr_archive .row.press-release p.excerpt a {
    font-weight:600;
}

#news .row.press-release,
#pr_archive .row.press-release,
#article_archive .row {
    width:90%;
    margin: 3% auto;
}

#news .row.press-release p.date,
#news .row.press-release p.excerpt,
#pr_archive .row.press-release p.date,
#pr_archive .row.press-release p.excerpt {
    margin:  0;
}

#news .row.press-release p.date,
#pr_archive .row.press-release p.date{
    font-weight:400;
}

#news .row.press-release h4,
#pr_archive .row.press-release h4 {
    margin: 1% 0% 0% 0%;
    color:#c32328;
    font-size: 1.4rem;
    font-weight:300;
}

.press-releases section.module div.pr-body a {
    color:#c32328;
    font-weight:500;
}

#article_archive .publication {
    width: 25%;
    float:left;
    height:120px;
}

#article_archive .publication.forbes img {
    margin-top:-10px;
}

#article_archive .publication#brandingMag img,
#article_archive .publication.ltt img {
    margin-top:10px;
}

#article_archive .publication#cmsWire img,
#article_archive .publication#azRepublic img,
#article_archive .publication#bloombergBNA img,
#article_archive .publication#scMag img,
#article_archive .publication.pbj img {
    margin-top:6px;
}

#article_archive .publication img {
    display:block;
    margin: auto;
}

#article_archive .exWrapper {
    width:65%;
    float:left;
}

#article_archive .exWrapper .excerpt h4 {
    margin: 0% 0% 0% 2%;
}

#article_archive .exWrapper .excerpt a {
    margin: 2% 0 0 2%;
    display:block;
    font-size:1.4rem;
    color:#c32328;
}

body.press-releases div.pr-body {
    width:80%;
    margin: 10px auto;
}

#eventsMain .newsbox-header {
	padding-bottom: 10px;
    height:120px;
}

#eventsMain .newsbox-header.red {
	background-color: #c32328;
}

#eventsMain .newsbox-header.black {
	background-color: #333333;
}

#eventsMain .newsbox-header h3 {
	font-size:1.4rem;
	font-weight:600;
	color:#ffffff;
	width:84%;
	margin:0px auto 6px auto;
	text-transform:uppercase;
	letter-spacing:0.18rem;
}

#eventsMain .col-4 .newsbox-header h3 {
	font-size:1.0rem;
	font-weight:600;
}

#eventsMain .newsbox-header h4 {
	font-size:1.2rem;
	line-height:1.6rem;
	letter-spacing:0.1rem;
	width:84%;
	margin:10px auto;
	color:#ffffff;
}

#eventsMain .newsbox-header .hr {
	height:6px;
	width:100px;
	background-color:#ffffff;
	margin-left:8%;
}

#eventsMain .newsbox-body {
	background-size: cover;
	border: solid 1px #cccccc;
	border-top:0;
    height:240px;
}

#eventsMain .newsbox-body-text {
	background-color: rgba( 0, 0, 0, .7 );
	padding:40px 0px;
	color:#ffffff;
	opacity:0;
}

#eventsMain .col-5 .newsbox-body-text {
	padding: 20px 0px;
    height:240px;
}

#eventsMain .newsbox-body-text p {
	width:84%;
	font-size:1.2rem;
	line-height:1.6rem;
	letter-spacing:0.1rem;
	margin:10px auto;
}

#eventsMain .col-5 .newsbox-body-text p {
	font-size:1.0rem;
	line-height:1.4rem;
	margin:0px auto;
}

#eventsMain .newsbox-body#leftA {
    background: url("/assets/news/why-cybersecurity-matters.png") no-repeat 50% 50%;
    background-size:cover;
}

#eventsMain .newsbox-body#leftB {
    background: url(/assets/news/security-by-obscurity-infographic.png) 50% 50%;
    background-size:cover;
}

#eventsMain .newsbox-body#smallA {
	background: url("/assets/news/sitelock-donors-choose-program.png") no-repeat 50% 50%;
	background-size:cover;
}

#eventsMain .newsbox-body#smallB {
	background: url("/assets/news/popular-websites.png") no-repeat;
	background-size:cover;
}

/* Affiliates page */
.affiliateBens .iconBox h4,
.affiliatePkgs .pkgBox .contentBox h4 {
    color:#c32228;
    text-align:center;
    float:none;
    margin:10px auto;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.4rem;
    letter-spacing:0.2rem;
}
    
.affiliateBens .iconBox p {
    width:250px;
    margin:0px auto 20px auto;
    font-size:1.0rem;
    line-height:1.4rem;
}
    
.affiliatePkgs .pkgBox {
    width:480px;
    margin:10px;
    float:left;
    background-color:#dddddd;
}
    
.affiliatePkgs .pkgBox .icon {
    width:110px;
    margin: 40px 10px 40px 40px;
    float:left;  
}
    
.affiliatePkgs .pkgBox .contentBox {
    width: calc(100% - 160px);
    float:left;
}
    
.affiliatePkgs .pkgBox .contentBox h4 {
        text-align:left;
        display:inline-block;
        margin:40px 0px 10px 10px;
        font-size:1.6rem;
        border-bottom:solid 1px #000000;
}
    
.affiliatePkgs .pkgBox .contentBox ul {
        padding-left:8px;
        margin-top:0px;
        list-style-type:square;
}

div.cookieNotice_bg {
    background-color:#dddddd;
    opacity:0.9;
    width: 70.5vw;
    max-width:804px;
    height:100px;
    position:fixed;
    top:70px;
    z-index:200;
}

div#cookieNotice {
    width:70vw;
    max-width:800px;
    border: solid 3px #ffffff;
    border-top:0;
    height:100px;
    position:fixed;
    top:70px;
    z-index:201;
}

div#cookieNotice p {
    color:#000000;
    padding:0;
    font-size:0.8rem;
    line-height:1.2rem;
    width:48vw;
    max-width:500px;
    float:left;
    margin: 0px;
}

div.solidBtn {
    width:12vw;
    max-width:160px;
    height:3.5vw;
    max-height:40px;
    background-color:#ffffff;
    color:#000000;
    text-align:center;
    line-height:40px;
    float:left;
    margin-left:3vw;
    font-size:0.8rem;
    cursor:pointer;
}
    
div#cookieNotice .cookieInner {
    width:90%;
    margin:30px auto 0px auto;
}

div#cookieNotice .cookieInner a {
    text-decoration:underline;
}
    

/* ============================================================ */
/*                  DESKTOP and WIDESCREEN                      */
/* ============================================================ */

@media (min-width: 1000px) {
	
	.ctrDiv {
	    	width:1000px; 
	}
	
	.nav { 
            width: 720px;
			float:right; 
			margin-right:0px;
    }
	
	.nav ul li a {
		font-family: "Source Sans Pro", Arial, sans-serif;
		font-weight:800;
		font-size:14px;
		padding:10px 20px; 
		letter-spacing:0.1rem;
	}

	.hdrIcons {
	        float:right; 
		    width:60%;
	}
	
	.boxWrapper { 
            width:840px; 
		    margin:0 auto; 
		    background-color:#ffffff; 
		    box-shadow:0px -10px 4px rgba(0,0,0,0.4); 
		    height:160px; 
		    overflow:visible; 
		    position:relative; 
		    top:100px; 
    }
    
    #partner-home .boxWrapper {
        box-shadow:none;
        background-color:transparent;
    }
    
    #partner-home .boxWrapper .col-5 {
        box-shadow: 0px -10px 4px rgba(0,0,0,0.4);
        background-color:#ffffff;
    }
    
    #partner-home .boxWrapper .col-5 h3 {
        color:#c32228;
        text-align:center;
    }
    
    #affiliates .boxWrapper {
        top:110px;
    }
	
    #industries .boxWrapper {
        top:120px;
    }
    
	#news .boxWrapper {
		top:130px;
	}

    .ctrDiv_small { 
            width: 840px; 
		    margin: 0px auto; 
    }
	
    .col-1, 
	.col-2, 
	.col-3, 
	.col-4, 
	.col-5, 
	.col-6, 
	.col-7, 
	.col-8, 
	.col-9, 
	.col-10, 
	.col-11, 
	.col-12 { 
	        float: left; 
	}
  
    .col-12 { 
	        width: 100%; 
	}
  
    .col-11 { 
	        width: 91.66666667%; 
	}
    
	.col-10 { 
            width: 83.33333333%; 
	}
    
	.col-9 { 
	        width: 75%; 
	}
    
	.col-8 { 
	        width: 66.66666667%; 
	}
    
	.col-7 { 
	        width: 58.33333333%; 
	}
    
	.col-6 { 
	        width: 50%; 
	}
    
	.col-5 { 
	        width: 41.66666667%; 
	}
    
	.col-4 { 
	        width: 33.33333333%; 
	}
    
	.col-3 { 
	        width: 25%; 
	}
    
	.col-2 { 
	        width: 16.66666667%; 
	}
    
	.col-1 { 
	        width: 8.33333333%; 
	}
    
	.col-1 p, 
	.col-2 p, 
	.col-3 p, 
	.col-4 p, 
	.col-5 p, 
	.col-6 p { 
	        margin: 10px 14px; 
	}
	
	button.navbar-toggle { 
	        display:none; 
	}	
	
	.iconRow.long { 
	        width:894px;
	}
	
	.iconRow.short {
		    width: 640px;
	}
	
	.iconRow.extraShort {
            width: 400px;
	}
	
	.iconBox,
	a.iconBox {
		    width:290px;
		    margin:20px 4px 0px 4px; 
	}
	
	#lander01 .iconBox,
	#lander02 .iconBox {
		width:240px;
		margin:20px 24px 0px 24px;
	}
	
	#lander01 .iconBox#accelerate ul,
	#lander01 .iconBox#comply ul {
		padding-left:10%;
	}
	
	
	body#sitelockHome p.lg.wide { 
               margin: 20px auto;
			   text-align:center; 
	}
	
	.sl_plans,
	.affiliate_plans {
		    width:1000px; 
	}
	
    .sl_plans .boxWrapper,
	.affiliate_plans .boxWrapper { 
	        width:230px;
		    margin: 10px; 
		    box-shadow:0px -10px 4px rgba(0,0,0,0.4); 
		    height:230px; 
		    overflow:visible; 
		    float:left; 
    }
	
	.sl_plans .box,
	.affiliate_plans .box { 
        width: 210px; 
		margin:0 auto;	
    }
	
	.affiliate_plans .box {
		position:relative;
		top:-65px;
	}
	
	.affiliate_plans .boxWrapper .box .bdy .underline {
		border-top:solid 1px #111111;
		margin:0px auto;
	}
	
	.affiliate_plans .boxWrapper .box .bdy .underline.fix {
		width:40px;
	}
	
	.affiliate_plans .boxWrapper .box .bdy .underline.accelerate {
		width:160px;
	}
	
	.affiliate_plans .boxWrapper .box .bdy .underline.prevent {
		width:110px;
	}
	
	.affiliate_plans .boxWrapper .box .bdy .underline.sl911 {
		width:40px;
	}
	
	table.compare tr td.title { 
	        width: 350px; 
	}
	
	span.break {
		display:block;
		clear:right;
	}
	
	img#hgLogo {
		width:20%;
		max-width:20%;
		margin-bottom:4%;
	}
	
	.iconBox#find ul,
	.iconBox#fix ul,
	.iconBox#prevent ul {
		padding-left:14%;	
	}

	.iconBox#accelerate ul,
	.iconBox#comply ul {
		padding-left:18%;
    }
    
    #sitelockHome .iconBox ul li,
    #industries .iconBox ul li,
    #partner-home .iconBox ul li {
        margin-left:20px;
    }
       
    #sitelockHome .iconBox#pci_btn ul li,
    #industries .iconBox#pci_btn ul li,
    #partner-home .iconBox#pci_btn ul li {
        margin-left:60px;
    }
    
    #sitelockHome .iconBox#cdn_btn ul li,
    #industries .iconBox#cdn_btn ul li,
    #partner-home .iconBox#cdn_btn ul li {
        margin-left:40px;
    }
    
    #careers .col-5 img#employees {
        margin-top:40px;
    }
	
}

/* ============================================================================= */
/* 							MID-SIZE TO SMALL VIEWPORTS: 						 */
/* ============================================================================= */

@media (max-width:999px) {
	
	p, li, h1, h2, h3, h4, h5 { 
	        margin: 4% 10%; 
	}
	
	.fullscreen { 
	        display: none; 
	}
	
	.boxWrapper .opening p {
		    margin: 2% 10%;
	}
	
	#prodNav { display:none; }
	
	section.module.parallax.parallax-1,
    body#affiliateTOS section.module.parallax.parallax-1 { 
	        height:auto; 
			padding-bottom: 0%; 
			color:#ffffff; 
	}
    
    body#tollyReport section.module.parallax.parallax-1,
    body#cfReport section.module.parallax.parallax-1 {
        height: auto;
    }
    
    #news section.module.parallax.parallax-1 {
        background-image:none;
    }
    
    ul.subNav {
        display:none;
    }
    
	p {
		font-size: 1.0rem;
		line-height:1.8rem;
	}
	
	h1 { 
	        font-size:3.0rem; 
			line-height:3.0rem; 
	}
	
	h2 { 
	        font-size:2.6rem; 
			line-height:3.0rem; 
	}
	
	h4 { 
	        font-size:1.4rem; 
			line-height:1.6rem; 
	}
	
	h5 { 
	        font-size:1.2rem; 
			line-height:1.4rem; 
	}
	
	h6 { 
	        font-size:1.0rem; 
			line-height:1.2rem; 
	}
	
	.formContainer textarea {
		width:322px;
		margin:1% auto;
	}
	
	.formContainer input,
	.formContainer select#country {
		margin: 1% auto;
	}
	
	.formContainer input#phone_country_code {
		margin:1% 0% 1% 2px;	
	}
	
	.formContainer input#phone {
		margin:1% 0% 0% 2%;
	}
	
	.formContainer .dropDown {
		width:94%;
		margin:0% auto 1% auto;
	}
	
	label#countryLabel,
	.formContainer label {
		color:#000000;
	}
	
	p#badgeDate {
	    top:-34px;	
	}
	
	#sitelockHome .container .col-4 ul li {
		text-align:center;
	}
	
	#search .ctrDiv {
		width:90%;
		margin:0% auto;
	}
	
	.slide {
		width:100%;
	}

	#find-out .ctrDiv h3 a {
		font-weight:500;
	}
	
	ul,
	ul.offset {
		width:80%;
		margin:0 auto;
	}
	
	dl { 
	        margin: 4% 10%; 
	}
	
	dl dt { 
	        font-size:1.2rem; 
			font-weight:500; 
			margin:5% 0% 1% 0%; 
	}
	 
	.copyright,
	.copyright p,
	.copyright a {
		color:#ffffff;
		font-size:0.9rem;
	}
	
	.copyright a,
	.copyright p {
		margin:2% 1%;
		display: block;
	}
	
	#truespeedCDN .optimization ul.offset {
		margin:0 auto;
	}
	
    .header .ctrDiv { 
            padding:1% 0;
    }
    
	.buttonsMobile { 
	        display: block; 
			float:left;
	}
	
	.buttonsMobile { 
            width:33vw;
    }
    
    .buttonsMobInner {
        width:18vw;
        float:left;
        margin-top:3.0vw;
    }

    .buttonsMobile .icon { 
            cursor:pointer; 
		    float:left; 
            height:6vw;
            width:6vw;
            margin: 0 0vw 0 3vw;
	}
	
	.logoMobile { 
	        display:block; 
            width:32vw;
            margin:3.0vw 0 2.0vw 0;  
			height:auto; 
			float:left;
	}
	
	.logoMobile img { 
	        display:block; 
            width:28vw;
			max-width:100%;
            height:auto;
			margin:0px auto; 
			float:none; 
	}
    
    button.navbar-toggle { 
	        display: block; 
            position:absolute;
			right:0px; 
			padding: 0; 
			cursor:pointer;
            width:8vw;
            height:5vw;
            margin:2.8vw 2.5vw 2.8vw 2.0vw;
	}
    
    a.ghostBtn.red#login {
           top:auto;
           right:auto;
           margin:3.0vw 0 3vw 7vw;
           width:14vw;
           height:5vw;
           line-height:5vw;
    }
    
    #pageHdr.ctrDiv {
        width:100vw; 
    }
    
	a.ghostBtn.red#login,
    #prodPage section.module.parallax-1 a#login.ghostBtn.red {
        float:left;
        
	}
	
	#sitelockSearch_mobile { 
	      cursor:pointer; 
		  position:fixed; 
		  top:12%; 
		  margin:0 0;
		  padding:2% 6% 2% 4%; 
		  height:96vh; 
		  width:90%; 
		  background-color:rgba(10,10,10,0.8); 
		  z-index:200; 
    }
	
	#exitSearchMobile {
		color:#ffffff;
		width:30px;
		height:30px;
		font-size:30px;
		line-height:34px;
		padding:1%;
		text-align:center;
		border:solid 1px #ffffff;
		border-radius:4px;
	}
	
	body#privacy h1, body#search h1 { 
	    margin:20% auto 6% auto;
	}

	#sitelockHome section.module.parallax-1 { 
			background-image:none;
			height:auto;
	}
	
	#sitelockHome section.module.parallax-1 #homeBanner {
		margin:7% auto 2.0% auto;
		background:url("/assets/600/home.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:auto;
		padding-bottom:10%; 
	}
	
	#sitelockHome section.module.parallax-2 { 
	        background-image:url("/assets/sitelock_conf800.jpg"); 
			height:auto; 
	}
	
	#plansDef section.module.parallax-1 { 
		background-image:none;
		height:auto;
	}
	
	#plansDef section.module.parallax-1  {
	        background-image:none; 
	}
	
	#plansDef section.module.parallax-1 #plansBanner {
		margin-top:11%;
		background: url("/assets/1000/plans.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:360px;
	}
	
	#prodPage section.module.parallax-1 { 
	        background-image:none; 
	}
	
	#prodPage section.module #prodBanner {
		margin-top:10%;
		background: url("/assets/products_mobile.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:360px;
	}

	#infinityPage section.module.parallax-1,
	#truespeedCDN .module.parallax-1,
	body#scanning .module.parallax-1,
	#sitelock911 .module.parallax-1,
	body#partners .module.parallax-1,
	body#aboutPage .module.parallax-1,
	body#careers .module.parallax-1,
	body#help .module.parallax-1,
	body#reviews .module.parallax.parallax-1,
    body#affiliates .module.parallax.parallax-1,
	body#affiliatePlans .module.parallax.parallax-1,
    body#affiliateTOS .module.parallax.parallax-1,
	body#news .module.parallax.parallax-1
    body#tollyReport .module.parallax.parallax-1,
    body#cfReport .module.parallax.parallax-1 { 
		background-image:none;
	}
	
	body#help .module.parallax-1 #helpBanner {
		margin-top:10%;
		background: url("../assets/600/welcome.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:400px;
	}
	
	body#affiliatePlans .module.parallax-1 #affiliateSplashBanner {
		margin-top:10%;
		background: url("/assets/affiliate_tablet.jpg") no-repeat 50% 50%;
		height:400px;
	}
	
	body#reviews .module.parallax-1 { 
	        background-image:url("../assets/reviews.jpg"); 
	}
	
	#compare .module.parallax.parallax-1,
	#pci .module.parallax.parallax-1,
	#truecode .module.parallax.parallax-1,
    #affiliateTOS .module.parallax.parallax-1 { 
	        background-image: none; 
	}
	
	#truecode .module.parallax.parallax-1 #sastBanner {
		margin-top:10%;
		background: url("../assets/1000/truecode.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:400px;
	}
	
	#reviews .module.parallax.parallax-1 #reviewsBanner {
		margin-top:10%;
		background:url("../assets/600/reviews.jpg") no-repeat 50% 50%;
		background-size:cover;
		height:400px;
	}
    
    #affiliateTOS .module.parallax.parallax-1 #affiliateTOSBanner {
        background: url("/assets/affiliateSplash_tablet.jpg") no-repeat 50% 50%;
    }
	
	#gartner .formBoxWrapper {
		background-color:transparent;
	}
	
	#gartner .formBox {
		margin:0 auto;
	}
	
	#gartner .formBoxWrapper .formBox .title h3 {
		padding:0;
		text-align:center;
		margin:4% auto 2% auto;
	}
	
	#gartner input[type="submit"] {
		margin:2% auto;
	}
	
	#ddos .module.parallax.parallax-1 { 
            background-image:none;
	}
	
	#waf .module.parallax.parallax-1 { 
	        background-image: none; 
	}
	
	#gartner .module.parallax.parallax-1 { 
	        background-image: url("../assets/landing/gartner_splash.jpg"); 
	}
    
	body#mpLanding section.module.content,
	body#hgLanding section.module.content {
		margin-top:8%;
	}
	
	body#mpLanding img#midphase,
	body#hgLanding img#gator {
		float:none;
		display:block;
		width:20%;
		height:auto;
		max-width:30% !important;
		margin:8% auto 0% auto;
	}
	
	body#mpLanding section.module.content h1,
	body#hgLanding section.module.content h1 {
		font-size:1.8rem;
		line-height:2.0rem;
		width:90%;
		margin:0% auto;
		text-align:center;
	}
	
	body#mpLanding section.module.content h3,
	body#hgLanding section.module.content h3,
	body#hgLanding section.module.content h2 {
		width:80%;
		text-align:center;
		margin:0% auto;
		font-size:1.2rem;
		line-height:1.4rem;
	}
	
	body#mpLanding .mpPlans,
	body#hgLanding .hgPlans {
		width:90%;
		margin:4% auto;
		height:auto;
	}
	
	body#mpLanding .mpPlans h5,
	body#hgLanding .mpPlans h5 {
		font-size:1.6rem;
	}
	
	body#mpLanding .mpPlans p,
	body#hgLanding .hgPlans p {
		width:90%;
		margin:0% auto;
		font-size:1.2rem;
	}
	
	body#mpLanding .bottomNav,
	body#hgLanding .bottomNav {
		width:100%;
	}
	
	p.learnMore {
		text-align:center;
	}
	
	.col-4 { 
	        margin: 3% auto; 
	}
	
	.smartBenefits .col-4 {
		margin: 3% auto 0 auto;
	}
	
	.smartBenefits .col-4.right {
		margin:0 auto;
	}
	
	.scanBenefits .col-4 p {
		margin:0 10% 4% 10%;
	}
    
	section.parallax.parallax-2 .wrapper .col-4 ul { 
	        width:52%;
			margin:1% auto; 
			padding-left:0;
	}
	
	#slider_container, 
	#slider_container .brandsbox_container, 
	div.next_btn.ghost_btn.lg,
	a.next_btn.ghostBtn.red.lg { 
	        display:none; 
	}
	
	.ctrDiv, 
	.ftr_main, 
	div.header .ctrDiv,
	body#pagenotfound .ctrDiv { 
	        width:100%; 
			margin:0;
			padding: 2%  0%;
	}
	
	#privacy .productPage.ctrDiv {
		padding:0;
	}
	
	.ctrDiv_small { 
	        width:90%; 
			margin:2% auto; 
	}
	
	body#pagenotfound .ctrDiv {
		background-image:none;
	}
	
	.mdevice, 
	body#prodPage div.boxWrapper.mdevice { 
	        display:block; 
	}
		
	.malware_scanning.mdevice {
		width:80%;
		float:none;
		margin:0% auto;
	}
	
	div.opening {
		width:90%;
		margin: 4% auto 1% auto;
	}
	
	.wrapper {
		width:100%;
	    position:relative;
	    margin:0px;
    }
	
	
	ul {
	    list-style-type:none;
	}
    
    #partner-home .boxWrapper.mdevice .col-6 {
            float:left;
            width:50%;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 ul {
    }
    
    #partner-home .boxWrapper.mdevice .col-6 a.ghostBtn.red {
        display:block;
        width: 140px;
        padding: 5px;
        text-align:center;
        margin:20px auto 0px auto;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 {
        text-align:center;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 ul {
        -webkit-padding-start: 0;
        padding:0;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 ul li {
        margin:0;
    }
	
	li { 
	        font-size: 1.2rem; 
			line-height:1.8rem;
			font-weight:100;
			margin:0px 10px;
	}
	
	p.lg,
	.boxWrapper .opening p.lg { 
	        font-size:1.2rem; 
			line-height:2.0rem;
			margin: 2% 10% 4% 10%; 
	}
	
	.gartnerRight p {
		    font-size:1.2rem;
			line-height:1.6rem;
	}
	
	.boxWrapper .opening p.lg {
		font-size:1.2rem;
		line-height: 2.0rem;
	}
	
	#shareMenu {
		margin: 2% 10%;
	}

	/* Top nav */
	.navWrapper { 
			overflow:scroll; 
			background-color:#eeeeee;
			position:absolute; 
			z-index:-1;
			right:0px; 
			display:none; 
			border:solid 1px #dddddd; 
			border-right:0px; 
	}
	
	.nav ul li a { 
	        background-color:#eeeeee; 
			opacity: 1.0; 
	}
	
	div.hdrIcons { 
	        display:none; 
	}
	
	.nav { 
	        opacity:1.0; 
	}
	
	nav.nav.ctrDiv .sitelockLogo { 
	        display:none; 
	}
	
	ul#topNav { 
        width:90%;
	    margin: 1% auto 2%; 
	}
	
	/*.nav ul li ul {
		display:block;
	} */
	
	nav.nav.ctrDiv {
		padding:0%;
	}
	
	div.arrowBtn.glyph, 
	div.placeholder.glyph { 
	        display:block; 
			float:left; 
			padding:0px; 
			margin:2% 2% 0 2%; 
	}
	
	.nav ul.subNav li a {
		font-size:1.0rem;
		font-weight:500;
		padding:2% 0;
	}
	
	.nav ul li ul { 
	        padding-top:0; 
			margin-left:2%; 
	}
	
	.nav ul li ul, 
	ul.subnav, 
	ul.subnav li, 
	.nav ul li:hover ul { 
	        position:relative; 
	}
	

	nav.nav.ctrDiv ul li /*, 
	.nav ul li ul */ { 
	        float:none; 
			display:block; 
			clear:both; 
	}
    
    
     .nav ul li:hover ul { 
        display:none; 
     }
	
	.nav ul.subNav li {
		margin-left:0%;
	}
	
	.nav ul.subNav li a { 
	        padding:5px 0 5px 10px; 
			margin:0 1% 1% 2%; 
			font-weight:500; 
			font-size:1.0rem; 
			width:70%;
	}
	
	ul.subNav li a:hover { 
	        color:#333333; 
			background-color:transparent; 
	}
	
	.nav ul li {
		font-size:1.0rem;
		line-height:1.4rem;
		font-weight:500;
		letter-spacing:2px;
		float:none;
	}
	
	.nav ul li a { 
	        text-align:left; 
			padding: 12px 0px; 
	}

	ul.subNav li a { 
	        padding:10px 20px 10px 20px; 
	}
	
	ul.subNav li a, 
	ul.subNav li a:first-child { 
	      border: 0px; 
	}
	
	.learnMoreBtn { 
	    width:80%;
		clear:both;
		text-align:left;
	}
    
    .ctrDiv.smartBenefits .col-4 ul {
        padding:0;
    }
    
    .ctrDiv.smartBenefits .col-4 ul li {
        text-align:center;
    }
    
	.learnMoreBtn p,
	#infinityPage .learnMoreBtn p {
		width:60%;
		margin-left:20%;
		text-align:center;
	}
		
	body#prodPage div.boxWrapper { 
	        top: auto; 
	}
	
	.sl_products #nav_arrow { 
	        margin:6% auto 2%; 
	}
	
	#prodPage section.parallax h2 { 
	        margin:46% 0 0 6%; 
			font-size:2.4em; 
	}
		
	#truecode .gartnerLeft img {
		display:block;
		margin:0 auto;
	}
	
	#pci #howPCI .col-4 h5 {
		    margin:4% 12% 0 12%;
	}
	
	#pci #howPCI .col-4 p {
		    margin: 0 12% 6% 12%;
	}
	
	.boxWrapper .opening h3 { 
	        padding: 0%; 
	}
	
	.iconBox ul { 
	        padding-left:0%;
			margin: 4% auto;
			text-align:center;
	}
	
	.ftr_main .inset { 
	        display:none; 
	}
	
	.ftr_main { 
	        height: auto; 
	}
	
	.ftr_main ul, 
	.ftr_main ul li { 
	        list-style-type:none; 
			color:#dddddd; 
	}
	
	.ftr_main ul li a { 
	        color:#dddddd; 
			font-size:0.7em; 
	}
	
	.ftr_main .social_divs { 
	        float:left; 
			width:20%; 
			margin: 1% 2%;
	}
	
	.ftr_main .social_google, 
	.ftr_main .social_linkedin, 
	.ftr_main .social_twitter, 
	.ftr_main .social_fb { 
	        width: 40px; 
			height:40px; 
			fill: #dddddd; 
	}
	
	.ftr_main .panel-group { 
	        display:block; 
	}
	
	.ftr_main .panel {
		border-style: solid;
		border-bottom-style:solid;
	}
	
	.ftr_main .panel-group a, 
	.ftr_main .panel-group h3, 
	body#scanning .ftr_main .panel-group h3 { 
	        color:#dddddd; 
	}
	
	.panel-body .social_divs .social_linkedin, 
	.panel-body .social_divs .social_twitter, 
	.panel-body .social_divs .social_google, 
	.panel-body .social_divs .social_fb { 
	        float:none; 
			margin:1% auto; 
	}
	
	.panel-body h3, 
	.panel-body address, 
	.panel-body p, .panel-body ul, 
	.panel-body ul li, 
	.panel-body ul li a,
    .panel-body ul li h4 a,
    .panel-body ul li h4 { 
	        font-size: 1.0rem; 
			text-align:left;
			padding:2px;
			margin-left:2%; 
			line-height:1.4em; 
	}
    
    .panel-body ul li h4 a,
    .panel-body ul li h4 {
        margin:0;
        font-weight:500;
    }
	
	.panel-body h3, 
	.panel-body address { 
	        margin-left:5%; 
	}
	
	h4.panel-title,
	body#partners h4.panel-title,
	body.thankYou h4.panel-title { 
	        margin:auto; 
			text-align:left; 
			font-weight:300; 
			color:#acacac;
	}
	
	#wsa_embed { 
	        left:0px; 
			bottom:0px; 
			top:auto; 
			right:auto; 
	}
	
	#sitelockHome .boxWrapper, 
	#truecode .boxWrapper, 
	#infinityPage .boxWrapper, 
	.boxWrapper, 
	.boxWrapper .opening { 
	        box-shadow: none; 
			width:100%; 
			top:auto; 
			height:auto; 
	}

    #sitelockHome .opening h3 { 
            width:90%; 
			text-align:center;
		    padding:0; 
			margin:0 auto 3% auto;
    }
	
    .mobileSpacer { 
	        clear:both; 
			height:6.0em; 
			float:none; 
	}
	
	.helpIcons { 
	        width:80%; 
			margin:0 auto 10%; 
	} 
	
	.creds > .rowOne { 
	        width:90%; 
	}
	
	.iconRow.short { 
	        width:98%; 
			margin:1% auto; 
	}
	
	.iconRow.long { 
	        width:98%; 
			margin:1% auto;
	}
	
	.iconRow.long .iconBox { 
	        margin: 0 3%; 
			width:44%; 
	}
	
	.iconRow.short .iconBox { 
	        width:44%; 
			margin:0 3%; 
	}
	
	#infinityPage .tech .imgBox,
	#scanning .tech .imgBox {
		margin:1% auto;
	}
	
	#prevent {
		float:none;
		margin:2% auto;
	}
	
	#ddos #how_it_works p {
		margin:2% 10%;
	}
	
	#ddos .ctrDiv#attacks .col-4 {
		margin:3% auto;
	}
	
	#truespeedCDN .cachingDetails h4,
	#truespeedCDN .optimization h4 {
		margin:6% 12% 2% 12%;
	}
	
	#truespeedCDN .cdnLocations h5 {
		margin:2% 10%;
	}
	
	#truespeedCDN .cdnLocations .col-3,	
	#truespeedCDN .cdnLocations .col-4 {
		width:48%;
		float:left;
		margin:0% 1%;
	}
	
	#truespeedCDN .cdnLocations .col-3.bottom {
		margin:0% auto;
		float:none;
	}
	
	.optimization .col-4 {
		    margin:0 auto;
	}
	
	.iconRow.long .iconBox#encryption {
		float:none;
		margin:0 auto;
	}
	
	body#scanning .scanBenefits .col-4 h4 {
		    margin:1% 10%;
	}
	
	#infinityPage .iconRow.long .tech { 
	         width:40%;
			 margin:1% 4%; 
	}
	
	#infinityPage .tech#networkScan,
	.tech#simpleQuest {
		    float:none;
		    margin:1% auto;
	}
	
	#infinityPage .tech h5 { 
	        font-size:1.2rem; 
	}
	 
	section.module.parallax-2 .container .wrapper { 
	        width:90%; 
	}
	
	.helpIcons .iconWrapper, 
	.helpIcons .phoneDiv { 
	        width:28%; 
			margin:1% 2%;
	}
	
	.helpIcons .iconWrapper#phoneBox {
		margin:0% auto;
	}
	
	#sitelockHome .helpIcons #chat,
	.helpIcons #write,
	.helpIcons #phoneLg,
	.helpIcons a #phoneLg {
		margin:0% auto;
	}
	
	#compare dd { 
	        width:80%; 
	}
	
	.awards #bestPlaces { 
	        margin:9% 5% 0 6%; 
			width:22%; 
	}
	
	.awards #hostingCon { 
	        margin:6% 5% 0% 0%; 
			width:18%; 
	}
	
	.awards #ota { 
	        margin:7% 1% 0 0; 
			width:19%; 
	}
	
	
	.awards #gartner img {
		width:100%;
	}
	
	.awards div#fast500 {
		width:20%;
		margin:4% 0 0 0;
	}
	
	.sl_plans h2.planTitle {
		    font-size:1.6rem;
		    line-height:2.0rem;
		    margin:0 4%;
		    text-align:left;
	}
	
	.sl_plans { 
	        width:100%; 
			margin:4% auto; 
	}
	
	.sl_plans .boxWrapper,
	.sl_plans .boxWrapper:last-child,
	.affiliate_plans .boxWrapper,
	.affiliate_plans .boxWrapper:last-child { 
	        float:none;
	        width: 90%; 
			margin:2% auto; 
	        box-shadow:none; 
			border:solid 1px #000000;
			height:auto; 
	}

	.affiliate_plans .topIcon {
		width:20%;
		margin:5% 2% 4% 2%;
		float:left;
		clear:left;
		top:auto;
	}
	
	.affiliate_plans .boxWrapper#mal911 .topIcon {
		margin:3% 2% 1% 2%;
	}
	
	.sl_plans .boxWrapper .box { 
	        width:100%;  
			padding: 2% 0;
	}
	
	.affiliate_plans .boxWrapper .box {
		width: 70%;
		float:left;
	}
	
	.affiliate_plans .boxWrapper .box .bdy {
		width:60%;
		float:left;
	}
	
	.affiliate_plans h2.planTitle {
		text-align:left;
		margin:6% 0 0% 3%;	
	}
	
	.affiliate_plans .box .bdy p {
		text-align:left;
		margin:0px 0px 0px 3%;
	}
	
	.affiliate_plans .box h3.pricing {
		width:30%;
		float:left;
		margin-top:14%;
	}
	
	.affiliate_plans .box#affiliate_911 h3.pricing {
		margin-top:9%;
	}

	.affiliate_plans button.ghostBtn.red.lg {
		width:30%;
		margin:1% 0 2% 4%;	
	}
	
	.sl_plans .boxWrapper .box input.ghostBtn,
	.affiliate_plans .boxWrapper .box input.ghostBtn {
		    margin:3% 4%;
	}
	
	.sl_plans .boxWrapper .box .bdy,
	.affiliate_plans .boxWrapper .box .bdy,
	.affiliate_plans .box#affiliate_911 .bdy { 
	        height:auto; 
	}
	
	.sl_plans p,
	.affiliate_plans p { 
	        color:#000000; 
			margin:0% 0% 0% 18%; 
	}
	
	.sl_plans h3,
	.affiliate_plans h3 {
		    text-align:left;
		    font-size:1.3rem;
		    line-height:1.6rem;
		    margin:0.4% 4%;
	}
	
	.sl_plans ul,
	.affiliate_plans ul {
		    width:90%;
		    margin:0 0;
	}
	
	.sl_plans ul li {
		    margin:1% 0 0 0;
		    font-size:1.0rem;
		    line-height:1.3rem;
	}
	
	#affiliatePlans .plansTable tr.title td.inc div.icon.fully,
	#affiliatePlans .plansTable tr.title td.inc div.icon.partial,
	#affiliatePlans .plansTable tr.title td.inc div.icon.not {
		background-image:none;
	}
	
	.plansFeatures .iconBox h4 {
		    font-size:1.2rem;
		    line-height:1.4rem;
	}
	
	#sitelock911 .boxWrapper { 
	        top:auto; 
	}
	
	#sitelock911 .malwareBtns { 
	          width:100%; 
	}
	
	#sitelock911 .malwareBtns a.ghostBtn.lg {
		width:30%;
		display:block;
		float:none;
		text-align:center;
		margin:2% auto;
	}
	
	.benefitWrapper, 
	#infinityPage .benefitWrapper { 
	        width:84%; 
			clear:both; 
			float:none; 
			margin:4% auto 0 auto; 
	}
	
	.imgBoxWrapper  { 
	        width: 16%; 
			height:14%;
			margin:2% 2% 0% 0%; 
			float:left; 
	}
	
	#infinityPage .imgBoxWrapper { 
	        width:100%; 
			float:none; 
			height:auto; 
	}
	
	.imgBox { 
	        width:90%; 
			height:90%; 
			margin: 30% 4% 0% 6%; 
			display:block; 
	}
	
	#infinityPage .imgBox { 
	        margin:2% auto; 
			display:block; 
	}
	
	.benefitDesc { 
	        width: 74%; 
			float:left; 
			margin:2% auto 4% auto; 
	}
	
	#infinityPage .benefitDesc { 
	        width:80%; 
			float:none; 
			text-align:center;
			margin:1% auto; 
	}
	
	.benefitDesc h4 { 
			text-align:left;
	        color:#c32328; 
			padding:0px; 
			margin:4px 0px; 
	}
	
	#infinityPage .tech { 
	        width:28%; 
			margin:2% 3%;
	}
	
	#infinityPage .iconRow.short .tech {
		width:40%;
		margin:1% 4%;
	}
	
	#sitelock911 .opening h2 {
		font-size:1.6rem;
		line-height:2.0rem;
		margin:0% 0% 0 1%;
	}
	
	#sitelock911 .opening .col-6 img {
		display:block;
		margin:0 auto;
		max-width:100%;
		height:auto;
	}
	
	
	#waf .wafPanel01, 
	#waf .wafPanel02, 
	#waf .wafPanel03, 
	#waf .wafPanel04 { 
	        display:none; 
			height:0; 
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-8 {
		width:700px;
		margin:0 auto;
	}
	
	#affiliatePlans .wafPanelWrapper {
		width:690px;
		margin:0px auto;
	}
	
	#affiliatePlans .wafPanelWrapper p {
		font-size:1.1rem;
		line-height:1.8rem;
	}
	
	#affiliatePlans .wafPanel01,
	#affiliatePlans .wafPanel02,
	#affiliatePlans .wafPanel03,
	#affiliatePlans .wafPanel04 {
		background-size: cover;
		background-position:50% 50%;
	}
	
	#affiliatePlans .wafPanel01 {
		height:232px;
	}
	
	#affiliatePlans .wafPanel01 p {
		width:340px;
		padding-top:40px;
	}
	
	#affiliatePlans .wafPanel02 {
		height:206px;
	}
	
	#affiliatePlans .wafPanel02 p {
		width:340px;
		padding-top:20px;
	}
	
	#affiliatePlans .wafPanel03 {
		height:186px;
	}
	
	#affiliatePlans .wafPanel03 p {
		margin: 0px 0px 0px 390px;
		padding-top:60px;
	}
	
	#affiliatePlans .wafPanel04 {
		height:213px;
	}
	
	#affiliatePlans .wafPanel04 p {
		margin: 0px 0px 0px 390px;
		padding-top:40px;
	}
	
	#affiliatePlans .imgBox {
		width: 120px;
		height:120px;
		margin:10% auto;
	}
	
	#truecode .col-4 p {
		margin:1% 10%;
	}
	
	body#partners .ctrDiv #partnerLogos {
		width:98%;
		margin:3% auto;
	}
	
	img.logoBlock {
		display:block;
		width:94%;
		max-width:100%;
		height:auto;
	}
	
	#partners .blackBg a.ghostBtn {
		display:block;
		width:300px;
		margin:2% auto;
	}
	
	body#partners .reasons {
		width:40%;
		margin:2% 4%;
	}
	
	body#partners .reasons#industry {
		float:none;
		margin: 2% auto;
	}
	
	.teamWrapper {
		width:98%;
		margin:4% auto 6% auto;
	}
	
	.teamWrapper p,
	.teamWrapper h4 {
		margin:0 10%;
	}
	
	body#reviews .module.parallax.parallax-2 .ctrDiv {
		width:94%;
		margin:1% auto;
	}
	
	.element-item {
		width:48%;
	}
	
	body#reviews .module.parallax-1 .element-item.first {
		margin-top:8%;
	}
	
	.element-item.second {
		margin-top: 0;
	}
	
	.element-item.third {
		margin-top:2%;
	}
   
	body#careers .awards #bestPlaces,
	.awards #bestPlaces {
		margin: 9% 5% 0% 14%;
		width:20%;
	}
	
	body#careers .awards #hostingCon,
	.awards #hostingCon {
		margin: 6% 5% 0% 2%;
		width:16%;
	}
	
	body#careers .awards #ota,
	.awards #ota {
		margin:7% 1% 0% 2%;
		width: 19%;
	}
	
	body#careers .awards #gartner,
	.awards div#gartner {
		margin: 7% 0% 0% 24%;
		width:24%;
	}
	
	body#careers .awards #gartner img {
		width:100%;
	}
	
	/* Welcome page */
	body#help .welcomeTabs .tabHeading, 
	body#help .dashboard .tabHeading { 
	        width: 90%; 
			margin:4% auto 6% auto; 
	}
	
	body#help .welcomeTabs .tabHeading h4, 
	body#help .dashboard .tabHeading h4 { 
	        font-size: 1.2rem; 
			line-height:1.0rem;
			margin:3% 0% 0% 2%; 
			width:73%; 
	}
	
	body#help .welcomeTabs .tabContent ul,
	body#help .welcomeTabs .tabContent p,
	body#help .dashboard .tabContent ul,
	body#help .dashboard .tabContent p {
		margin: 2% 8%;
	}
	
	body#help .arrowBtn { 
	        margin: 2%; 
	}
	
	body#help input.ghostBtn { 
	        margin:1% auto; 
			font-size:1.0rem; 
	}
	
	body#help .welcomeTabs .iconLg, 
	body#help .dashboard .iconLg { 
	        margin: 2% 0% 0% 4%; 
			height:6%; 
			width:6%; 
	}
	
	.iconRow.short .tech, 
	#scanning .iconRow.short .tech,
	#waf .tech { 
	        width:40%; 
			margin:2% 4%; 
	}
	
	.iconRow.long .tech, 
	#scanning .iconRow.long .tech { 
	        width:40%; 
			margin:2% 4%; 
	}
	
	#affiliatePlans .iconRow.long .tech#spamScan,
	#affiliatePlans .iconRow.long .tech#networkScan {
		float:none;
		margin:2% auto;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-2 {
		width: 40%;
		float:left;
		margin:2% 0% 2% 10%;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-2 h5 {
		font-size:1.4rem;
		width:80%;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-2 ul li {
		font-size:1.1rem;
		line-height:1.8rem;
	}
	
	#affiliatePlans .ftr_main p.copyright {
		width:80%;
		margin:1% auto;
	}
	
	#affiliatePlans .ftr_main p.copyright a {
		display:inline;
	}
	
	.tech#results, 
	.tech#advancedVis,
	.tech#easySetup {
		float:none;
		margin:2% auto;
	}
	
	.formContainer .title h2 {
		font-size:2.0rem;
		margin: 6% auto 0 auto;
		text-align:center;
	}
	
	#prodPage .formContainer .title h2 {
		margin:6% auto;
	}
	
	body#hgProducts .col-3.plans, 
    body#mochaHost .col-3.plans, 
    body#ggProducts .col-3.plans, 
    body#midPhase .col-3.plans {
	        width: 100%;
			margin:2% 0;
			float:none;
			height:auto;
			border-radius:0px;
			padding-top:10%;
			padding-bottom:14%;
	}
	
	body#hgProducts .col-3.plans h3,
	body#mochaHost .col-3.plans h3,
	body#ggProducts .col-3.plans h3,
	body#midPhase .col-3.plans h3 {
	  		text-align:left;
			width:86%;
			font-size:1.4rem;
			line-height:1.4rem;
			font-weight:500;
			margin: 1% 0 0 1%;	
	}
	
	body#hgProducts .col-3.plans ul,
	body#mochaHost .col-3.plans ul,
	body#ggProducts .col-3.plans ul,
	body#midPhase .col-3.plans ul {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	body#hgProducts .col-3.plans ul li,
	body#mochaHost .col-3.plans ul li,
	body#ggProducts .col-3.plans ul li,
	body#midPhase .col-3.plans ul li {
		font-size:1.4rem;
	}
	
	body#hgProducts section.module.content h1, 
	body#mochaHost section.module h1, 
	body#ggProducts section.module.content h1, 
	body#midPhase  section.module.content h1 { 
        color:#000000; 
		margin: 18% auto 0 auto; 
		font-size:1.4rem;
		line-height:1.4rem;
		width: 70%;
	}
	
	body#hgProducts section.module.content h2, 
	body#mochaHost section.module.content h2, 
	body#ggProducts section.module.content h2, 
	body#midPhase section.module.content h2 { 
        text-align:center; 
		margin:1% auto 4% auto;
		font-size:1.2rem; 
		line-height:1.2rem;
		width:60%;
	}
	
	body#hgProducts .blackBg .ctrDiv {
		width:94%;
		margin:0% auto;
	}
	
	body#hgProducts .col-3.plans, 
	body#mochaHost .col-3.plans, 
	body#ggProducts .col-3.plans, 
	body#midPhase .col-3.plans {
		width:90%;
		margin:2% auto;
		padding:0% 0% 2% 0%;
		border-radius:3px;
	}
	
	body#hgProducts .col-3.plans .planTitle, 
	body#mochaHost .col-3.plans .planTitle, 
	body#ggProducts .col-3.plans .planTitle, 
	body#midPhase .col-3.plans .planTitle {
		background-color:#c32328;
		color:#ffffff;
	}
	
	body#hgProducts .col-3.plans .planTitle h3,
	body#hgProducts .col-3.plans .planTitle h2, 
	body#mochaHost .col-3.plans .planTitle h2,
	body#mochaHost .col-3.plans .planTitle h3, 
	body#ggProducts .col-3.plans .planTitle h2,
	body#ggProducts .col-3.plans .planTitle h3,  
	body#midPhase .col-3.plans .planTitle h2,
	body#midPhase .col-3.plans .planTitle h3 {
		color:#ffffff;
		text-align:left;
		padding:0%;
		margin:0% 0% 0% 2%;
	}
	
	body#hgProducts .col-3.plans .planTitle h2, 
	body#mochaHost .col-3.plans .planTitle h2,
	body#ggProducts .col-3.plans .planTitle h2,
	body#midPhase .col-3.plans .planTitle h2 {
		font-size:1.6rem;
		line-height:1.6rem;
		padding-top:2%;
	}
	
	body#hgProducts .col-3.plans .planTitle h3, 
	body#mochaHost .col-3.plans .planTitle h3,
	body#ggProducts .col-3.plans .planTitle h3,
	body#midPhase .col-3.plans .planTitle h3 {
		margin:0% 0% 2% 2%;
		padding-bottom:2%;
	}
	
	body#hgProducts .col-3.plans ul, 
	body#mochaHost .col-3.plans ul, 
	body#ggProducts .col-3.plans ul, 
	body#midPhase .col-3.plans ul {
		width:52%;
		float:left;
		margin-left:4%;
	}
	
	body#hgProducts .col-3.plans a.ghostBtn.lg.red, 
	body#mochaHost .col-3.plans a.ghostBtn.lg.red, 
	body#ggProducts .col-3.plans a.ghostBtn.lg.red, 
	body#midPhase .col-3.plans a.ghostBtn.lg.red {
		width:30%;
		padding:2% 0%;
		float:left;
		margin:3% 0% 0% 2%;
	}
	
	#terms .ctrDiv h4 {
		text-align:center;
	}
	
	body#pagenotfound h1 {
		margin:0px auto;
		width:70%;
	}
	
	body#pagenotfound h3 {
		font-size:3.0rem;
		line-height:3.4rem;
		width:70%;
		margin:10px auto;
	}
	
	body#pagenotfound div.ghostBtns {
		width:70%;
		margin:0px auto;
	}
	
	body#pagenotfound p.ghostBtn {
		width:200px;
		height:50px;
		line-height:50px;
		margin:10px 10px 10px 0px;
	}
	
	#news .ctrDiv#eventsMain .col-6 .newsbox-lg,
	#news .ctrDiv#eventsMain .col-4 .newsbox-lg,
	#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-body {
		height:auto;
		background-size:cover;
	}
	
	#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-body#smallB {
		background-position: 00% 0%;
	}
	
	#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-body,
	#news .ctrDiv#eventsMain .col-4 .newsbox-lg .newsbox-body-text {
		height:300px;
	}
	
	#press .group {
		width:90%;
		margin:0 auto;
	}
	
	#press .source {
		width:90%;
		margin-left:5%;
	}
	
	#press .source .cal {
		float:none;
		border:0;
		width:90%;
		margin:0px auto;
		height:auto;
	}
	
	#press .source .publication {
		width:90%;
		margin:0px auto;
	}
	
	#press .source .publication img {
		margin: 0 0 0 4%;
        display:block;
        width:120px;
        height:auto;
	}
    
    #press .source .publication#incMagazine img,
    #press .source .publication#scMag img {
        width:80px;
    }
	
	#press .source .publication.pbj img,
    #press .source .publication.ltt img,
	#press .source .publication#bloombergBNA img,
	#press .source .publication#azRepublic img,
	#press .source .publication#scMag img,
	#press .source .publication#cmsWire img,
	#press .source .publication#brandingMag img,
    #press .source .publication#huffpost img,
    #press .source .publication#techbyter img,
    #press .source .publication#incMagazine img,
    #press .source .publication#accountingToday img,
    #press .source .publication#creditcards img,
    #press .source .publication#crains img,
    #press .source .publication#whir img {
		margin: 4% 0 4% 8%;
	}
    
    #press .source .publication#fastCompany img {
        margin:4% 0 4% 0%;
    }
    
    #press .source .publication#infosecurity img,
    #press .source .publication.forbes img {
        margin:2% 0 0 4%;
    }
	
	#press .source .publication#cnbc img {
		margin:3% 0 0 8%;
	}
	
		
	#press .source .cal h4 {
		margin: 10px auto 0px auto;
	}
	
	#press .source .cal h4,
	#press .source .cal h4 span {
		text-align:left;
		text-transform:none;
		font-size: 1.8rem;
		line-height:1.8rem;
		color: #555555;
		font-weight:200;
	}
	
	#press .source .cal h4 span {
		display:inline;
	}
	
	#press .source .bar {
		width:90%;
		height:1px;
		float:none;
		margin-left:6%;
	}
	
	#press .exWrapper {
		width:100%;
	}
	
	#press .exWrapper .excerpt p {
		margin:0px auto;
		text-align:left;
		font-size:2.0rem;
		line-height:2.4rem;
		width:82%;
	}
	
	#press .exWrapper .excerpt {
		width:100%;
		float:none;
		margin:0px auto;
	}
	
	#press .exWrapper .ghostBtn.red.lg {
		width:70%;
		margin: 10px 0 60px 10%;
	}
    
    body#aboutPage .module.parallax-1 {
        padding-bottom:0;
    }
    
    div.aboutSub {
        border: solid 1px #111111;
        width:80%;
        margin:0px auto;
    }
    
    div.aboutSub .divider {
        width:24.6%;
        padding:1vh 0;
        float:left;
        height:40px;
        border-right:solid 1px #111111;
        position:relative;
    }
    
    div.aboutSub div.divider:nth-child(4) {
        border:0;
    }
    
    div.aboutSub a {
        display:block;
        width:94%;
        position:absolute;
        top:50%;
        left:50%;
        text-align:center;
        font-weight:700;
        text-transform:uppercase;
        font-size:0.7rem;
        letter-spacing:0.1rem;
        transform: translate(-50%, -50%);
    }
    
    .tollyRep.ctrDiv p,
    .cfRep.ctrDiv p {
        width:80%;
        float:none;
        margin:0px auto;
        text-align:center;
    }
    
    .cfRep.ctrDiv p {
        margin:0 auto 4% auto;
        width:90%;
    }
    
    #tollyReport #tollyBanner p {
        width:80%;
        margin:20px auto;
        text-align:center;
    }
    
    #tollyReport .formBoxWrapper {
        height:auto;
        top:auto;
        -webkit-box-shadow:none;
        box-shadow:none;
        margin:0px auto -40px auto;
    }
    
	#gartner .formBox {
		width:80%;
	}
	
    #tollyReport #tollyBanner h1 {
		width:70%;
		margin:10% auto 0 auto;
		text-align:center;
	}
    
    #tollyReport .formBoxWrapper .formBox .title h3 {
        text-align:center;
    }
    
    #scanningVideo,
    #wafVid {
        width:96%;
        overflow-x:hidden;
        margin:0 auto;
    }
    
    body.press-releases section.module.content h1 {
        font-size:2.0rem;
        line-height:2.4rem;
        margin: 140px auto 20px auto;
        font-weight:500;
    }
    			
}

/* ============================================================================ */
/*               TABLE FORMATTING FOR SMALL VIEWPORTS                           */
/* ============================================================================ */

@media (max-width:849px) {

	body#hgProducts table.products, 
	body#mochaHost table.products, 
	body#ggProducts table.products, 
	body#midPhase table.products {
		display:block;
		width:90%;
		margin:10% auto;
		border:solid 2px #000000;
	}
	
	body#hgProducts table.products tr, 
	body#mochaHost table.products tr, 
	body#ggProducts table.products tr, 
	body#midPhase table.products tr {
		display:block;
		width:100%;
		clear:both;
		height:auto;
	}
	
	body#hgProducts table.products tr.mid td,
	body#mochaHost table.products tr.mid td,
	body#ggProducts table.products tr.mid td, 
	body#midPhase table.products tr.mid td { 
        padding:2px 0px; 
	}
	
	body#hgProducts table.products tr td.ctrText,
	body#mochaHost table.products tr td.ctrText,
	body#ggProducts table.products tr td.ctrText, 
	body#midPhase table.products tr td.ctrText {
		font-size:1.0rem;
	}
	
	body#hgProducts table.products.productsPartner tr td h3, 
	body#mochaHost table.products.productsPartner tr td h3, 
	body#ggProducts table.products.productsPartner tr td h3, 
	body#midPhase table.products.productsPartner tr td h3 { 
        font-size:0.8rem; 
		font-weight:300;
		width:auto; 
	}
	
	body#hgProducts table.products.productsPartner tr td h4, 
	body#mochaHost table.products.productsPartner tr td h4, 
	body#ggProducts table.products.productsPartner tr td h4, 
	body#midPhase table.products.productsPartner tr td h4 {
		font-size:0.8rem;
	}
	
	body#hgProducts table.products.productsPartner tr td h5, 
	body#mochaHost table.products.productsPartner tr td h5, 
	body#ggProducts table.products.productsPartner tr td h5, 
	body#midPhase table.products.productsPartner tr td h5 {
		font-size:1.4rem;
		line-height:1.5rem;
		font-weight:400;
		text-align:center;
		width:90%;
		margin:2% auto 0% auto;
		text-transform:uppercase;
		letter-spacing:.01em;
	}
	
	body#hgProducts table.products.productsPartner tr.top, 
	body#mochaHost table.products.productsPartner tr td.noLabel, 
	body#ggProducts table.products.productsPartner tr td.noLabel, 
	body#midPhase table.products.productsPartner tr.top { 
        background-color:#000000; 
	}
	
	body#hgProducts table.products.productsPartner tr td.noLabel h3, 
	body#hgProducts table.products.productsPartner tr td.noLabel h4,
	body#mochaHost table.products.productsPartner tr td.noLabel h3, 
	body#mochaHost table.products.productsPartner tr td.noLabel h4,
	body#ggProducts table.products.productsPartner tr td.noLabel h3,
	body#ggProducts table.products.productsPartner tr td.noLabel h4, 
	body#midPhase table.products.productsPartner tr td.noLabel h3,
	body#midPhase table.products.productsPartner tr td.noLabel h4 {
		color:#ffffff;
		font-size:1.2rem;
		line-height:1.4rem;
	}
	
	body#hgProducts table.products.productsPartner tr td.leftLabel, 
	body#mochaHost table.products.productsPartner tr td.leftLabel, 
	body#ggProducts table.products.productsPartner tr td.leftLabel, 
	body#midPhase table.products.productsPartner tr td.leftLabel {
		padding:0;
		width:0;
		border:0;
		display:none;
	}
	
	body#hgProducts table.products.productsPartner tr td:last-child, 
	body#mochaHost table.products.productsPartner tr td:last-child, 
	body#ggProducts table.products.productsPartner tr td:last-child, 
	body#midPhase table.products.productsPartner tr td:last-child {
		border-right:0px;
		padding-bottom:2%;
	}
	
	body#hgProducts table.products.productsPartner tr.mid td,
	body#mochaHost table.products.productsPartner tr.mid td,
	body#ggProducts table.products.productsPartner tr.mid td,
	body#midPhase table.products.productsPartner tr.mid td {
		height:0px;
		padding:0;
		border:0px;
		display:none;
	}
	
	body#mochaHost table.products tr td.l, 
	body#mochaHost table.products tr.mid td.heading,
	body#ggProducts table.products tr.mid td.l,
	body#ggProducts table.products tr td.l,
	body#ggProducts table.products tr.mid td.heading,
	body#hgProducts table.products tr td.l, 
	body#hgProducts table.products tr.mid td.heading,
	body#midPhase table.products tr.mid td.heading,
	body#midPhase table.products tr td.l {
		display:block;
		clear:both;
		width:100%;
		padding:0;
		height:40px;
	}
	
	body#hgProducts table.products tr.mid td.heading, 
	body#mochaHost table.products tr.mid td.heading, 
	body#ggProducts table.products tr.mid td.heading, 
	body#midPhase table.products tr.mid td.heading {
		background-color:#555555;
	}
	
	body#hgProducts table.products tr.mid td.heading h4, 
	body#mochaHost table.products tr.mid td.heading h4, 
	body#ggProducts table.products tr.mid td.heading h4, 
	body#midPhase table.products tr.mid td.heading h4 {
		text-align:center;
		font-size:1.2rem;
		line-height:1.2rem;
		font-weight:500;
		padding-top:1%;
		margin:0;
	}
	
	body#hgProducts dl dd, 
	body#mochaHost dl dd, 
	body#ggProducts dl dd, 
	body#midPhase dl dd { 
        width:90%; 
	}
	
	body#ggProducts table.products tr td.l,
	body#hgProducts table.products tr td.l,
	body#midPhase table.products tr td.l,
	body#mochaHost table.products tr td.l {
		border-left:0px;
		border-right:0px;
	}
	
	body#ggProducts table.products tr.mid td.heading,
	body#hgProducts table.products tr.mid td.heading,
	body#midPhase table.products tr.mid td.heading,
	body#mochaHost table.products tr.mid td.heading {
		padding-top:4px;
		padding-bottom:4px;
	}
	
	body#hgProducts table.products.productsPartner .ghostBtn.red, 
	body#mochaHost table.products.productsPartner .ghostBtn.red, 
	body#ggProducts table.products.productsPartner .ghostBtn.red, 
	body#midPhase table.products.productsPartner .ghostBtn.red { 
        display:block; 
		width:80%; 
		padding:2px 6px; 
		margin:4px auto; 
		text-align:center;
		font-size:0.8rem; 
		background-color:#ffffff;
	}

	body#hgProducts table.products.productsPartner tr td.check, 
	body#mochaHost table.products.productsPartner tr td.check, 
	body#ggProducts table.products.productsPartner tr td.check, 
	body#midPhase table.products.productsPartner tr td.check { 
        background: url("../images/products/check_red.png") no-repeat transparent; 
		background-position:center; 
		height:40px;
	}
	
	table#compareHead {
		position:fixed;
		top:100px;
		left:5%;
		display:none;
	}

    #compare table.compare, 
	#compare table#compareHead,
	#plansDef table.plansTable,
	#affiliatePlans table.plansTable#table-1 { 
	        width: 98%; 
			margin:10px auto;
			display:block;
			border:solid 1px #444444;
			table-layout:fixed;
	}
	
	#compare table#compareHead {
		display:none;
		margin:0 auto;
	}
	
	#plansDef .formDiv {
		width:98%;
	}
	
	.plansTable tr.title.active .arrowBtn {
		fill:#ffffff;
	}
	
	#plansDef table.plansTable tr {
		width:100%;
		display:block;
	}
	
	#plansDef table.plansTable tr.plans {
		width:100%;
		background-color:#aaaaaa;
	
	}
	
	.plansTable thead tr {
		display:block;
	}
	
	.plansTable tr td,
	.plansTable tr.title td {
		height:40px;
		padding:0;
		margin:0;
		vertical-align:auto;
		
	}
	
	.plansTable tr.title td.inc,
	#affiliatePlans .plansTable tr.title td.inc {
	    display:none;
		height:0px;
	}
	
	#plansDef table.plansTable tr.plans,
	#affiliatePlans table.plansTable tr.plans {
		display:none;

	}
	
	#plansDef table.plansTable#table-1 thead tr td,
	#affiliatePlans table.plansTable#table-1 thead tr td {
		width:30%;
	}
	
	#plansDef table.plansTable#table-1 thead tr td.featuresTitle,
	#affiliatePlans table.plansTable#table-1 thead tr td.featuresTitle  {
		display:block;
		width:100%;
		height:1px;
		clear:both;
		padding:0;
		margin:0;
	}
	
	#plansDef table.plansTable#table-1 thead tr td.featuresTitle h4,
	#affiliatePlans table.plansTable#table-1 thead tr td.featuresTitle h4 {
		display:none;
	}
	
	#plansDef table.plansTable#table-1 tr.title td.name h4,
	#affiliatePlans table.plansTable#table-1 tr.title td.name h4 {
		float:right;
		color:#000000;
		padding:0;
		margin:0;
		width:82%;
		margin-right:1%;
		line-height:40px;
		text-align:center;
		font-size:0.8rem;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:normal;
	}
	
	#affiliatePlans table.plansTable#table-1 tr.title.active td.name h4 {
		color:#ffffff;
	}
	
	
	.plansTable tr.title td.name,
	.plansTable tr.plans td.name {
		display:block;
		width:100%;
		margin:0;
		padding:0;
		clear:both;
		height:40px;
		background-color:#efefef;
		border-bottom:solid 1px #999999;
		border-top:solid 1px #999999;
		text-align:center;
		text-transform: capitalize;
	}
	
	.plansTable tr.title {
		border-bottom:0px;
	}
	
	.plansTable tr.plans td.name {
		height:34px;
		width:100%;
		/* margin-left:1%;
		margin-right:1%; */
	}
	
	.plansTable tr.title.active td.name {
		background-color:#555555;
	}
	
	#plansDef table.plansTable#table-1 tr.title.active td.name h4 {
		color:#ffffff;
	}
	
	.plansTable tr.title td img {
		display:block;
		float:none;
		margin:0px auto;
		padding:0;
		max-width:100%;
		height:auto;
	}
	
	.plansTable tr.title .arrowBtn,
	.plansTable tr.title.active .arrowBtn {
		display:block;
		float:right;
		width:20px;
		height:20px;
		padding:0px;
		margin:10px 16px 0px 0px;
	}
	
	.plansTable thead tr td h4 {
		font-size: 0.7rem;
	}
	
	.plansTable thead tr td h4,
	.plansTable tr.plans td.name h5 {
		font-size:0.8rem;
		line-height:30px;
		margin:0;
	}
	
	.plansTable tr:nth-child(even) td,
	.plansTable tr:nth-child(odd) td {
		background-color:#ffffff;
	}
	
	table.plansTable#table-1 thead tr,
	table.plansTable#table-1 thead tr td {
		background-color:#c32328;
	}
	
	.plansTable tr.plans.last {
	        border-bottom:solid 2px #aaaaaa;
    }
	
	#compare table.compare tbody,
	table#compareHead tbody {
		    display:block; 
	        width:100%; 
	}
	
	#compare table.compare tr,
	table#compareHead tr {
		    display:block;
	}
	
	#compare table.compare h4,
	#compare table#compareHead h4 {
		    margin:1% auto;
		    color:#ffffff;
		    text-align:center;
	}
	
	#compare table.compare td.title,
	#compare table#compareHead td.title {
		    display:block;
		    width:100%;
		    text-align:center;
		    border-right:0px;
	}
	
	#compare table.compare td.title h5,
	table#compareHead td.title h5 {
		    margin:1% auto;
		    text-transform:uppercase;
		    font-weight:600;
	}
	
	#compare table.compare tr.compareLogos.gray td.title,
	#compare table#compareHead tr.compareLogos.gray td.title {
		    background-color:#000000;
		    height:auto;
		    border:0px;
	}
	
	#compare table.compare td.logo,
	#compare table#compareHead td.logo {
		    border-right:solid 1px #444444;
	}
	
	#compare table.compare td.logo.last,
	#compare table#compareHead td.logo.last {
		    border-right:0px;
	}
	
	#compare table.compare td.red,
	#compare table.compare td.dkGray {
		    width:16%;
		    border-right:solid 1px #444444;
		    border-top:0px;
		    border-bottom:solid 1px #444444;
	}
	
	#compare table.compare td.red.last,
	#compare table.compare td.dkGray.last {
		    border-right:0px;
	}
	
	#compare .purchase a.ghostBtn.extraLg,
	#compare input.ghostBtn.black.extraLg {
		    display:block;
		    text-align:center;
		    width:50%;
		    margin:2% auto;
		    padding: 2% 0;
	}	
	
}

/* ================================================================== */
/*              		TABLET VIEW STYLES                            */
/* ================================================================== */   

@media (min-width:600px) and (max-width:999px) {
	
	p { 
		font-size:1.4rem;
		line-height:2.0rem;
	}
	
	.navWrapper { 
			width:50%; 
			height:100vh;
	}
	
	section.module.parallax.parallax-1 h1 { 
	        margin: 16% 0 4% 0; 
			font-size: 3.0rem; 
			line-height:3.0rem; 
			font-weight:400;
	}
    
    #affiliateTOS section.module.parallax.parallax-1 h1 {
            margin:20vh 0 4vh 0;
    }
    
    #affiliateTOS .ctrDiv h4 {
        font-size:2.0rem;
        margin:2% 10%;
    }
    
    #affiliateTOS .ctrDiv h5 {
        font-size:1.8rem;
        margin:2% 10%;
    }
    
    #affiliateTOS .ctrDiv table {
        width:90%;
    }
    
    #affiliateTOS .ctrDiv table tr td {
        width:33%;
    }
    
    #affiliates section.module.parallax.parallax-1 h1 {
        margin: 10% 0 4% 0;
    }
	
	#news section.module.parallax.parallax-1 h1 {
		margin:18% 0 4% 0;
	}
	
	#compare .module.parallax.parallax-1 #compareBanner,
	#truespeedCDN .module.parallax-1 #cdnBanner,
	#infinityPage section.module #infinityBanner,
	#sitelock911 .module.parallax-1 #malwareBanner,
	#ddos .module.parallax.parallax-1 #ddosBanner,
	#waf .module.parallax.parallax-1 #wafBanner,
	#scanning .module.parallax-1 #scanBanner,
	#pci .module.parallax-1 #pciBanner,
	#partners .module.parallax.parallax-1 #partnerBanner,
    #affiliates .module.parallax.parallax-1 #affiliateSplashBanner,
    #affiliateTOS .module.parallax.parallax-1 #affiliateTOSBanner,
	#aboutPage .module.parallax.parallax-1 #aboutBanner,
	#careers .module.parallax.parallax-1 #careersBanner,
	.thankYou #thankyou_banner,
    #cfReport .module.parallax.parallax-1 #cfBanner,
    .banner  {
		margin-top:14%;
		background-size:cover;
		height:400px;
	}

	h3 { 
	        font-size:1.6rem; 
			line-height:2.2rem; 
	}
	
	.formContainer {
		width:90%;
		margin:0% auto;
	}
	
	.formContainer form {
		width:340px;
		margin:0% auto;
	}
	
	.formContainer .title h3 {
		margin:10% auto 4% auto;
	}
	
	
	body#contact .formContainer .title h3 {
		margin:20% auto 4% auto;
	}
	
	#prodPage section.module.infinity { 
	        background-image: url("/assets/1000/infinity.jpg"); 
	}
	
	#prodPage section.module.malware { 
	        background-image: url("/assets/1000/malware.jpg"); 
	}
	
	#prodPage section.module.cdn { 
	        background-image: url("/assets/1000/cdn.jpg"); 
	}
	
	#prodPage section.module.waf { 
	        background-image: url("/assets/1000/waf.jpg"); 
	}
	
	#prodPage section.module.sast { 
	        background-image: url("/assets/1000/truecode.jpg"); 
	}
	
	#prodPage section.module.ddos { 
	        background-image: url("/assets/1000/ddos.jpg"); 
	} 
	
	#prodPage section.module.pci { 
	        background-image: url("/assets/1000/pci.jpg"); 
	}
	
	#compare .module.parallax.parallax-1 #compareBanner {
		background: url("../assets/1000/compare.jpg") no-repeat 50% 50%;
	}
	
	#scanning .module.parallax-1 #scanBanner {
	        background: url("../assets/1000/scanning.jpg")  no-repeat 50% 50%; 
	}
	
	#truespeedCDN .module.parallax-1 #cdnBanner {
		background: url("../assets/1000/cdn.jpg") no-repeat 50% 50%;
	}
	
	#infinityPage section.module #infinityBanner {
		background: url("../assets/infinity_mobile.jpg") no-repeat 50% 50%; 
	}
	
	#sitelock911 .module.parallax-1 #malwareBanner {
		background: url("../assets/1000/malware.jpg") no-repeat 50% 50%;
	}
	
	#ddos .module.parallax.parallax-1 #ddosBanner {
	        background:url("../assets/1000/ddos.jpg") no-repeat 50% 50%;
	}
	
	#waf .module.parallax.parallax-1 #wafBanner { 
	        background: url("../assets/1000/waf.jpg") no-repeat 50% 50%; 
	}
	
	#pci .module.parallax.parallax-1 #pciBanner {
			background: url("../assets/1000/pci.jpg") no-repeat 50% 50%;
	}
	
	#partners .module.parallax.parallax-1 #partnerBanner {
			background: url("../assets/1000/partners.jpg") no-repeat 50% 50%;
	}
    
    #affiliates .module.parallax.parallax-1 #affiliateSplashBanner {
        background: url("/assets/affiliateSplash_tablet.png") no-repeat 50% 50%;
    }
	
	#aboutPage .module.parallax.parallax-1 #aboutBanner {
		background: url("../assets/1000/about.jpg") no-repeat 50% 50%;
	}
	
	#careers .module.parallax.parallax-1 #careersBanner {
		margin-top:12%;
		background: url("../assets/1000/careers.jpg") no-repeat 50% 50%;
	}
	
	#news .module.parallax.parallax-1 #newsBanner {
		margin-top:12%;
		background: url("/assets/news/news_mobile.jpg") no-repeat 50% 50%;
		background-size:cover;
	}
    
    .ctrDiv.tollyRep {
        padding-top:40px;
    }
    
    #tollyReport .module.parallax.parallax-1 #tollyBanner {
        background-image: url("/assets/tollyBanner.png");
        background-size:cover;
        margin-top:12%;
    }
    
    #cfReport .module.parallax.parallax-1 #cfBanner {
        background-image:url("/assets/insights-for-protecting-websites-tablet.png");
        height:250px;
        margin-top:14%;
    }
	
	.sl_plans .boxWrapper .box .bdy .bottomSec { 
	        width:40%;
			float:left;
	}
	
	
	.sl_plans .boxWrapper .box .bdy .topSec {
		width:40%;
		padding-left:6%;
		float:left;
	}
	
	.sl_plans button.ghostBtn.red.lg {
		display:block;
		margin:10px;
	}
	
    #sitelock911 .iconRow.long .iconBox ul li, 
	#sitelock911 .iconRow.short .iconBox ul li { 
	        font-size:1.4rem; 
			line-height:1.6rem;
	}
	
	#sitelock911 .iconBox ul {
		    padding-left:1.0%; 
	}
	
	.iconBox#malRemoval,
	.iconBox#ddosProt,
	.iconBox#noInstall {
		    float:none;
		    width:44%;
		    margin:0 auto;
	}
	
	#smartDesc p {
		margin:0 10%;
	}
	
	#sitelock911 .opening .col-6 {
		width:56%;
		float:left;
	}
	
	#sitelock911 .opening .col-4 {
		width:40%;
		float:left;
		margin:4% auto;
	}
	
	#truecode .boxWrapper .opening h3 {
		padding:0;
		width:60%;
		margin:1% auto;
	}
	
	#truecode .gartnerRight,
	#truecode .gartnerLeft {
		width:47%;
	}
	
	#truecode .tech p {
		width:90%;
		margin:0 auto;
		text-align:center;
	}
	
	#truecode .gartnerRight {
		margin-left:2%;
	}
	
	#truecode .gartnerLeft {
		margin: 0 0 0 3%;
		padding:0;
	}
	
	#truecode .gartnerRight p {
		font-size: 1.2rem;
		width:90%;
		margin:8% 0 2% 0%;
	}
	
	#truecode .gartnerRight a.ghostBtn.red.lg {
		width:60%;
		text-align:center;
	}
	
	#scanning .iconRow.long .tech#ftpScan {
		float:none;
		margin:2% auto;
	}
	
	#careers .col-5 img#employees {
		display:block;
		margin:0 auto;
	}
	
	body#careers h3.empBenefits {
		text-align:center;
	}
	
	body#careers ul.employees {
		width:46%;
	}
	
	body#careers ul.employees.left {
		margin:0 auto; 
	}
	
	body#careers a.ghostBtn#viewPos {
		margin: 2% auto 6% auto;
	}
	
	#gartner .formBoxWrapper {
		top:0;
		width: 80%;
		margin: 0 auto 2% auto;
		padding-top:4%;
	}
	
	#gartnerBanner h1 {
		width:70%;
		margin:15% auto 0 auto;
		text-align:center;
	}
	
	#gartnerBanner h2 {
		width: 70%;
		margin:0 auto;
		text-align:center;
	}
	
	.ctrDiv.gartnerMQ {
		clear:both;
		float:none;
		margin-top:14%;
	}
	
	#gartner .module.content h3 {
		font-size: 1.6rem;
		text-align:center;
	}
	
	#gartner .module.content h4 {
		text-align:center;
		margin:3% auto;
	}
	
	#gartner .module.content ul {
		width:50%;
		margin:2% auto;
	}
	
	#gartner .module.content ul li {
		font-size:1.2rem;
	}
	
	#gartner .module.content .blackBg h3 {
		font-size:1.6rem;
	}
	
	#waf h3.dashboard {
		width:90%;
	}
	
	body#terms .ghostBtn.red.lg,
	body#terms a.ghostBtn.red.lg.center {
		display:block;
		width:40%;
		text-align:center;
		margin:3% auto;
	}
    
    #cfReport h1 {
        margin:16% 0 0 10%;
        font-size:1.8rem;
        line-height:2.0rem;
    }
    
    #cfReport h2 {
        margin:2% 0 0 10%;
        font-size:1.1rem;
    }
    
    #cfReport h2 br {
        display:none;
    }
    
    #cfReport .col-6 {
        width:50%;
        float:left;
    }
    
    #cfReport .col-6 .formBoxWrapper {
        top:160px;
        width:96%;
        margin:0 auto;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer {
        width:270px;
        margin:0px auto;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer form {
        width:100%;
        margin:0;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer input {
        width:250px;
        padding:5px 10px;
        
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer select#country {
        width:270px;
        background-position:98% 0%;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer input#phone_country_code {
        width:25px;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer input#phone {
        width:190px;
    }
    
    #cfReport .col-6 .formBoxWrapper .formContainer label#countryLabel {
        padding:0;
        margin:1% 0;
        font-size:11px;
    }
    
    #cfReport .formBoxWrapper .formContainer input[type="submit"] {
        width:100%;
    }
    
    #cfReport .cfRep.ctrDiv .text {
        width:48%;
        margin-top:-100px;
        margin-left:2%;
    }
    
    #cfReport .cfRep.ctrDiv .text p {
        text-align:left;
    }
	
	#shareMenu {
		width:440px;
		height:8%;
		padding:1%;
	}
	
	#shareMenu h4 {
		font-size:2.2rem;
		line-height:40px;
		margin-top:2%;
	}
	
	#sharingTab {
		width:250px;
		height:56px;
		margin-top:0.5%;
	}
	
	#sharingTabWrapper {
		height: 58px;
	}
	
	.sharing,
	.shareBtn {
		width: 50px;
		height: 50px;
		margin:1% 2%;
	}
	
	img#hgLogo {
		width:30%;
	}
	
	body#verify .ctrDiv .logo {
		    width:40%;
		    margin-top:10px;
	}
	
	body#verify .ctrDiv .logo img {
		    display:block;
		    max-width:100%;
		    height:auto;
		    padding-bottom:10px;
	}
	
	body#verify .headerDiv{
		    width:20%;
	}
	
	body#verify p.extraLg {
		font-size:1.4rem;
		line-height:1.8rem;
		margin:4% 10%;
	}
	
	body#verify img.ctrElement {
		display:block;
		width: 90%;
		max-width:90% !important;
		margin:0% auto;
		height:auto;
	}
	
	body#partners #partnerLogos div {
		width:30%;
	}
	
	#works {
		width:700px;
	}
	
	p#slVidTranscript {
		width:700px;
	}
    
    #affiliates #affiliateSplashBanner h2 {
        width:70%;
    }
    
    .affiliateBens div.iconRow.long .iconBox {
        float:none;
        clear:both;
        margin:0px auto 40px auto;
    }
    
    .affiliatePkgs .pkgBox {
        float:none;
        margin: 10px auto;
    }
    
    .affiliatePkgs .pkgBox .contentBox ul {
        width:86%;
    }
    
    div.cookieNotice_bg {
        width: 100vw;
        height:10.0vw;
        top:90px;
        right:auto;
    }

    div#cookieNotice {
        width:100vw;
        border:0;
        border-bottom: solid 3px #ffffff;
        height:10.0vw;
        top:90px;
        right:auto;
    }

    div#cookieNotice p {
        color:#000000;
        padding:0;
        font-size:0.8rem;
        line-height:1.2rem;
        width:72vw;
        float:left;
        margin: 0px;
    }

    div.solidBtn {
        width:18.0vw;
        height:4.5vw;
        line-height:4.5vw;
        font-size:0.8rem;
        float:left;
    }
        
    div#cookieNotice .cookieInner {
        margin-top:20px;
        width:96%;
    }
  
}

/* ============================================================= */
/*  		WAF ILLUSTRATION STYLING FOR 600-700 pixel width     */
/* ============================================================= */

@media (min-width:600px) and (max-width:699px) {

	#affiliatePlans .wafPanelWrapper {
		width:590px;
		margin:0px auto;
	}
	
	#affiliatePlans .wafPanelWrapper p {
		font-size:0.9rem;
		line-height:1.7rem;
	}
	
	#affiliatePlans .wafPanel01,
	#affiliatePlans .wafPanel02,
	#affiliatePlans .wafPanel03,
	#affiliatePlans .wafPanel04 {
		background-size: cover;
		background-position:50% 50%;
	}
	
	#affiliatePlans .wafPanel01 {
		height:202px;
	}
	
	#affiliatePlans .wafPanel01 p {
		width:300px;
		padding-top:40px;
	}
	
	#affiliatePlans .wafPanel02 {
		height:180px;
	}
	
	#affiliatePlans .wafPanel02 p {
		width:300px;
		padding-top:20px;
	}
	
	#affiliatePlans .wafPanel03 {
		height:162px;
	}
	
	#affiliatePlans .wafPanel03 p {
		margin: 0px 0px 0px 342px;
		padding-top:40px;
	}
	
	#affiliatePlans .wafPanel04 {
		height:187px;
	}
	
	#affiliatePlans .wafPanel04 p {
		margin: 0px 0px 0px 342px;
		padding-top:30px;
	}
	
}

/* ================================================================================================ */
/*											600 width 												*/
/* ================================================================================================ */


@media (max-width: 599px)  {
	
	html { 
	        width:100%; 
	}
	
	html, 
	body, 
	p, 
	ul, 
	li, 
	dl,
	dl dd, 
	pre { 
	        font-size:1.0rem; 
			padding:0 0; 
			margin:0 0; 
	}
	
	p, 
	li { 
			line-height:1.4rem; 
			margin: 2% 5%; 
	}
	
	span.clear {
		display:block;
		clear:both;
	}
	
	.navWrapper {
	        width:100%; 
			/* height:100vh; */
            height:auto;
	}
	
	p.extraLg {
		    width:80%;
		    font-size:1.6rem;
		    margin:3% auto;
	}
	
	address {
		    width:70%;
		    margin:2% auto;
	}
	
	dl { 
	        width: 88%;
			margin:0 auto;
	}
	
	dl dd, dl dt { 
	        width:84%;
			margin:2% auto;
	}
	
	dl dd {
		    margin:2% auto 6% auto;
	}
	
	figure {
		    margin:2% auto;
		    width:90%;
	}
	
	figcaption {
		    font-size:1.0rem;
		    width:80%;
		    margin:0 auto;
	}
	
	figure img.img-responsive {
		display:block;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}
	
	h1,
	body.thankYou .ctrDiv h1 { 
	        font-size:2.0rem; 
			line-height:2.0rem; 
			font-weight:400; 
	}
	
	.logoMobile img {
		width:100%;
		margin:auto;
	}
 
	.buttonsMobile .icon {
        height:6vw;
        width:6vw;
        margin: 0 0 0 3vw;
	}
	
	div.header .ctrDiv {
		padding:2% 0% 0% 0%;
	}
	
	body#pagenotfound h1 {
		font-size:1.8rem;
		line-height:2.0rem;
		margin:0% auto 2% auto;
		font-weight:300;
	}
	
	body#pagenotfound h1 br {
		display:none;
	}
	
	h2 { 
	        font-size:1.6rem; 
			line-height:2.0rem; 
	}
	
	h3 { 
	        font-size:1.4rem; 
			line-height:1.4rem; 
	}
	
	h4 { 
	        font-size: 1.2rem; 
			line-height: 1.2rem; 
	}
	
	h5 { 
	        font-size:1.4rem; 
			line-height:2.0rem; 
	}
	
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9, 
	.col-10 {
		width:100%;
		margin:0;
	}
	
	button.navbar-toggle {
	    width:10.0vw;
        height:9.4vw;
        margin:1.0vw;
    }
    
	.nav ul li {
		line-height:1.0rem;
        border-bottom:solid 1px #cccccc;

	}
	
	.nav ul li a {
		padding:2% 0%;
	}
	
	.nav ul.subNav li a {
		padding:2% 0 2% 6%;
		font-size:0.9rem;
		letter-spacing:0;
	}
		
	body#terms .ghostBtn.red.lg {
		margin: 3% auto;
	}

	section.module.parallax.parallax-1 h1 { 
	        margin: 10% auto 1% auto;
			width:90%; 
    }
	
	#prodPage section.module.parallax.parallax-1 h1 {
		margin:10% auto 1% auto;
	}
	
	section.module.parallax.parallax-1 #homeBanner h1 {
		margin: 10% auto 1% auto;
	}
	
	section.module.parallax.parallax-1 #compareBanner h1 {
		margin: 6% auto 1% auto;
	}
	
	section.module.content .clearFloat { 
	        height:0px; 
	}
    
    #affiliates section.module.content .clearFloat.forty {
        height:40px;
    }
	
	h2 { 
	        font-size:1.8rem; 
			line-height:2.0rem; 
			font-weight:300; 
	}
    
    #affiliates h1 {
        margin:4vh auto 0 auto;
    }
    
    #affiliates #affiliateSplashBanner h2 {
        font-size:1.2rem;
        line-height:1.6rem;
        text-align:center;
        width:80%;
        font-weight:400;
    }
    
    #affiliates .affiliateBens .clearFloat.sixty {
        height:60px;
    }
    
    #affiliates .blackBg.pkgs {
        margin:0;
    }
    
    #tollyReport #tollyBanner h1 {
        margin: 8vh auto 0 auto;
    }
 
    
    #cfReport .col-6 {
        width:100%;
        float:none;
        clear:both;
    }
    
    #cfReport #cfBanner h1 {
        margin:0vh auto 0 auto; 
        font-size:1.6rem; 
        line-height:2.0rem;
        text-align:center;  
    }
    
    #cfReport #cfBanner h1 br {
        display:none;
    }
    
    #cfReport #cfBanner h2 {
        width:90%;
        margin:2% auto 10% auto;
        font-size:1.2rem;
        line-height:1.6rem;
        text-align:center;
    }
    
    #cfReport #cfBanner h2 br {
        display:none;
    }
    
    #cfReport .formBoxWrapper {
        top:auto;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        margin:1% auto;
        
    }
    
    .cfRep.ctrDiv .text {
        width:100%;
        float:none;
        background-color:#dddddd;
        margin:120px auto -10px auto;
        padding:20px 0px;
    }

	.boxWrapper .opening p.lg { 
	        font-size:1.4rem; 
			font-weight:200; 
			line-height:1.4em; 
			margin:6% 12%; 
			color:#000000; 
	}
	
	.blackBg h3 { 
			font-size:1.2rem;
			line-height:1.4rem;
			margin:2% auto;
	}	
	
	body#verify .blackBg p.disclaimer {
		width:90%;
		margin:0% auto;
		padding-top:6%;
	}
	
	#truespeedCDN .module.parallax-1 #cdnBanner,
	#truecode .module.parallax.parallax-1 #sastBanner,
    #plansDef section.module.parallax-1 #plansBanner,
	#prodPage .module.parallax-1 #prodBanner,
	body#scanning .module.parallax-1 #scanBanner,
	#infinityPage section.module.parallax-1 #infinityBanner,
	#sitelock911 .module.parallax-1 #malwareBanner,
	#ddos .module.parallax.parallax-1 #ddosBanner,
	#waf .module.parallax.parallax-1 #wafBanner,
	#pci .module.parallax.parallax-1 #pciBanner,
	#compare .module.parallax.parallax-1 #compareBanner,
	#careers .module.parallax-1 #careersBanner,
	#aboutPage .module.parallax-1 #aboutBanner,
	#partners .module.parallax-1 #partnerBanner,
	body#reviews .module.parallax.parallax-1 #reviewsBanner,
	body#help #helpBanner,
	.thankYou #thankyou_banner,
	body#affiliatePlans .module.parallax-1 #affiliateBanner,
    #affiliates .module.parallax-1 #affiliateSplashBanner,
	#news .module.parallax-1 #newsBanner,
    #cfReport .module.parallax-1 #cfBanner {
		margin-top:12%;
		background-size:cover;
		height:200px;
	}
    
    #cfReport section.module.parallax.parallax-1 #cfBanner {
        background: url("/assets/insights-for-protecting-websites-mobile.png") no-repeat 50% 0%;
        height:auto;
    }
    
    #affiliates .module.parallax-1 #affiliateSplashBanner {
        height:300px;
    }
	
	body#aboutPage .video {
		width:100%;
		margin:1% 0%;
	}
	
	iframe#aboutVid {
		display:block;
		margin:1% auto;
		width: 386px;
		height:210px;
	}
	
	p#aboutVidTranscript,
	.vidTranscript {
		width:90%;
	}
	
	body#help .module.parallax-1 #helpBanner {
		height:300px;
	}
	
	#plansDef section.module.parallax-1 { 
	        background-image:url("/assets/600/plans.jpg"); 
			padding-top:10px; 
	}
	
	.affiliate_plans .topIcon {
		margin:2% 2% 4% 2%;
	}
	
	.affiliate_plans .boxWrapper .box .bdy {
		width:90%;
		float:none;
	}
	
	#affiliatePlans .affiliate_plans .box h3.pricing {
		width:90%;
		margin-top:4%;
		float:none;
		text-align:left;
	}
	
	.affiliate_plans button.ghostBtn.red.lg {
		width:60%;
		margin:1% 0 8% 2%;
	}
	
	#affiliatePlans .iconRow.long .iconBox {
		margin:8% auto;
		padding: 1px;
		display:block;
	}
	
	#affiliatePlans .imgBox {
		margin:10% auto 4% auto;
	}
	
	#affiliatePlans .learnMoreBtn p {
		text-align:center;
		line-height:1.2rem;
		width:40%;
		margin:1% 2% 1% 26%;
	}
	
	#affiliatePlans .arrowBtn {
		margin: 4px 0 0 0;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-2 {
		width:46%;
		margin: 2% 0 2% 4%;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-2 ul li {
		font-size:0.8rem;
	}
	
	#affiliatePlans .ctrDiv#cdnDiv .col-8 {
		width:90%;
	}
	
	.plansTable h4 {
		font-size: 0.9rem;
		padding:0;
		margin:0;
	}
	
	.plansTable thead tr td h4,
	#plansDef table.plansTable#table-1 tr.title td.name h4 {
		font-size:0.7rem;
	}
	
	#plansDef .formDiv {
		width:98%;
	}
	
	.plansTable {
		width:90%;
	}
	
	#prodPage .module.parallax-1 #prodBanner { 
	        background:url("/assets/600/products.jpg") no-repeat 50% 50%; 
			height:200px; 
	}
	
	#news .module.parallax-1 #newsBanner {
		background:url("/assets/news/news_mobile.jpg") no-repeat 50% 50%;
	}
	
	#prodPage section.module.infinity, 
	#prodPage section.module.malware, 
	#prodPage section.module.cdn, 
	#prodPage section.module.waf, 
	#prodPage section.module.sast, 
	#prodPage section.module.ddos, 
	#prodPage section.module.pci,
	#reviews section.module.parallax-2 { 
	        background-attachment:local; 
			background-size:cover; 
	} 
	
	#affiliatePlans .wafPanelWrapper {
		display:none;
	}
	
	.plansTable tr.title.active .arrowBtn {
		fill:#ffffff;
	}
	
	#prodPage section.module.infinity { 
	        background-image: url("/assets/600/infinity.jpg"); 
			height:360px; 
	}
	
	#prodPage section.module.malware { 
	        background-image: url("/assets/600/malware.jpg"); 
			height: 400px; 
	}
	
	#prodPage section.module.cdn { 
	        background-image: url("/assets/600/truespeed.jpg"); 
			height:400px; 
	}
	
	#prodPage section.module.waf { 
	        background-image: url("/assets/600/waf.jpg"); 
			height:400px; 
	}
	
	#prodPage section.module.sast { 
	        background-image: url("/assets/600/truecode.jpg"); 
	}
	
	#prodPage section.module.ddos { 
	        background-image: url("/assets/600/ddos.jpg"); 
			height:400px; 
	} 
	
	#prodPage section.module.pci { 
	        background-image: url("/assets/600/pci.jpg"); 
			height:400px; 
	}
	
	#infinityPage section.module.parallax-1 { 
	        background-image: url("/assets/600/infinity.jpg"); 
	}
	
	#truespeedCDN .module.parallax-1 #cdnBanner { 
		    background: url("/assets/600/truespeed.jpg") no-repeat 50% 50%; 
	}
	
	#waf .module.parallax-1 #wafBanner {
		    background: url("/assets/600/waf.jpg") no-repeat 50% 50%;
	}
	
	#compare .parallax.parallax-1 #compareBanner {
		background: url("/assets/600/compare.jpg") no-repeat 50% 50%;
	}
	
	body#partners .module.parallax-1 { 
	        background-image:url("/assets/600/partners.jpg"); 
	}
	
	body#aboutPage .module.parallax-1 { 
	        background-image:url("../assets/about/about_Splash.jpg"); 
	}  
	
	body#help .module.parallax-1 { 
	        background-image:url("../assets/welcome/help_Splash.jpg"); 
	}
	
	body#reviews .module.parallax-1 { 
	        background-image:url("../assets/375/reviews.jpg"); 
	}
	
	#gartner .module.parallax.parallax-1 #gartnerBanner {
		margin-top:10%;
	}
    
    #affiliates .module.parallax.parallax-1 #affiliateSplashBanner {
        background-image: url("/assets/affiliateSplash_mobile.jpg");
    }

	body#mpLanding section.module.content,
	body#hgLanding section.module.content {
		margin-top:14%;
		height:auto;
		padding-bottom:8%;
	}
	
	body#mpLanding img#midphase,
	body#hgLanding img#gator {
		width:40%;
		max-width:40% !important;
	}
	
	body#hgLanding img#gator {
		margin-top:2%;
	}
	
	body#mpLanding section.module.content h1,
	body#hgLanding section.module.content h1 {
		width:90%;
		font-size:1.1rem;
		line-height:1.2rem;
	}
	
	body#mpLanding section.module.content h3,
	body#hgLanding section.module.content h3 {
		font-size:1.0rem;
		line-height:1.2rem;
		font-weight:500;
		margin:4% auto 0% auto;
	}
	
	body#mpLanding .blackBg,
	body#hgLanding .blackBg {
		margin-top:0;
		margin-bottom:4%;
	}
	
	body#mpLanding h4 {
		font-size:1.2rem;
		line-height:1.4rem;
		width:90%;
		margin:2% auto;
		text-align:center;
		font-weight:500;
	}
	
	body#mpLanding p.lg {
		text-align:center;
	}
	
	body#mpLanding section.module.content a.ghostBtn.lg,
	body#mpLanding .mpPlans a.ghostBtn.lg,
	body#hgLanding section.module.content a.ghostBtn.lg {
		font-size:1.2rem;
		margin:4% auto;
	}
	
	body#mpLanding .bottomNav a,
	body#hgLanding .bottomNav a {
		font-size:0.5rem;
		padding:4% 3px;
	}
	
	body#mpLanding .mpPlans p,
	body#hgLanding .hgPlans p {
		font-size:1.0rem;
		line-height:1.4rem;
	}
	
	#sharingTabWrapper {
		    height:34px; 
	}
	
	#sharingTab {
		    width:280px; 
	}
	
	#shareMenu { 
	        margin: 0 auto; 
			width:240px;
			height:34px; 
	}
	
	body#privacy h1, 
	body#search h1 {
		margin: 25% auto 6% auto;
	}
	
	#shareMenu .sharing, #shareMenu .shareBtn {
		    width:30px;
		    height:30px; 
	}
	
	#shareMenu h4 {
		    font-size:1.2rem;
			line-height:30px;
	}
	
	
	#sitelockHome .gartnerLeft, 
	.gartnerLeft, 
	#sitelockHome .gartnerRight {
		float:none;
		width:90%;
		margin:1% auto;
	}
	
	#sitelockHome .gartnerLeft img {
		width:10%;
	}
	
	#sitelockHome .gartnerRight p {
		font-size: 1.0rem;
		width:90%;
		margin:0 auto;
		text-align:center;
	}
	
	body.thankYou p {
		font-size:1.2rem;
		width:90%;
		margin:1% auto;
	}
	
	.gartnerRight a.ghostBtn.red.lg {
		width:60%;
		margin:0 auto;
		font-size:1.2rem;
	}
	
	#smartDesc p { margin: 4% 10%; }
	
	.gartnerLeft, 
	.gartnerRight { 
	        width:90%; 
			float:none; 
			margin:2% auto; 
			text-align:center; 
	}
	
	#sitelockHome .gartnerLeft {
		display:none;
	}
	
	/* Products page */
	#jumpMenu { 
	        display:none; 
	}
	
	#prodPage .module.content p { 
	        margin: 4% auto; 
	}
	
	.sl_products #nav_arrow { 
	        margin: 10% auto; 
	}
	
	#prodPage section.parallax h2 { 
	        font-size:1.6rem; 
			font-weight:200; 
			margin:34% auto 0 auto; 
	}
	
	#prodPage section.parallax.malware h2 {
		margin:34% auto 0 auto;
	}
	
	/* Website scanning page */
	body#scanning ul { 
	        margin-top:4%; 
			padding-top:0;
	}
	
	.smartBenefits ul li {
		margin:4% 0 0 0;
	}
	
	body#scanning .scanBenefits .col-4 h4 { 
	        margin: 6% 0 0 10%; 
	}
	
	body#scanning .scanBenefits .col-4 p { 
	        margin:2% 10% 10% 10%; 
	}
	
	/* TrueCode SAST page */
	body#truecode .iconRow.long .tech, 
	body#truecode .iconRow.short .tech { 
	        float:none;
			clear:both;
			width:80%; 
			margin:2% auto; 
	}
	
	body#truecode .tech p { 
	        font-size:1.0rem; 
			margin:4%; 
	}
	
	body#truecode .tech#results { 
	        float:none; 
			margin:4% auto; 
			clear:both; 
	}
	
	/* DDoS Protection page */
	#ddos #attacks ul { 
	        margin-left:6%; 
			font-size:1.0rem; 
	}
	
	#ddos #attacks ul li { 
	        font-size:1.2rem; 
			margin:4% auto; 
			line-height:1.4rem; 
	}
	
	#ddos #attacks .col-3,
	#ddos #attacks .col-4 { 
	        width:80%; 
			float:none; 
			clear:both;
			margin:0 auto;
	}
	
	#ddos #attacks ul { 
			margin:1% auto; 
			padding-left:10%; 
	}
	
	/* Web Application Firewall page */
	#waf .wafPanelWrapper { 
	        width:100%; 
			padding:0; 
			margin:10% 0%; 
	}
	
	#waf .wafPanel01, 
	#waf .wafPanel02, 
	#waf .wafPanel03, 
	#waf .wafPanel04 { 
	        width:100%; 
			background-image:none; 
			clear:both; 
			height:0; 
	}
	
	.gartnerRight,
	 #truecode .gartnerRight { 
	         float:none; 
			 width:100%; 
			 margin:2% auto; 
	}
	
	h3, 
	.gartnerRight h3, 
	a .iconBox h3, 
	.iconBox h3, 
	.boxWrapper .opening h3 { 
	        font-size:2.6em; 
			line-height:1.0em; 
			font-weight:300; 
			margin: 6% 8% 2% 8%; 
			padding:0px; 
	}
	
	.gartnerRight, #truecode .gartnerRight p { 
	        font-size:1.1rem; 
			margin:2% 5%; 
			color:#000000; 
	}
	
	.gartnerRight h3 { 
	        margin: 40px 0px 0px 0px; 
			font-size:30px; 
	}
    
	.gartnerRight h3 span { 
	        color:#c32328; 
	}
 
    #sitelockHome .gartnerLeft img { 
	        display: block; 
			float:none; 
			clear:both; 
	}
    
    #sitelockHome .gartnerLeft img, 
	#truecode .gartnerLeft img { 
	        margin-left:40px; 
			margin-top:20px; 
	}
	
	#truecode .gartnerLeft.img-responsive {
		clear:both;
	}
	
	#truecode .gartnerLeft.img-responsive img {
		display:block;
		width:90%;
		margin:0 auto;
	}
	
	#truespeedCDN .cdnLocations .col-3,
	#truespeedCDN .cdnLocations .col-4 {
		float:none;
		width:90%;
		margin:0 auto;
	}

	a.ghostBtn.lg, 
	input.ghostBtn.lg, 
	#sitelock911 .malwareBtns a.ghostBtn { 
	        float:none; 
			clear:both; 
			display:block; 
			width:40%; 
			font-size:1.0rem; 
			padding:2% 8%; 
			margin:0 auto 2% auto; 
			text-align:center; 
	}
	
	.helpIcons .iconWrapper { 
	        width:33%; 
	}	
	
	.helpIcons .phoneDiv { 
	        width:33%; 
	}
	
	div#nav_arrow { 
	        display:none; 
	}
	
	.helpIcons #phoneBox.iconWrapper { 
	        width:100%; 
	}
	
	#sitelockHome .helpIcons #chat, 
	#sitelockHome .helpIcons #write, 
	#sitelockHome .helpIcons .phoneDiv  #phoneLg { 
	        margin:0px auto; 
	}
	
	#sitelockHome section.module.parallax-2 { 
	        height:auto; 
	}
	
	#sitelockHome section.module.parallax-2 .container .wrapper { 
	        width:100%; 
	}
	
	#sitelockHome section.module.parallax-2 .container .wrapper .col-4 { 
	        float:none;
			clear:both;
	        width:90%; 
			margin:3% auto; 
	}
	
	#sitelockHome section.module.parallax-2 .container .wrapper .col-4 ul { 
	        width:90%; 
			padding-left:0;
			float:none;
			clear:both;
			margin:0 auto 10% auto;
			list-style-type:none; 
	}
	
	#sitelockHome section.module.parallax-2 .container .wrapper .col-4 ul li {
		text-align:center;
	}
	
	#sitelockHome .container .col-4 ul li, 
	#sitelockHome section.module.parallax-2 ul li {
		text-shadow: none;
		font-size:1.1rem;
		line-height:1.6rem;
	}
	
	.creds.ctrDiv .rowOne, 
	.creds.ctrDiv .rowTwo { 
	        width:100%; 
			float:none;
	}	
	
	.creds.ctrDiv .rowOne img, 
	.creds.ctrDiv .rowTwo img { 
	        display:block; 
			margin:3% auto; 
	}
	
	.iconBox { 
	        width:100%; 
	}
	
	.iconBox ul { 
	        width:90%; 
	}
	
	.iconBox ul li { 
	        font-size:1.1rem; 
	}
	
	.iconRow.long, .iconRow.short { 
	        width:90%; 
			clear:both; 
			float:none; 
	}
	
	.iconRow.long .iconBox, .iconRow.short .iconBox { 
	        float:none;
	        width:80%;
			margin:2% auto; 
	}
	
	.iconLg {
	        	width:100px;
				height:100px;
	}
    
    #partner-home .clearFloat.forty {
        display:block;
        height:40px;
    }
    
    #partner-home .iconLg#find_btn {
        margin-top:20px;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 {
        width:100%;
        float:none;
    }
    
    #partner-home .boxWrapper.mdevice .col-6 h3 {
        margin-top:20px;
    }
    
    #partner-home .col-6 ul {
        margin:0 auto;
    }
		
   .col-4 ul,
   .col-3 ul {
		    padding-left:12%;
	}
	
	.iconRow.long .tech, 
	#scanning .iconRow.long .tech { 
	        margin:3% 6%; 
			width:36%; 
	}
	
	#scanning .iconRow.short .tech, 
	#scanning .iconRow.long .tech { 
	        float:none; 
			width:50%; 
			margin:4% auto; 
	}
	
	.iconRow.long .tech, 
	#scanning .iconRow.long .tech, 
	.iconRow.short .tech, 
	#scanning .iconRow.short .tech, 
	#infinityPage .tech, 
	#infinityPage .iconRow.long .tech, 
	#infinityPage .iconRow.short .tech, 
	iconRow.long .reasons,
	#waf .tech { 
	        width:100%; 
			float:none;
			margin: 8% 0%;
	}
	
	body#scanning .iconRow.short .tech, 
	body#scanning .iconRow.long .tech { 
	        float:none; 
			margin: 6% auto; 
			width:90%; 
	}
	
	#waf .tech {
		margin: 3% auto 8% auto;
	}
	
	body#scanning .tech h5 { 
	        text-align:center; 
			margin:1% auto; 
			width:70%; 
	}
	
	
	.sl_plans .box .bdy { 
	        height:auto; 
	}
	
	.sl_plans .boxWrapper .box .bdy h3 { 
	        margin: 3% auto; 
			font-size:1.0rem;
	}
	
	.sl_plans .boxWrapper .box .bdy p { 
	        color:#000000; 
	}
	
	.sl_plans .boxWrapper .box .bdy ul li { 
	        line-height:1.0em; 
			margin:2%;  
	}
	
	.awards img { 
	        display:block;
			margin:3% auto;
			max-width:100%;
	}
	
	.iconBox#ddosProt, 
	.iconBox#malRemoval, 
	.iconBox#noInstall { 
	        width:90%; 
			margin:3% auto;
			clear:both; 
			float:none; 
	}
	
	input.ghostBtn { 
	        margin: 2% auto 6% auto; 
	}
	
	.sl_plans .boxWrapper .box input.ghostBtn {
		float:left;
		margin:2% 3%;
	}
	
	.sl_plans h2.planTitle {
		width:50%;
		float:left;
		margin: 0 3%;
		font-size:1.2rem;
	}
	
	.img-responsive { 
	        display: block; 
			max-width: 100%; 
			height: auto; 
			margin:1% auto; 
	}
	
	img#employees.img-responsive {
		width:70%;
	}
	
	.benefitWrapper { 
	        width:84%; 
			clear:both; 
			float:none; 
			margin:6% auto 3% auto; 
	}
	
	.imgBoxWrapper, 
	#truecode .imgBoxWrapper  { 
	        width: 82%; 
			height:auto; 
			float:none; 
			margin:1% auto; 
			padding:2% 0% 0% 0%; 
	}
	
	.imgBox { 
	        width:12%; 
			height:12%; 
			margin: 0% 1% 0% 8%; 
			display:block; 
	}
	
	.benefitDesc { 
	        width: 90%; 
			float:none; 
			margin:0% auto; 
	}
	
	.benefitDesc h4 { 
	        color:#c32328; 
			padding:0px; 
			margin:4px 0px; 
			text-align:center; 
	}
	
	.panel-body .social_divs .social_google, 
	.panel-body .social_divs .social_linkedin, 
	.panel-body .social_divs .soc .benefitDesc { 
	        width: 100%; 
	}
	
	.benefitDesc p { 
	        margin:4% 10%; 
	}
	
	.benefitDesc h4 { 
	        text-align:center; 
			margin:0% auto; 
	}
	
	.imgBoxWrapper { 
	        float:none; 
			height:auto; 
			width:auto; 
	}
	
	.imgBox { 
	        height:100px; 
			width:100px; 
			margin:2% auto 4% auto; 
	}
	
	a.ghostBtn.lg, 
	body#careers a.ghostBtn.lg#viewPos, 
	#sitelock911 .opening input.ghostBtn { 
	        width:40%; 
	}
	
	#truecode .boxWrapper { 
	        top: auto; 
	}
	
	#sitelock911 .opening h2 { 
	        font-size:1.8rem; 
			line-height:2.0rem; 
			text-align:center; 
			margin:2% auto; 
	}
	
	#sitelock911 .opening input.ghostBtn { 
	        margin: 0% auto 4% auto; 
			padding:8px 18px; 
	}

	body#careers a.ghostBtn.lg#viewPos { 
	        width:60%; 
	}	

	section.module { 
	        width:100%; 
			margin:0 0; 
	}
	
	section.module p,
	section.module p:last-child { 
	    width:92%;
	    margin:5% auto; 
		text-align:left;
		font-size:1.0rem;
		line-height:1.6rem;
	}
    
    #affiliates .affiliateBens .iconBox p {
        width:60%;
        text-align:center;
    }
	
	p.disclaimer,
	section.module p.disclaimer {
		text-align:center;
	}
	
	#our-customers.ctrDiv p.lg {
		text-align:center;
	}
	
	
	body.thankYou .copyright p {
		text-align:left;
		width:100%;
		margin:2% 0;
		color:#dddddd;
		font-size:0.9em;
	}
	
	section.module.parallax.parallax-1 { 
	        padding-bottom: 4%; 
			background-attachment:local; 
			background-repeat:no-repeat; 
			color:#ffffff; 
	}
	
	p.lg, 
	.boxWrapper .opening p.lg,
    #affiliates .boxWrapper .opening p.lg { 
	    width:90%;
	    font-size:1.0rem; 
	    line-height:1.6rem; 
		margin:1% auto 10% auto; 
		font-weight:300;
	}
	
	.ctrDiv { 
	        width:98%; 
			margin: 0 auto; 
	}
	
	.creds.ctrDiv {
		width:98%;
		padding:6% 0;
	}
	
	.blackBg, 
	section.module .blackBg { 
	        margin:3% 0 0 0; 
	}
	
	#sitelockHome section.module.parallax-1 { 
	        background-image:none;
	}
	
	#sitelockHome section.module.parallax-2 { 
	        background-image:url("../assets/sitelock_conf800.jpg"); 
			height:auto; 
	}
	
	#sitelockHome section.module.parallax-2 .container { 
	        width:98%; 
			padding:0;
			margin:0 auto; 
	}
	
	#gartner .module.parallax.parallax-1 { 
	        background-image:url("/assets/375/home.jpg"); 
	}
	
	#plansDef section.module.parallax-1 { 
	        background-image:none; 
	}
	
	#plansDef section.module.parallax-1 #plansBanner {
		margin-top:9%;
		background: url("../assets/375/plans.jpg") no-repeat 50% 50%;
		background-size:cover;
	}
    
    #affiliateTOS section.module.parallax-1 #affiliateTOSBanner {
        margin-top:10vh;
        background: url("/assets/affiliateSplash_mobile.jpg") no-repeat 50% 50%;
        background-size:cover;
        height:200px;
    }
	
	#prodPage section.module.parallax-1,
	body#help .module.parallax-1,
	body#careers .module.parallax-1,
	body#aboutPage .module.parallax-1,
	#infinityPage section.module.parallax-1,
	body#partners .module.parallax-1,
    #affiliateTOS .module.parallax-1,
    #affiliates .module.parallax-1 { 
	    background-image:none; 
	}
	
	#prodPage section.module.infinity, 
	#prodPage section.module.malware, 
	#prodPage section.module.cdn, 
	#prodPage section.module.waf, 
	#prodPage section.module.sast, 
	#prodPage section.module.ddos, 
	#prodPage section.module.pci { 
	        background-attachment:local; 
			background-size:cover; 
			height:200px;
	} 
	
	body#scanning .module.parallax-1 #scanBanner { 
	        background: url("/assets/600/scanning.jpg") no-repeat 50% 50%; 
	}
	
	#prodPage section.module.infinity { 
	        background-image: url("/assets/375/infinity.jpg"); 
	}
	
	#prodPage section.module.malware { 
	        background-image: url("/assets/375/malware.jpg"); 
	}
	
	#prodPage section.module.cdn { 
	        background-image: url("/assets/375/truespeed.jpg"); 
	}
	
	#prodPage section.module.waf { 
	        background-image: url("/assets/375/trueshield.jpg"); 
	}
	
	#prodPage section.module.sast { 
	        background-image: url("/assets/375/sast.jpg"); 
	}
	
	#prodPage section.module.ddos { 
	        background-image: url("/assets/375/ddos.jpg");  
	} 
	
	#prodPage section.module.pci { 
	        background-image: url("/assets/375/pci.jpg");  
	}
	
	#infinityPage section.module.parallax-1 #infinityBanner {
		background: url("../assets/600/infinity.jpg") no-repeat 50% 50%;
	}
	
	#truecode .module.parallax.parallax-1 #sastBanner {
		    background: url("/assets/375/sast.jpg") no-repeat 50% 50%;
			background-size:cover;
	}
	
	body#careers .module.parallax-1 #careersBanner { 
	        background:url("/assets/600/careers.jpg") no-repeat 50% 50%; 
	}
	
	#sitelock911 .module.parallax-1 #malwareBanner {
		background: url("/assets/600/malware.jpg") no-repeat 50% 50%;
	}
	
	#partners .module.parallax-1 #partnerBanner {
		 background:url("/assets/600/partners.jpg") no-repeat 50% 50%;
	}
	
	#compare .module.parallax.parallax-1 { 
	        background-image:none; 
	}
	
	#pci .module.parallax.parallax-1 #pciBanner {
		background:  url("../assets/600/pci.jpg") no-repeat 50% 50%;
	}
	
	#ddos .module.parallax.parallax-1 #ddosBanner { 
	        background-image:url("/assets/600/ddos.jpg");
	}
	
	#aboutPage .module.parallax-1 #aboutBanner { 
	      background-image:url("/assets/375/about.jpg"); 
	} 
    
    div.aboutSub {
        width:100%;
    }
	
	#gartner .module.parallax.parallax-1 { 
	        background-image: none; 
	}
	
	#infinityPage .tech p.desc,
	#scanning .tech p.desc {
		width:80%;
		text-align:center;
		padding:2% 10%;
	}
	
	.boxWrapper .opening { 
	        width:90%; 
			margin:1% auto;
	}
	
	h3, 
	.boxWrapper .opening h3, 
	.gartnerRight h3 { 
	        font-size:1.4rem; 
			line-height:1.8rem; 
	}
	
    #waf h3.dashboard,
	.boxWrapper .opening h3, 
	h3 { 
	        text-align:center; 
			width:94%; 
			margin: 2% auto; 
	}
	
	#wsa_embed { 
	        display:none; 
	}
	
	/* Top navigation */
	.navWrapper { 
			padding:0 2% 8% 2%;
			margin-top:0%;
			position:absolute;
	}
	
	.nav ul li { 
	        font-size:0.8rem; 
			display:block;
			float:none;
	}
	
	div.header, 
	#sitelock911 .malwareBtns { 
	        width:100vw; 
			max-width:100vw !important;
	}
	
	div.header .ctrDiv { 
	        width:96%; 
			margin:0% auto 1% auto; 
	}
	
	#find-out { 
	        padding:2% 0; 
	}
	
	/* Footer */
	.panel-body .social_divs .social_google, 
	.panel-body .social_divs .social_linkedin, 
	.panel-body .social_divs .social_twitter, 
	.panel-body .social_divs .social_fb { 
	        height:50px; 
			width:50px; 
	}


	/* Home page */
	body#sitelockHome p.lg.wide { 
	        margin:1% auto 0 auto; 
	}
	
	body#sitelockHome #homeBanner a.ghostBtn.lg { 
	        margin: 0 auto; 
			padding: 1% 5%; 
	}
	
	body#sitelockHome .boxWrapper .opening h3 { 
	        margin:0 auto 1% auto; 
	}
	
	#homeBanner h1 { 
	        font-weight:400; 
	}
	
	.iconWrapper:hover { 
	        -moz-animation:none; 
			-webkit-animation:none; 
			animation:none; 
	}
	
	#sitelockHome #slider_container { 
	    display:none;
		height:0;
	}
	
	a.phoneNumber { 
	    color:#ffffff;
	}

	/* Gartner page */
	#gartner .formBoxWrapper { 
	        box-shadow:none; 
			height:auto; 
			margin:0; 
			top:auto; 
			width:100%; 
			background-color:transparent; 
			padding-top:0%; 
	}
	
	#gartner .formBox { 
	        width:94%; 
			background-color:transparent; 
			margin-top:0%; 
	}
	
	#gartnerBanner h1 { 
	        font-size:1.6rem; 
			line-height:1.8rem;
			color:#161616;
			text-shadow:none; 
			font-weight:500; 
			text-align:center; 
			width:94%; 
			margin:10% auto 1% auto; 
	}
	
	#gartnerBanner h2 {
		    float:none;
		    clear:both;
		    color:#161616;
		    width:94%;
		    margin:0 auto;
	        font-size:1.2rem; 
		    line-height:1.4rem; 
			text-align:center; 
	}
	
	#gartner .formBoxWrapper .formBox .title h3 {
		    padding:2% 0;
		    margin:0% auto;
	}
	
	#gartner input[type="submit"] {
		margin:1% auto;
	}

	/* Plans */
	.sl_plans .boxWrapper .box .bdy { 
	        height:auto; 
	}
	
	.sl_plans ul, 
	.smartBenefits ul, 
	.protect ul { 
	        width:76%; 
			padding:0 12% 0 10%; 
			margin:3% auto; 
	}
	
	.gartnerRight h3, 
	a .iconBox h3, 
	.iconBox h3, 
	.boxWrapper .opening h3, 
	#sitelockHome .opening h3 { 
	        font-size:1.4rem; 
			line-height:1.8rem; 
			padding:0;
			width:94%; 
	}
	
	.guide h3 { 
	        margin:4% auto; 
	}
	
	.helpIcons { 
	        width:100%;
		    margin:0 auto; 
	}
	
	.helpIcons .phoneDiv, 
	.helpIcons .iconWrapper { 
	        width:50%; 
			float:none; 
			clear:both; 
			margin:10% auto; 
	}
	
	#sitelockHome .helpIcons div#chat, 
	.helpIcons div#phoneLg, 
	.helpIcons div#write { 
	        width:30vw; 
			height:30vw; 
	}
	
	#sitelockHome section.module.parallax-2 .col-4 h3 {
		margin:10% auto 0% auto;
	}
	
	a.ghostBtn.lg { 
	        width:70%; 
			margin:2% auto;
			font-weight:300;
			font-size:1.0rem;
			padding:2% 6%; 
			border:solid 2px #ffffff;
	}
	
	a.ghostBtn.lg.red {
		border-color:#c32328;
	}
	
	body#terms a.ghostBtn.red.lg {
		width:90%;
		padding:2% 3%;
	}
	
	a.ghostBtn.lg.black {
		border-color:#000000;
		margin:0 auto;
	}
	
	div.wpdistrict div.content a.ghostBtn {
		margin: 0% auto;
		padding:2% 4%;
		width:70%;
	}
	
	#sitelock911 .opening .col-4 a.ghostBtn {
		margin:0 auto;
	}
	
	#prodPage section.module.parallax-1 a.ghostBtn {
		display:block;
		width:64%;
		margin-top:4%;
	}
	
	.whatUnique h2 { 
	        margin-top:10%; 
			font-size:1.8rem; 
	}
	
	.whatUnique h4 { 
	        font-size:1.2rem; 
	}
	
	.whatUnique p { 
	        width:80.0%; 
			font-size:1.1rem; 
			line-height:1.6rem;
			margin:3% auto; 
	}
	
	.iconRow, 
	.iconRow.long, 
	.iconRow.short { 
	        width:96%;
			margin:0 auto;
			padding:0; 
	}
	
	.iconRow.long .iconBox, 
	.iconRow.short .iconBox,
	.iconBox#prevent { 
	        clear:both; 
			float:none; 
			width:100%; 
			margin:0 0 6% 0; 
	}
	
	.iconBox ul { 
	        width:70%; 
			padding:0;
			margin:1% auto;
			list-style-type:none; 
	}
	
	.iconBox ul li span {
		display:block;
		text-align:center;
	}
	
	.iconRow .description p.desc {
		background-color:#efefef;
		padding:2% 10%;
		margin:10% 0%;
	}
	
	.gartnerRight h3 { 
	        font-size:1.2rem; 
			width:94%; 
	}
	
	.gartnerRight h3 span { 
	        font-size:1.2rem; 
			width:90%; 
	}
	
	#gartner .module.content .blackBg h3 { 
	        font-size:0.9rem; 
			line-height:1.4rem; 
	}
	
	#gartner p.disclaimer { 
	        font-size:0.7rem; 
			line-height:1.0rem; 
			width:90%; 
			margin:6% auto; 
	}
	
	#gartner .module.content h3 { 
	        font-size:1.2rem; 
			line-height:1.4rem; 
			width:90%; 
			margin:0 auto; 
	}
	
	#gartner .module.content h4 { 
	        font-size:1.2rem; 
			line-height:1.2rem; 
			margin:8% 0 3% 16%; 
	}
	
	#gartner .module.content ul { 
	        padding-left:16%; 
	}
	
	#sitelock911 .opening input.ghostBtn { 
	        width:60%; 
			margin:2.0rem auto; 
	}
	
	#sitelock911 .malwareBtns a.ghostBtn.lg {
		    width:60%;
	}
	/* Website scanning page */
	body#scanning .scanBenefits .col-4 h4 { 
	        margin: 6% auto 0 auto; 
			width:94%; 
			text-align:center; 
	}
	
	body#scanning .scanBenefits .col-4 p { 
	        margin:3% auto 8% auto; 
			width:90%; 
	}
	
	/* TrueCode page */
	body#truecode .boxWrapper .opening h3 { 
	        margin:2% auto; 
			padding:0 0; 
			width:100%; 
	}
	
	/* Infinity Page */
	#infinityPage .tech p.desc { 
	        width:70%; 
			margin:1% auto; 
			padding-left:5.0%; 
			clear:both;
	}
	

	.gartnerRight h3, 
	a .iconBox h3, 
	.boxWrapper .opening h3 { 
			margin:1% auto; 
			text-align:center; 
	}
	
	.boxWrapper .opening h3,
    #news .boxWrapper .opening h3 { 
	        margin:2% auto 2% auto; 
	}
    
    #news .boxWrapper .opening h3 {
        padding:0;
    }
    
    #press .source .cal h4,
    #press .source .cal h4 span {
        font-size:1.2rem;
    }
	
	/* DDoS Protection page */
	#how_it_works.ctrDiv { 
	        width:80%; 
			margin:0 auto; 
	}
	
	/* TrueSpeed page */
	#truespeedCDN .cachingDetails h4,
	#truespeedCDN .optimization h4 {
		    margin:6% auto 3% auto;
		    width:80%;
	}
	
	#truespeedCDN .cdnLocations h5 {
		    width:50%;
		    margin:6% auto 2% auto;
	}
	
	#truespeedCDN .optimization ul.offset,
	#truespeedCDN .optimization ul,
	.col-4 ul,
	.col-3 ul {
		    margin: 0 auto;
		    width:80%;
		    padding-left:0%;
			text-align:center;
	}

	
	#truespeedCDN .optimization ul li {
		    font-weight:200;
	}


	/* Compare page */
	#compare .tableWrapper { 
	        width:100%; 
			overflow-x:auto; 
			overflow-y:hidden; 
	}
	
	#compare dl, 
	#compare dt, 
	#compare dd {
		    width:78%;
		    margin:3% auto;
	}
	
	table.compare tr.compareLogos td.logo figure,
	table#compareHead tr.compareLogos td.logo figure {
		    width:90%;
		    margin:auto;
		    -webkit-margin-before:0;
		    -webkit-margin-after:0;
	}
	
	table.compare tr.compareLogos td.logo figure img,
	table#compareHead tr.compareLogos td.logo figure img {
		    max-width:100%;
		    height:auto;
		    margin:0 auto;
	}
	
	table.compare tr.compareLogos td.logo figure.cloudflare img {
		margin-top:9px;
	}
	
	table.compare tr.compareLogos td.logo figure.akamai img {
		margin-top:8px;
	}
	
	table.compare tr.compareLogos td.logo figure figcaption,
	table#compareHead tr.compareLogos td.logo figure figcaption {
		    font-size:0.76rem;
		    width:90%;
		    margin:0;
	}
	
	table.compare tr td {
		    height:48px;
	}
	
	table.compare tr td.title h5 {
		    font-size:1.0rem;
			line-height:1.0rem;
	}
	
	#compare .purchase a.ghostBtn.extraLg,
	#compare input.ghostBtn.black.extraLg { 
	        width:60%;
			margin:2% auto;
			padding:2%;
			font-size:1.2rem;
			text-align:center;
	}
	
	#compare .purchase a.ghostBtn.extraLg {
		    margin-top:4%;
	}
		
	/* About page */
	section.module p.events { 
	        margin:8% auto; 
	}
	
	.awards #gartner img {
            display:block;
			width:100%;
			max-width:100%;
			height:auto;
	}

	.teamWrapper { 
	        width:90%; 
			margin:10% auto; 
	}
	
	.teamWrapper .imgBox { 
	        float:none; 
			height:auto; 
			width:60%; 
			margin:4% auto 2% auto; 
	}
	
	.teamWrapper#tserani h4 {
		margin-top:auto;
	}
	
	.teamWrapper .descWrapper {
		width:100%;
		float:none;
		margin:0% auto;
	}
	
	.teamWrapper .imgBox img { 
	        display: block; 
			margin:0 auto; 
	}
	
	.teamWrapper h4 { 
	        width:95%; 
			text-align:center; 
			margin:0 auto  4% auto; 
	}
	
	section.module .teamWrapper p { 
	        width:80%; 
			margin:0 auto; 
	}
	
	/* Careers page */
	body#careers .module-parallax-1 { 
	        padding-top:10px; 
	}
	
	body#careers ul.employees, 
	body#careers ul.employees.left { 
	        margin-left:2%;
			width:96%; 
	}	
	
	body#careers ul.employees { 
	        margin-bottom:6%; 
	}
	
	body#careers ul.employees.left { 
	        margin-bottom:0; 
	}
	
	body#careers ul.employees li { 
	        font-size:1.0rem; 
			line-height:1.8rem; 
	}
	
	body#careers a#viewPos.ghostBtn.lg { 
	        margin:2% auto 6%; 
	}
	
	/* Welcome page */
	body#help .welcomeTabs .iconLg, 
	body#help .dashboard .iconLg { 
	        float:none; 
			width:40px; 
			margin:2% auto; 
	}
	
	body#help .welcomeTabs .tabHeading h4, 
	body#help .dashboard .tabHeading h4 { 
	        float:none; 
			font-size:1.0rem; 
			margin:0% auto 2% auto;
			padding:0; 
			width:96%;
			text-align:center; 
	}
	
	body#help .arrowBtn { 
	        display:none;
	}
	
	body#help .welcomeTabs .tabContent, 
	body#help .dashboard .tabContent, 
	body#help .welcomeTabs .tabContent dl, 
	body#help .dashboard .tabContent dl, 
	body#help .welcomeTabs .tabContent dl > dd, 
	body#help .dashboard .tabContent dl > dd, 
	body#help .dashboard .tabContent ul { 
	        width: 90%; 
			margin:0 auto; 
			padding:2% 0; 
	}
	
	body#help .welcomeTabs .tabContent p, 
	body#help .dashboard .tabContent p, 
	body#help .welcomeTabs .tabContent ul, 
	body#help .welcomeTabs .tabContent dl > dt, 
	body#help .dashboard .tabContent dl > dt, 
	body#help .welcomeTabs .tabContent dl > dd, 
	body#help .dashboard .tabContent dl > dd  { 
	        font-size:1.0rem; 
			margin:0; 
	}
	
	body#help .ctrDiv h3 { 
	        margin:8% auto 0 auto; 
	}
	
	body#help p.phoneNumbers { 
	        line-height:2.0rem; 
	}
	
	/* Reviews page */
	body#reviews .module.parallax-1 h1 { 
	        margin:16% 4% 0 4%; 
	}
	
	body#reviews .module.parallax-2 .element-item.first { 
	        margin-top:6%; 
	}
	
	.element-item { 
	        display:block; 
			float:none; 
			width:80%; 
			margin:3% auto; 
	}
	
	.double-quote { 
	        width:30px; 
			background-size:contain;
	}
	
	.element-item .content { 
	        margin:0 auto; 
	}
	
	.element-item .content p { 
	        margin:2% 2% 0 2%; 
	}
	
	.element-item.second, 
	.element-item.third { 
	        margin-top:0; 
	}
	
	.element-item .content { 
	        padding: 3% 6% 2% 6%; 
	}
	
	.element-item .author { 
	        padding:16px 0px 0px 30px; 
			color:#ffffff; 
	}
	
	.element-item .author span.name { 
	        color:#ffffff; 
	}
	
	a.ghostBtn.lg.classloader-2, 
	a.ghostBtn.lg.classloader-3, 
	a.ghostBtn.lg.classloader-4, 
	a.ghostBtn.lg.classloader-5, 
	a.ghostBtn.lg.classloader-6, 
	a.ghostBtn.lg.classloader-7 { 
	        border: solid 1px #ffffff; 
			color:#ffffff; 
	}
	
	a.ghostBtn.lg.classloader-2:hover, 
	a.ghostBtn.lg.classloader-3:hover, 
	a.ghostBtn.lg.classloader-4:hover, 
	a.ghostBtn.lg.classloader-5:hover, 
	a.ghostBtn.lg.classloader-6:hover, 
	a.ghostBtn.lg.classloader-7:hover {
		color:#000000;
	}
	
	a.ghostBtn.lg.next_btn { 
	        display:none; 
	}
	
	#our-customers h3 { 
	        margin:6% auto 0 auto; 
	}
	
	.arrow-down { 
	        top:22px; 
	}

	/* Partner page */
	body#partners .reasons { 
	        float:none; 
			clear:both;
			width:90%; 
			margin:10% auto; 
	}
	
	body#partners .reasons p { 
	        font-size:1.0rem;
			line-height:1.2rem;
			font-weight:400; 
			margin:1% auto;
	}
	
	body#partners a.ghostBtn.lg { 
	        font-size:1.2rem; 
			width:70%; 
			display:block; 
			margin:0 auto 5% auto; 
	}
	
	body#partners .ctrDiv #partnerLogos { 
	        width:90%; 
	}
	
	body#partners .ctrDiv #partnerLogos div { 
	        float:none; 
			margin:3% auto; 
	}
	
	body#verify h1 {
		font-size:1.6rem;
		width:90%;
		margin:2% auto;
	}
	
	/* Form styles */
	.formContainer, body#verify .formContainer { 
	        width:350px; 
			margin:3% auto; 
	}
	
	.formContainer .dropDown, 
	body#verify .formContainer form { 
	        width:98%; 
			margin:0 auto; 
			padding:0;
	}
	
	.formContainer input, 
	body#verify .formContainer input { 
	        display:block; 
			margin:1% auto; 
			width:300px; 
			padding:6px 10px; 
	}
	
	.formContainer .left,
	.formContainer .right {
		float:none;
		width:100%;
	}
	
	body#verify .formContainer input[type="submit"] {
		margin-left:0;
		margin:2% auto;
	}
	
	.formContainer select, 
	body#verify .formContainer select
	 { 
	        display:block; 
			margin:2% auto; 
			padding:2% 0% 3% 2%; 
			width:90%; 
			height:auto;
			background:transparent url("/assets/dropdown.png") no-repeat scroll 96% -8px;
	}
	
	
	.formContainer form#contactUs select {
		margin:2% 0% 2% 6%;
	}
	
	body#verify .formContainer select#country,
	.formContainer select#country {
		display:block;
		margin:2% auto;
		padding: 2% 0% 3% 2%;
		width:320px;
		height:auto;
		background:#ffffff url("/assets/dropdown.png") no-repeat scroll 96% -8px;
	}
	
	.formContainer .dropDown label { 
	        margin:3% 0 0 3%; 
			color:#161616;
	}
	
	form#contactUs .dropDown label {
		margin:3% 0 0 6%;
	}
	
	.formContainer .title h3 {
		font-size:1.4rem;
		margin: 10% auto 6% auto;
	}
	
	.formContainer input#phone_country_code,
	body#verify .formContainer input#phone_country_code { 
	        width:40px; 
			margin-left:5%; 
			display:inline-block; 
	}
	
	.formContainer form#contactUs input#phone_country_code {
		margin-left:6%;
	}
	
	.formContainer form#contactUs textarea {
		display:block;
		width:84%;
		margin:1% auto;
	}
	
	.formContainer input#phone,
	body#verify .formContainer input#phone { 
	        width: 228px; 
			display:inline-block; 
			margin-left:1%; 
	}
	
	body#verify p.extraLg {
		font-size:1.4rem;
		line-height:1.6rem;
		width:90%;
		margin:4% auto;
	}
	
	body#verify p.extraLg br {
		display:none;
	}
	
	.formContainer textarea { 
	        width:306px; 
			margin:2% 0% 2% 4%; 
	}
	
	.formContainer label#countryLabel {
		    color:#161616;
		    margin:2% 0 0 4%;
	}
	
	body#verify .ctrDiv .logo {
		    width:40%;
		    margin-top:10px;
	}
	
	body#verify .ctrDiv .logo img {
		    display:block;
		    max-width:100%;
		    height:auto;
		    padding-bottom:10px;
	}
	
	body#verify .headerDiv{
		    width:20%;
	}
	
	body#verify img.ctrElement {
		display:block;
		width:90%;
		max-width:90% !important;
		height:auto;
		margin:0% auto;
	}
	
	*::-moz-placeholder { 
	        font-size:0.8rem; 
			color:#555555; 
	}
	
	.formContainer input.alert placeholder {
	color:#c32328;
	font-weight:bold;
}

        .formContainer input.alert::-webkit-input-placeholder {
	color:#c32328;
	font-weight:bold;
}
	
	/* Search */
	
	#sitelockSearch_mobile table.gsc-search-box { 
	        width:80%; 
			margin:4% auto; 
	}
	
	#exitSearchMobile { 
	        opacity:0.7; 
			width: 30px; 
			height:26px; 
			font-size:1.6rem; 
			line-height:1.6rem; 
			text-align:center; 
			color:#999999; 
			border:solid 2px #999999; 
			padding:0; 
			margin:2% 2% 0% 1%; 
			border-radius:3px; 
	} 
	
	body#sitemap .col-5 ul {
		    width:80%;
		    margin:2% auto;
	}
	
	body.thankYou h4.panel-title {
		    font-size:1.0rem;
		    line-height:1.2rem;
		    padding:0;
		    margin:2% auto;
		    text-align:left;
	}
	
	body.thankYou .ctrDiv p {
		text-align:center;
	}
	
	body#help .welcomeTabs a.ghostBtn {
		width:70%;
		margin:4% auto;
		font-size:1.2rem;
	}
	
	img#hgLogo {
		width:30%;
	}
	
	body#hgProducts .blackBg .ctrDiv,
	body#ggProducts .blackBg .ctrDiv,
	body#mochaHost .blackBg .ctrDiv,
	body#midPhase .blackBg .ctrDiv {
		width:100%;
		margin:0;
	}
	
	body#hgProducts .col-3.plans, 
	body#mochaHost .col-3.plans, 
	body#ggProducts .col-3.plans, 
	body#midPhase .col-3.plans {
		width:100%;
		margin:2% 0;
		padding:0% ;
		border-radius:0px;
	}
	
	body#hgProducts .col-3.plans ul, 
	body#mochaHost .col-3.plans ul, 
	body#ggProducts .col-3.plans ul, 
	body#midPhase .col-3.plans ul {
		width:84%;
		margin:4% auto;
		float:none;
		clear:both;
		list-style-type:square;
	}
	
	body#hgProducts .col-3.plans ul li, 
	body#mochaHost .col-3.plans ul li, 
	body#ggProducts .col-3.plans ul li, 
	body#midPhase .col-3.plans ul li {
	 	font-size:1.0rem;
	}
	
	body#hgProducts .col-3.plans, 
	body#mochaHost .col-3.plans, 
	body#ggProducts .col-3.plans, 
	body#midPhase .col-3.plans {
		padding-bottom:4%;
	}
	
	body#hgProducts .col-3.plans a.ghostBtn.lg.red, 
	body#mochaHost .col-3.plans a.ghostBtn.lg.red, 
	body#ggProducts .col-3.plans a.ghostBtn.lg.red, 
	body#midPhase .col-3.plans a.ghostBtn.lg.red {
		float:none;
		clear:both;
		width:80%;
		margin:1% auto 6% auto;
	}
	
	body#hgProducts table.products.productsPartner tr td.noLabel h3, 
	body#hgProducts table.products.productsPartner tr td.noLabel h4, 
	body#mochaHost table.products.productsPartner tr td.noLabel h3, 
	body#mochaHost table.products.productsPartner tr td.noLabel h4, 
	body#ggProducts table.products.productsPartner tr td.noLabel h3, 
	body#ggProducts table.products.productsPartner tr td.noLabel h4, 
	body#midPhase table.products.productsPartner tr td.noLabel h3, 
	body#midPhase table.products.productsPartner tr td.noLabel h4 {
		font-size:0.9rem;
	}
	
	body#hgProducts table.products.productsPartner tr td.noLabel a.ghostBtn, 
	body#mochaHost table.products.productsPartner tr td.noLabel a.ghostBtn, 
	body#ggProducts table.products.productsPartner tr td.noLabel a.ghostBtn, 
	body#midPhase table.products.productsPartner tr td.noLabel a.ghostBtn {
		display:none;
	}
	
	body#hgProducts table.products.productsPartner tr td h5, 
	body#mochaHost table.products.productsPartner tr td h5, 
	body#ggProducts table.products.productsPartner tr td h5, 
	body#midPhase table.products.productsPartner tr td h5 {
		font-size:0.9rem;
	}
	
	body#hgProducts dl dd, 
	body#mochaHost dl dd, 
	body#ggProducts dl dd, 
	body#midPhase dl dd {
		font-size:1.0rem;
	}
	
	body#hgProducts table.products tr.mid td.heading h4, 
	body#mochaHost table.products tr.mid td.heading h4, 
	body#ggProducts table.products tr.mid td.heading h4, 
	body#midPhase table.products tr.mid td.heading h4 {
		font-size:0.9rem;
		margin-top:1%;
	}
	
	 body.hgInternalChat iframe { 
		width:300px;
		margin:100px auto 40px auto;
	}
	
	body.hgInternalChat h1 {
		font-size:2.0rem;
		margin:2% auto;
	}
	
	body#pagenotfound {
		width:100%;
		overflow: auto;
	}
	
	body#pagenotfound .ctrDiv {
		width:100%;
		background-size:contain;
	}
	
	body#pagenotfound .ctrDiv {
		background-image:none;
	}
	
	body#pagenotfound a img.logo {
		padding:20px 10px 10px 10px;
	}
	
	body#terms h1 {
		margin:32% auto 4% auto;
	}
	
	body#pagenotfound h1 {
		margin-top:0%;
	}
	
	body#pagenotfound h3 {
		font-size:1.6rem;
		line-height:1.8rem;
	}
	
	body#sitemap .col-2 {
		display:none;
	}
	
	body#sitemap ul li {
		font-size:1.4rem;
		line-height:2.4rem;
	}
	
	body#sitemap ul ul {
		padding-left:0px;
	}
	
	body#sitemap h1 {
		margin: 110px auto 20px auto;
	}
	
	#works {
		width:300px;
	}
	
	p#slVidTranscript {
		width:90%;
	}
	
	#eventsMain .newsbox-header .hr {
		margin: 0px auto;
	}
    
    .affiliatePkgs .pkgBox {
        width:95%;
        margin:0vh auto 2vh auto;
        float:none;
    }
    
    .affiliatePkgs .pkgBox .contentBox {
        width: calc(100% - 110px);
    }
    
    .affiliatePkgs .pkgBox .contentBox ul {
        width:95%;
        margin: 0 0 20px 0;
    }
    
    .affiliatePkgs .pkgBox .contentBox h4 {
        margin:20px 0px 0px 10px;
    }
    
    .affiliatePkgs .pkgBox .icon {
        margin:40px 10px 0px 20px;
        width:80px;
    }
    
    #affiliateTOS .ctrDiv h4,
    #affiliateTOS .ctrDiv h5 {
        margin: 10% 5% 1% 5%; 
    }
    
    div.aboutSub {
        margin-bottom:2vh;
    }
    
    div.aboutSub a {
        font-size:0.7rem;
        letter-spacing:normal;
    }
    
    #tollyReport .formBoxWrapper {
            margin-bottom:-60px;
    }
    
    #tollyReport .ctrDiv,
    #tollyReport .formBox,
    #tollyReport .formBoxWrapper,
    #cfReport .ctrDiv,
    #cfReport .formBox,
    #cfReport .formBoxWrapper {
        width:100%;
    }
    
    #tollyReport .ctrDiv.tollyRep {
        padding:40px 0;
    }
    
    div.cookieNotice_bg {
        width: 100vw;
        height:34.0vw;
        top:70px;
        right:auto;
    }

    div#cookieNotice {
        width:100vw;
        border:0;
        border-bottom: solid 3px #ffffff;
        height:34.0vw;
        top:70px;
        right:auto;
    }

    div#cookieNotice p {
        color:#000000;
        padding:0;
        font-size:0.8rem;
        line-height:1.2rem;
        width:96vw;
        max-width:400px;
        text-align:center;
        float:none;
        margin: 0px auto;
    }

    div.solidBtn {
        width:30.0vw;
        height:6.0vw;
        line-height:4.5vw;
        font-size:0.8rem;
        float:none;
        margin:5px auto;
    }
        
    div#cookieNotice .cookieInner {
        margin-top:20px;
        width:96%;
    }
    
    #news .row.press-release h4 {
        font-size:1.2rem;
        line-height:1.6rem;
        width:90%;
    }
    
    #eventsMain .newsbox-header h3 {
        font-size:1.2rem;
    }
    
    #news .exWrapper .excerpt p {
        font-size:1.2rem;
        line-height:1.6rem;
    }
    
    body.press-releases section.module.content h1 {
        margin:80px auto 10px auto;
        font-size:1.2rem;
        line-height:1.6rem;
    }
    
    body.press-releases section.module.content h2 {
        margin:0px auto 20px auto;
        font-size:1.1rem;
        line-height:1.4rem;
    }
    
    body.press-releases section.module.content p {
        margin:0;
        width:100%;
    }
    
}	
	
	
