@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
}
h1 {
	margin: 0 0 24px 0;
	padding: 0;
	font-weight: 700;
	font-size: 36px;
	color: #003366;
	text-align: left;
	line-height: 48px;
}
h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
}
h3 {
	margin: .25em 0 0 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: .1em;
}
h4 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}
h5 {
	margin: 0;
	font-weight: 300;
	font-size: 12px;
}
p {
	font-size: 18px;
	line-height: 36px;
}
a {
	text-decoration: none;
}

#pricingTable {
	margin: 0;
	padding: 0;
	border-spacing: 1px;
	width: 100%;
	background-color: #336699;
}
#pricingTable th,td {
	padding: 3px;
}

.pricingTable {
	margin: 0;
	border-spacing: 0;
	width: 100%;
}


#rateTable {
	margin: 0;
	padding: 0;
	border-spacing: 1px;
	width: 100%;
	background-color: #336699;
}
.rateTable {
	margin: 0;
	padding: 3px;
	border-spacing: 0;
	width: 100%;
}

.halfWidth {
	width: 50%;
}

.valign {
	vertical-align: top;
}

.navbar {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	height: 48px;
	background: rgba(0,51,102,0.90)
}
.header {
	margin: 0;
	padding: 48px 0 0 0;
	width: 100%;
	height: 352px;
	background: #003366 url(../../images/backgrounds/main.jpg) no-repeat center center;
	background-size: cover;
}
.services {
	margin: 0;
	padding: 8px 0;
	width: 100%;
	height: 24px;
	background: #666666;
	text-transform: uppercase;
}
.info {
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	height: 48px;
	background: #003366;
	text-transform: uppercase;
}
.blogLink {
    display: inline-block;
	margin: 15px 0 0 0;
	transform: translate(36%,0);
}
.blogLinkA {
    text-decoration:none;
    text-transform:none
}
.blogLinkCenter {
    float: left;
    margin: 0 0 0 0;
}
.date {
	float: right;
	width: 16em;
	text-align: right;
	font-size: 10pt;
}
.client {
	margin: 0;
	padding: 2em 0 0 0;
	width: 100%;
	height: 6em;
	background: #ffffff;
}
.main {
	margin: 0;
	padding: 24px 0 0 0;
	width: 100%;
}
.target {
	margin: 0;
	padding: 0 0 48px 0;
	width: 100%;
}
.row {
	float: left;
	margin: 0;
	padding: 0;
	height: 2em;
	border-top: 4px solid #ffffff;
	background: #dddddd;
}
.topper {
	height: 1.5em;
	border-top: 0;
	background: #555555;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.col01 {
	float: left;
	width: 1.5em;
	padding: .25em;
	text-align: center;
}
.col02 {
	float: left;
	width: 25.5em;
	padding: .25em;
}
.col03 {
	float: left;
	width: 5.5em;
	padding: .25em;
	text-align: right;
}
.col04 {
	float: left;
	width: 5.5em;
	padding: .25em;
	text-align: right;
}
.calcArea {
	float: right;
	width: 12em;
}
.storyImage {
	float: left;
	width: 320px;
	height: 480px;
	background: url(../../images/cover_story_2020.jpg) no-repeat;
	background-size: cover;
}
.storyText {
	float: left;
	padding: 0 0 0 24px;
	width: 616px;
}
.subhead {
	font-style: italic;
	font-weight: 700;
	font-size: 18pt;
	color: #003366;
}
.blogHeader {
	 padding:6px 18px;
	 background:rgba(255,255,255,0.5);
}
.blogImage {
	background-size:cover;
	background-position: center center;
	height:360px;
}
.blogStoryImage {
	width: 100%;
	height: 160px;
	background-size:cover;
	background-position: center center;
	cursor: pointer;
}
.blogSpacer {
	 padding:300px 0 0 0;
}
.footer {
	margin: 0;
	padding: 16px 0;
	width: 100%;
	height: 16px;
	background: #003366;
}
.footerText {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	letter-spacing: .5em;
}
.stage {
	margin: 0 auto;
	width: 960px;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}
