@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#nav {
	background-color: #000080;
	position: fixed;
	height: 70px;
}
#header {
	background-image: url(../img/bg_header.jpg);
	background-size: cover;
}
#about {
width: 100%;
}
#about_content {
	width: 100%;
	margin-left: 0;
	background-color: #F4F4F4;
}
#service1of4 {
	width: 100%;
	background-color: #266FE3;
}
#service2of4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #3176E5;
}
#service3of4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #3C7EE6;
}
#service4of4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #4684E7;
}
#service_content {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
}
#about_content_wrapper {
width: 100%;
margin-left: 0;
}
#ally {
	background-color: #FAFAFA;
}
#stat1 {
	width: 80%;
	margin-left: 10%;
	background-color: #FFFFFF;
	border-top: 6px solid #15A3EA;
	margin-top: 50px;

}
#stat2 {
	width: 80%;
	clear: both;
	margin-left: 10%;
	background-color: #FFFFFF;
	border-top: 6px solid #266FE3;
	margin-top: 50px;

}
#ally_content {
	width: 80%;
	clear: both;
	margin-left: 10%;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 80px;
}
#solution {
	background-color: #F2F2F2;
}
#solution_content {
	width: 90%;
	margin-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#solution1of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#solution2of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#solution3of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#payments {
}
#payment_content {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
#footer {
	background-color: #2B2B2B;
	width: 100%;
}
#stat_content {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
#nav_mobile {
	width: 50%;
	margin-left: 5%;
	margin-top: 12px;
}
#nav_desktop {
	width: 100%;
	clear: both;
	margin-left: 0;
	display: none;
}
#nav_desktop1of2 {
width: 100%;
}
#nav_desktop2of2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #00002B;
}
#nav_desk_triangle {
width: 100%;
margin-left: 0;
}
#nav_desk_info {
width: 100%;
margin-left: 0;
clear: both;
}
#footer_content {
	width: 100%;
	margin-left: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_welcome {
	width: 90%;
	margin-left: 5%;
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
}
#header_product {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#about_3c {
	width: 90%;
	margin-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mobile_cta {
	width: 40%;
	clear: none;
	text-align: right;
	margin-top: 13px;
	margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
#header {
}
#about {
	width: 100%;
	background-image: url(../img/bg_about.jpg);
	background-position: 46% 50%;
	background-size: cover;
}
#about_content {
width: 61.5384%;
margin-left: 0;
}
#service1of4 {
	width: 50%;
}
#service2of4 {
	width: 50%;
	clear: none;
	margin-left: 0;
}
#service3of4 {
	width: 50%;
	clear: both;
	margin-left: 0;
}
#service4of4 {
	width: 50%;
	clear: none;
	margin-left: 0;
}
#service_content {

}
#about_content_wrapper {
width: 100%;
margin-left: 0;
}
#ally {
}
#stat1 {
width: 35.8974%;
margin-left: 12.8205%;
}
#stat2 {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#ally_content {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
#solution {
}
#solution_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#solution1of3 {
	width: 33.33%;
	clear: both;
	margin-left: 0;
}
#solution2of3 {
	width: 33.33%;
	clear: none;
	margin-left: 0;
}
#solution3of3 {
	width: 33.33%;
	clear: none;
	margin-left: 0;
}
#payments {
}
#payment_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#footer {
width: 100%;
}
#stat_content {
width: 100%;
margin-left: 0;
}
#nav_mobile {
width: 35.8974%;
margin-left: 12.8205%;
}
#nav_desktop {
width: 100%;
clear: both;
margin-left: 0;
}
#nav_desktop1of2 {
width: 100%;
}
#nav_desktop2of2 {
width: 100%;
clear: both;
margin-left: 0;
}
#nav_desk_triangle {
width: 100%;
margin-left: 0;
}
#nav_desk_info {
width: 100%;
margin-left: 0;
clear: both;
}
#footer_content {
width: 100%;
margin-left: 0;
}
#content_welcome {
width: 74.3589%;
margin-left: 12.8205%;
}
#header_product {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#about_3c {
	width: 70%;
	margin-left: 20.8333%;
}
#mobile_cta {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
#header {
	background-image: url(../img/bg_header.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
#about {
	width: 100%;
	background-image: url(../img/bg_about.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#about_content {
	width: 50%;
	margin-left: 0;
}
#service1of4 {
	width: 25%;
	height: 450px;
}
#service2of4 {
	width: 25%;
	clear: none;
	height: 450px;
}
#service3of4 {
	width: 25%;
	clear: none;
	height: 450px;
}
#service4of4 {
	width: 25%;
	clear: none;
	height: 450px;
}
#service_content {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 80%;
	margin-left: 10%;

}
#about_content_wrapper {
	width: 75%;
	margin-left: 17.2413%;
	margin-top: 80px;
	margin-bottom: 80px;

}
#ally {
	padding-top: 70px;
	padding-bottom: 100px;
}
#stat1 {
	width: 17.7542%;
	margin-left: 8.4745%;
}
#stat2 {
	width: 17.7542%;
	margin-left: 1.6949%;
	clear: none;
}
#ally_content {
	width: 40.6779%;
	margin-left: 5.1694%;
	clear: none;
	text-align: left;
	margin-top: 120px;
}
#solution {
}
#solution_content {
	width: 23.7288%;
	margin-left: 8.4745%;
	margin-top: 90px;
	text-align: left;
}
#solution1of3 {
	width: 19.209%;
	margin-left: 10.1694%;
	clear: none;
}
#solution2of3 {
	width: 19.209%;
	clear: none;
}
#solution3of3 {
	width: 19.209%;
	clear: none;
}
#payments {
	padding-top: 50px;
	padding-bottom: 50px;

}
#payment_content {
width: 66.1016%;
margin-left: 16.9491%;
}
#footer {
width: 100%;
}
#stat_content {
width: 100%;
margin-left: 0;
}
#nav_mobile {
	width: 15.2542%;
	margin-left: 8.4745%;
	margin-top: 13px;
}
#nav_desktop {
	width: 74.5762%;
	margin-left: 1.6949%;
	clear: none;
	display: inline;
}
#nav_desktop1of2 {
	width: 54.5454%;
	margin-top: 9px;
	border-left: 1px solid #3B3B9B;
	margin-left: -30px;
}
#nav_desktop2of2 {
	width: 43.1818%;
	margin-left: 2.2727%;
	clear: none;
	float: right;
}
#nav_desk_triangle {
	width: 21.0526%;
	margin-left: -0.5px;
}
#nav_desk_info {
	width: 73.6842%;
	clear: none;
	margin-top: 15px;
}
#footer_content {
	width: 74.5762%;
	margin-left: 8.4745%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#content_welcome {
	width: 32.2033%;
	margin-left: 8.4745%;
	margin-top: 200px;
	margin-bottom: 200px;
	text-align: left;
}
#header_product {
width: 49.1525%;
margin-left: 10.1694%;
clear: none;
display: none;
}
#about_3c {
	width: 65%;
	margin-left: 17.4745%;
	margin-top: 80px;
	margin-bottom: 90px;
}
#mobile_cta {
	width: 100%;
	clear: both;
	margin-left: 0;
	display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
