*{
	font-family: 'Montserrat', sans-serif;
	margin: 0; 
	padding: 0; 
}

/* Resets */
h1, h2, h3, h4, h5{ margin: 0; padding: 0; margin-left: 1%; }
h1{ font-size: 1.5em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.25em; }
h4{ font-size: 1.0em; }
h5{ font-size: .85em; }

p{ margin: 0; padding: 0; font-size: 20px; margin-left: 1%; }
p.font2{ font-size: 1.2em; }
p.font3{ font-size: 1.5em; }
p.font4{ font-size: .85em; width: 80%; margin: auto; }

button{ padding: 4px 12px 4px 12px; border-radius: 4px; border: none; text-transform: uppercase; cursor: pointer; }

ul { list-style-type: none; clear: none; margin-left: 1%; margin-bottom: 1%; }
ul li{ margin-bottom: 8px;  margin-bottom: 1%; }

.featureTextRight{ font-size: 20px; margin-left: 12px; }
.featureText .smaller{ font-size: 14px; }

/* Clears & alignments */
	.clearsLeft{ clear: left; }
	.clearsRight{ clear: right; }
	.clearsBoth{ clear: both; }
	.clearNone{ clear: none; }
	.justLeft{ text-align: center; }
	.justRight{ text-align: right; }
	.justCenter{ text-align: center; }
	
	.minHeight{ height: 8px; }
	.avgHeight{ height: 12px; }
	.maxHeight{ height: 24px; }
	

/* Containers */
	.fullScreen{ clear: both; margin: auto; text-align: center; width: 100%; overflow: Hidden; }