.extraBold {
	font-weight: 800;
}
.colTitle {
	font-size: 9pt;
}
.dark {
	background: #555555;
}
.white {
	color: #ffffff;
}
.red {
	color: #ff0000;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.company {
	margin: .25em 0 0 0;
	padding: 0 0 0 1.8em;
    height: 1.4em;
	font-size: 24px;
	font-weight: 700;
    line-height: .6em;
    background-image: url(../../images/logo_icon_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.logoType {
    margin: .3em 0 0 0;
	font-size: 1em;
}
.tagline {
	font-size: .3em;
	font-weight: 200;
    letter-spacing: .21em;
}
.phone {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 700;
	left: 15%;
	transform: translate(-25%,0);
}
.contactIcon {
	display: none;
}
.navigation {
	margin:0;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
}
.navigation a {
	margin: 0;
	padding: 11px 8px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.underline {
	border-bottom: 4px solid rgba(192,192,192,0.00);
	transition-duration: 0.3s;
}
.underline:hover {
	border-bottom: 4px solid rgba(192,192,192,1.00);
	transition-duration: 0.3s;
}
.underlineActive {
	border-bottom: 4px solid rgba(255,255,255,1.00);
}
.badges {
	margin: 260px 0 0 -311px;
	opacity: 0.8;
}
.badge {
	float: left;
	padding: 0 6px 0 0;
	width: 72px;
	height: 72px;
}
.badge:last-child {
	padding: 0;
}
.years{
	background: url(../../images/badges/26_years.svg) left center no-repeat;
}
.guarantee {
	background: url(../../images/badges/guarantee.svg) left center no-repeat;
}
.specialist {
	background: url(../../images/badges/specialist.svg) left center no-repeat;
}
.macOSx {
	background: url(../../images/badges/macOSx.svg) left center no-repeat;
}
.network {
	background: url(../../images/badges/network.svg) left center no-repeat;
}
.free {
	margin: 180px 48px 0 0;
}
.button {
	padding: .4em .6em;
	border-radius: 6px;
	border: 2px solid #000;
	background: rgba(255,255,255,0.30);
	transition-duration: 0.3s;
	color: #000;
	cursor: pointer;
}
.button:hover {
	background: #000;
	background: rgba(0,0,0,1.0);
	transition-duration: 0.3s;
	color: #fff;
}
.subTitle {
	padding: 3px 0;
	font-size: 9pt;
	text-transform: uppercase;
}
.bkgdGrey {
	background: #333333;
}
.btn-autoBill {
    margin: 0 auto;
    padding: 0;
    width: 180px;
    height: 50px;
    background-image: url("../../images/buttons/autoBill.svg");
    cursor: pointer;
}
.btn-autoBill:hover {
    background-image: url("../../images/buttons/autoBill-hover.svg");
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix {
	display: inline-block; 
}

@media only screen and (max-width : 800px) {

	body, td {
		font-size: 95%;
	}
	
	.contactIcon {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		background: url(../../images/contact_48.svg) left top no-repeat;
		background-size: 200%;
		z-index: 4;
		cursor: pointer;
	}
	.contactIcon:hover {
		background-position: -48px 0;
	}
	.navigation {
		display: none;
	}
	
	h3 {
		font-size: 50%;
		letter-spacing: 0;
	}
	p {
		margin: 12px 12px;
		font-size: 16px;
		line-height: 32px;
	}
	
	.blogHeader {
		margin: -18px 0 0 0;
	}
	
	.blogHeader h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.blogImage {
		height:480px;
	}
	
	.blogStoryImage {
		height: 120px;
	}
	
	.blogSpacer {
	 	padding:420px 0 0 0;
	}
	
	.free {
		margin-top: 20px;
	}
	
	.button {
		background: rgba(255,255,255,0.60);
	}
	
	.blogLink {
		margin: 8px 0 0 0;
		font-size: 80%;
	}
	
	.badges {
		clear: left;
		margin: 18px 0px 18px 12px;
	}
	
	.badge {
		width: 54px;
		height: 54px;
	}
	
	.services {
		padding: 8px 0;
		height: 12px;
	}
	
	.main {
		margin: -24px 0 0 0;
	}
	
	.footerText {
		font-size: 50%;
		letter-spacing: 2px;
	}

	.stage {
		width: 100%;
	}
	
	.storyImage {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 360px;
	}
	
	.storyImage img {
		text-align: center;
	}

	.storyText {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.sectionText {
		margin: 0;
		padding: 0 18px;
	}
	
	.company {
        margin: .4em 0 0 .4em;
        padding: 0 0 0 1.5em;
        height: 1.2em;
        font-weight: 700;
        line-height: .5em;
	}
    .logoType {  
	    font-size: .8em;
    }
    .tagline {
	    font-size: .24em;
    }
	
	.phone {
        margin: .25em 0 0 0;
        font-size: 1.8em;
	    transform: translate(-25%,0);
	}
	
}

@media only screen and (max-width : 420px) {

	h3 {
        margin: .25em 0 0 0;
        font-size: 45%;
	}
    .blogLinkCenter {
        float: none;
        margin: auto;
    }
    .blogLink {
        transform: translate(45%,0);
    }
}

@media only screen and (max-width : 380px) {
    
    .blogLink {
        transform: translate(36%,0);
    }
}