@charset "utf-8";
/* CSS Document */

img.scale-with-grid {
		max-width: 100%;
		height: auto;
}

.top-bkgd{
	background-color:#039;
	background-image:url(../images/hdr_bkgd.jpg);

}


.band.header{


}

.band.navigation{
	height: 44px;
	margin: 0px;
}

.band.hm-bnrs{
	background-color:#CFCFCF;
	background-image:url(../images/hm-bnrs_bkg.jpg);
	background-repeat: repeat-x;
}


.band.footer{
	background-color:#000;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.band.charity{
	background-color:#424242;
	padding-top: 20px;
}



.main-hdgs{
	font-family: 'ralewayextralight';
	font-size:36px;
	color: #000559;
	letter-spacing: -0.5px;
	line-height: 1.3em;
}

.product-hdgs{
	font-family: 'ralewaymedium';
	font-size:26px;
	color: #000559;
	letter-spacing: -0.5px;
	line-height: 1.3em;
}

.second-hdgs{
	font-family: 'ralewayextralight';
	font-size:30px;
	color: #333;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	display:block;
	padding-bottom: 18px;
}

.third-hdgs{
	font-family: 'ralewaybold';
	font-size:22px;
	color: #000555;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	display:block;
	padding-bottom: 8px;
	padding-top: 21px;
}

.contact-hdgs{
	font-family: 'ralewaylight';
	font-size:20px;
	color: #333;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	display:block;
	padding-bottom: 8px;
	padding-top: 10px;
}

.ph-fx{
  font-size: 18px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8em;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
  color: #000555;
  }


.new-prod-hdgs{
	font-family: 'ralewaylight';
	font-size:30px;
	color: #ed1c24;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	display:block;
	padding-bottom: 10px;
}


.intro-copy{
	font-family: 'ralewaylight';
	font-size:18px;
	line-height: 26px;
	color: #555;
	letter-spacing: -0.1px;
	display:block;
	padding-bottom: 15px;
	padding-top: 10px;
}



.bolds{
  font-family: 'ralewaybold';
}


.strapline{
	color: #FFF;
	font-family: 'source_sans_prolight';
	font-size:22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	position:absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	
}

.logo{
	height: 113px;
	width: 278px;
	margin-top: 30px;
	margin-bottom: 40px;
}


.core-solutions-txt{
	color: #555;
	font-family: 'serifalight';
	font-size:15px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.we-surround{
	color: #999;
	font-size:15px;
	font-family: 'serifalight';
	line-height: 1.2em;
	display:block;
	padding-top: 4px;
	padding-bottom: 20px;

}

.hm-pnl{
	background-color:#FFF;
	min-height: 204px;
	margin-bottom: 20px;
	text-align:center;

	border: 2px solid #FFF;
		
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	
	
}

.hm-pnl-hdgs{
	color: #1b84af;
	font-family: 'serifaroman';
	font-size:16px;
	display:block;
	padding-top: 11px;
}
.products-hm-hdg{
	color: #000555;
	font-family: 'serifaroman';
	font-size:18px;
	letter-spacing: 0.05em;
	display:block;
	padding-bottom: 5px;
}
.tech-partners-hdg{
	color: #000555;
	font-family: 'serifa_std75_black';
	font-size:15px;
	letter-spacing: 0.05em;
	line-height: 1em;
	display:block;
	padding-bottom: 0px;
	padding-top: 12px;
}
.contact-hdg{
	color: #1EAEDB;
	font-family: 'serifalight';
	font-size:22px;
	letter-spacing: 0.05em;
	display:block;
	padding-bottom:24px;
	padding-top: 8px;
}

.contact-txt{
	color: #FFF;
	font-family: 'source_sans_prolight';
	font-size:15px;
	display:block;
	padding-left: 30px;
	padding-bottom: 12px;
	padding-top: 0px;
}


.support-hdg{
	color: #d5d5d5;
	font-family: 'serifalight';
	font-size:22px;
	letter-spacing: 0.05em;
	display:block;
	padding-bottom:24px;
	padding-top: 8px;
}



ul.bullets-standard {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}
ul.bullets-standard li{
    font-family: 'ralewaymedium';
	font-size: 11px;
	color: #d5d5d5;
	letter-spacing: 0.02em;
	line-height: 12px;
	display:block;
	padding-bottom: 0px;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 20px;
	width:  220px;
	float:left;
	overflow: auto;
}

ul.bullets {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 16px 0px;
	display: block;
}
ul.bullets li{
	font-size: 12px;
	color: #333;
	line-height: 15px;
	display:block;
	padding-bottom: 0px;
	background-image:url(../images/bullet_pg.png);
	background-repeat: no-repeat;
	background-position: 0px 1px; 
	padding-left: 14px;
	max-width: 420px;
}



ul.bullets-normal {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 16px 0px;
	display: block;
}
ul.bullets-normal li{
	font-size: 15px;
	color: #333;
	line-height: 15px;
	display:block;
	padding-bottom: 0px;
	background-image:url(../images/bullet_pg.png);
	background-repeat: no-repeat;
	background-position: 0px 1px; 
	padding-left: 14px;
}



ul.bullets-pg-menu {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	display: block;
}
ul.bullets-pg-menu li{
    font-family: 'source_sans_prosemibold';
	font-size:21px;
	color: #a72244;
	line-height: 26px;
	letter-spacing: -0.03em;
	display:block;
	padding-bottom: 5px;
	padding-left: 20px; 
	width:  330px;
	float:left;
	overflow: auto;
	background-image:url(../images/bullet-pg-menu.png);
	background-position: 0px 7px; 
	background-repeat: no-repeat;
}








/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
		.strapline{
	color: #FFF;
	font-family: 'source_sans_prolight';
	font-size:20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	position:absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 42px;
}
	


}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.strapline{
	color: #FFF;
	font-family: 'source_sans_prolight';
	font-size:32px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	position:absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 42px;
}

}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