/* Background Elements */
	.bg-dark{ background: #505050; color: #fff; }
		.bg-dark a{ color: inherit; }
	.white{ color: #fff; }
	.charcoal{ color: #2b2b2b; }
	
	.red{ color: #be0f10 !important; }
	
/* UPDATE THIS */
/* UPDATE THIS */
	.bg-light-gray{ background: #f2f2f2; }
	.dk-gray{ background: #222; color: #fff; }
	
	.pcOnly{ display: none; }
	.logo{ clear: left; float: left; width: auto; text-align: left; }
	.logo img{ margin-top: 8px; float: left; margin-left: 0; opacity: 0.25; }
	.mobileNav{ margin-top: 6px; margin-right: 3px; }
	
	.col-med{ width: 100%; }
	
	.topNav ul { list-style-type: none; }t
	.topNav ul li{ clear: both; float: right; line-height: 24px; color: #303030; padding-right: 12px; }
	.topNav ul li a{ text-decoration: none; color: inherit; }
	
	.featureHome{ background: url('/images/home-page-feature.jpg') no-repeat top center; }
	.featureValidation{ background: url('/images/validation-page-feature.jpg') no-repeat top center; }
	.featurePricing{ background: url('/images/pricing-page-feature.jpg') no-repeat top center; }
	.featurePast{ background: url('/images/our-past-feature.jpg') no-repeat top center; }
	.featureProtection{ background: url('/images/geo-protection-feature.jpg') no-repeat top center; }
	.featureFeatures{ background: url('/images/features-feature.jpg') no-repeat top center; }
	.featureProactive{ background: url('/images/proactive-page-feature.jpg') no-repeat top center; }
	
	.homeFeature{ 
		/*background: linear-gradient(135deg, #fff, transparent), url('/images/home-page-feature.jpg');*/
		padding-top: 12px; color: #000; text-shadow: 0 0 4px #fff, 0 0 1px #fff;
		background: linear-gradient(0deg, #fff, transparent), url('/images/home-page-feature.jpg'); 
		background-position: top left;
		background-size: auto 100%;
	}
	
	.homeFeature h1{ width: 98%; font-size: 32px; }
	.homeFeature h2{ width: 98%; text-shadow: 1px 1px 0px #fff, 0px 0px 0px #000; }
	.homeFeature .quote{ display: none; }
	.homeFeature .fp{ max-width: 80%; margin: auto; }
	
	.baseContent{ clear: both; width: 100%; padding-top: 6px; text-align: center; background: #eeeeee; color: #000; }
	.baseContent .quarter{ width: 98%; clear: both; margin: auto; text-align: center; margin-bottom: 8px; }
	.threeQuarters{ width: 98%; clear: both; margin: auto;  text-align: center; margin-bottom: 8px; }
	
	.baseContent .quarter .heading{ font-size: 18px !important; font-weight: normal; }
	.baseContent .quarter .content{ font-size: 15px !important; font-weight: normal; width: 90%; }
	.reallyBig{ font-size: 24px; }
	
	.splitContent .leftSide p, .splitContent .rightSide p{ margin-right: 12px; }
	.splitContent .rightSide, .splitContent .leftSide img{ opacity: 1; transition: opacity 0.3s; }
	img[data-src]{
		opacity: 0; 
	}
	
	.footer .parts{ font-size: 12px; margin-bottom: 12px; }
	.footer .parts .heading{ font-size: 18px; }
	.footer .parts .content{ font-size: 12px; }
	.footer .parts .content a{ color: inherit; }
	
	#contactform{ width: 95%; max-width: 960px; text-align: left; margin: auto; background: #f3f3f3; padding: 12px 12px 12px 24px;  }
	#contactform .fieldName{ color: #333; padding-bottom: 6px; }
	#contactform input[type=text]{
		border: none; padding: 8px 12px 8px 12px; border-radius: 4px; 
		width: inherit;
	}
	#contactform textarea{ 
		border: none; padding: 8px 12px 8px 12px; border-radius: 4px;
		width: inherit;
	}
	.fancySubmit{ 
		color: #fff; font-weight: bold; background: #f26322;
		padding: 8px 12px 8px 12px; border: none; border-radius: 4px; 
	}
	
	.thirds .third{ margin-bottom: 12px; }
	.tagline{ font-weight: normal; }
	
@media (max-width: 400px){
	.logo { width: 70%; }
	.logo img{ width: 100%; }
}
	
/* ********* Landscape [ 576 px ] ****** */

@media (min-width: 576px){ 
	.col-sm{ width: 100%; }
	
	.logo{ clear: left; float: left; width: auto; margin-bottom: 8px; margin-left: 8px; }
	
	.mobileNav{ margin-right: 8px; }
	
}

/* ********* Tablets [ 768 px ] ****** */
@media (min-width: 768px){
	#navbar ul li{ font-size: 1.0em; margin-right: 0; }
	.logo{ clear: left; float: left; width: auto; margin-bottom: 8px; margin-left: 8px; }
	.mobileNav{ margin-right: 8px; }
	
	.featureValidation{ background: linear-gradient(135deg, #fff, transparent), url('/images/validation-page-feature.jpg') no-repeat; }
	
	.featureHome{ background: linear-gradient(135deg, #fff, transparent), url('/images/home-page-feature.jpg'); }
	.featurePricing{ background: linear-gradient(135deg, #fff, transparent), url('/images/pricing-page-feature.jpg') }
	.featurePast{ background: linear-gradient(135deg, #fff, transparent), url('/images/our-past-feature.jpg') no-repeat top center; }
	.featureProtection{ background: linear-gradient(135deg, #fff, transparent), url('/images/geo-protection-feature.jpg') no-repeat top center; }
	.featureFeatures{ background: linear-gradient(135deg, #fff, transparent), url('/images/features-feature.jpg') no-repeat top center; }
	.featureProactive{ background: linear-gradient(135deg, #fff, transparent), url('/images/proactive-page-feature.jpg') no-repeat top center; }
	
	.homeFeature{
		background-position: top left;
		background-size: 100% 100%;
		color: #fff; text-shadow: none;
	}
	.homeFeature h1{ text-shadow: none; font-size: 36px; margin-bottom: 12px; font-weight: normal; clear: left; float: left; text-align: left; color: #000; max-width: 55%; }
	.homeFeature h2{ text-shadow: none; font-size: 20px; max-width: 90%; clear: left; float: left; text-align: left; color: #fff; max-width: 40%; }
	.homeFeature .quote{ display: block; clear: both; float: right; margin-right: 12px; margin-top: 24px;  }
	.homeFeature .fp{ text-align: left; margin: 0; margin-left: 12px; text-shadow: 1px 1px 4px #000; }
	
	.featureTextRight{ font-size: 22px; margin-left: 12px; clear: none; float: right; margin-right: 12px;  }
	.featureText .smaller{ font-size: 14px; }
	
}


/* ********* Large Tablets [ 992 px ] ****** */
@media (min-width: 992px){ 
	.pcOnly{ display: block; }
	.mobile{ display: none; }
	
	.featureValidation{ background: linear-gradient(135deg, #fff, transparent), url('/images/validation-page-feature.jpg'); }
	.featureHome{ background: linear-gradient(135deg, #fff, transparent), url('/images/home-page-feature.jpg'); }
	.featurePast{ background: linear-gradient(135deg, #fff, transparent), url('/images/our-past-feature.jpg'); }
	.featureProtection{ background: linear-gradient(135deg, #fff, transparent), url('/images/geo-protection-feature.jpg'); }
	.featureFeatures{ background: linear-gradient(135deg, #fff, transparent), url('/images/features-feature.jpg'); }
	.featureProactive{ background: linear-gradient(135deg, #fff, transparent), url('/images/proactive-page-feature.jpg'); }
	
	.homeFeature{ 
		background-position: top left;
		background-size: 100% 100%;
	}
	
	.homeFeature h1{ font-size: 36px; max-width: 90%; }
	.homeFeature h2{ font-size: 20px; max-width: 90%; float: left; text-align: left; text-shadow: none;}
	.homeFeature .quote{ display: block; text-align: left; margin-right: 12px; }
	
	.justLeft{ text-align: left !important; }
	
	.header{ border-bottom: solid 1px #dbdbdb; padding: 12px 0 12px 0; }
	
	.logo{ clear: both; text-align: center;/*width: 15%;*/ }
	.logo img{ width: 100%; margin: auto; margin-top: 12px; margin-left: 18px; }
	
	.topNav { text-align: center !important; }
	.topNav ul { clear: both; margin: auto; text-align: center; height: 72px; width: auto; margin-left: 5%; }
	.topNav ul li{ clear: none; float: left; line-height: 72px; margin-left: 8px; font-size: 0.7em; }
	
	.splitContent .rightSide{ 
		clear: none; float: right; width: 48%;
		text-align: center;
	}
	
	.splitContent .leftSide{ 
		clear: none; float: left; width: 48%; text-align: center; margin-right: 1%;
	}
	
	.splitContent .leftSide h3{ margin-top: 15%; margin-left: 24px; font-size: 22px; }
	.splitContent .leftSide p{ margin-top: 12px; margin-left: 24px; font-size: 18px; font-weight: normal; }
	.justLeft p{ font-size: 18px; }
	
	.splitContent .rightSide h3{ margin-top: 15%; float: left; text-align: left; margin-left: 24px; }
	.splitContent .rightSide p{ margin-top: 12px; float: left; text-align: left; margin-left: 24px; }
	
	.footer .parts { width: 25%; clear: none; float: left; }
}

/* ********* Almost XLarge ************ */
@media (min-width: 1200px){
	.pcOnly{ display: block; }
	.mobile{ display: none; }
	.logo{ clear: left; float: left; margin-left: 0; /*width: 15%;*/ }
	.logo img{  margin-top: 12px; opacity: 0.55;  }
	
	.topNav ul { clear: none; float: right; margin-right: 12px; height: 60px; }
	.topNav ul li{ clear: none; float: left; line-height: 60px; margin-left: 8px; font-size: 14px !important; }
	
	.homeFeature{ background-size: 100% 100%; }
	.homeFeature h1{ max-width: 100%; font-size: 36px; margin-bottom: 12px; font-weight: normal; clear: left; float: left; text-align: left; color: #000; text-shadow: 0 0 4px #fff, 0 0 1px #fff; }
	.homeFeature h2{ max-width: 100%; font-size: 20px; font-weight: bold; clear: left; float: left; text-align: left; color: #000; text-shadow: 0 0 4px #fff, 0 0 1px #fff; }
	.homeFeature .quote{ position: relative fixed; float: right; margin-right: 24px; margin-top: 6%; font-size: 34px; font-weight: normal; font-style: italic; text-align: left; }
	
	.baseContent { line-height: 24px; padding: 24px 0 18px 0; border-bottom: solid 1px #ccc; }
	.baseContent .quarter .content{ font-size: 12px !important; }
	.baseContent .quarter{ clear: left; float: left; width: 24%; text-align: center; margin-left: 1%; }
	.threeQuarters{ clear: none; float: right; width: 73%; text-align: right; margin-right: 1%; }
	.threeQuarters .reallyBig{ font-size: 30px; font-weight: normal; font-style: italic; line-height: 48px; }
	
	.splitContent .rightSide h3, .splitContent .leftSide h3{ font-size: 24px; clear: both; width: 100%; margin-top: 15%; text-align: center; }
	.splitContent .rightSide p, .splitContent .leftSide p{ font-size: 18px; margin-top: 12px; text-align: center; max-width: 80%; margin-left: 12%; }
		
	.featureTextRight{ font-size: 22px; margin-left: 12px; clear: none; float: right; margin-right: 12px; min-width: 40%; margin-left: 5%;  }
	
	
	
}


/* ********* X-Large [ 1200 px ] ****** */
@media (min-width: 1630px){
	.pcOnly{ display: block; }
	.mobile{ display: none; }
	.logo{ clear: left; float: left; margin-left: 0; /*width: 15%;*/ }
	
	.topNav ul { clear: none; float: right; margin-right: 12px; height: 60px; }
	.topNav ul li{ clear: none; float: left; line-height: 60px; margin-left: 8px; font-size: 1em !important; }
	
	.homeFeature{ background-size: 100% 100%; }
	.homeFeature h1{ max-width: 100%; font-size: 44px; margin-bottom: 12px; font-weight: normal; clear: left; float: left; text-align: left; color: #000; text-shadow: 0 0 4px #fff, 0 0 1px #fff; }
	.homeFeature h2{ max-width: 100%; font-size: 22px; font-weight: bold; clear: left; float: left; text-align: left; color: #000; text-shadow: 0 0 4px #fff, 0 0 1px #fff; }
	.homeFeature .quote{ position: relative fixed; float: right; margin-right: 24px; margin-top: 6%; font-size: 34px; font-weight: normal; font-style: italic; text-align: left; }
	
	.baseContent { line-height: 24px; padding: 24px 0 18px 0; border-bottom: solid 1px #ccc; }
	.baseContent .quarter{ clear: left; float: left; width: 24%; text-align: center; margin-left: 1%; }
	.baseContent .quarter .content{ font-size: 15px !important; }
	
	.threeQuarters{ clear: none; float: right; width: 73%; text-align: right; margin-right: 1%; }
	.threeQuarters .reallyBig{ font-size: 34px; font-weight: normal; font-style: italic; line-height: 48px; }
	
	.splitContent .rightSide h3, .splitContent .leftSide h3{ font-size: 28px; clear: both; width: 100%; margin-top: 15%; text-align: center; }
	.splitContent .rightSide p, .splitContent .leftSide p{ font-size: 20px; margin-top: 12px; text-align: center; max-width: 80%; margin-left: 12%; }
	
}
	