@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/
*/

/* Fonts */

@font-face {
	font-family:'primepay';
	src: url('fonts/primepay.eot');
	src: url('fonts/primepay.eot?#iefix') format('embedded-opentype'),
		url('fonts/primepay.woff') format('woff'),
		url('fonts/primepay.ttf') format('truetype'),
		url('fonts/primepay.svg#primepay') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS Elements */

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

a {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;		
}

h1 {
	font-family:'primepay';
	color: #fff;
	font-size: 40px;	
	line-height: 40px;
	font-weight: 400;
}

h2 {
	font-family:'primepay';
	color: #14548a;
	font-size: 35px;	
	line-height: 28px;
	font-weight: 400;
}

h3 {
	font-family:'primepay';
	color: #000;
	font-size: 25px;	
	line-height: 23px;
}

h4 {
	font-family:'primepay';
	color: #fff;
	font-size: 40px;	
	line-height: 35px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

h5 {
	font-family:'primepay';
	color: #1076bc;
	font-size: 40px;	
	line-height: 35px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

.blue {
	color: #1076bc;	
}

.readmore {
	display: inline-block;
	width: 153px;
	height: 42px;
	line-height: 42px;
	background: #fff;	
	font-family:'primepay';
}

.readmore a:link {color: #14548a; text-decoration: none;}
.readmore a:visited {color: #14548a; text-decoration: none;}
.readmore a:hover {color: #51a9e6; text-decoration: none;}
.readmore a:active {color: #14548a ; text-decoration: none;}

/* Forms */

input, textarea {
	border: 1px solid #fff;
	background: #fff;
	margin: 2px;
	padding: 4px;
	margin-bottom: 10px;
	
	color: #000;
	font-family: 'open_sansregular';
	font-size: 14px;
	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;	
}

input {
	height: 20px;
	width: 100%;	
}

textarea:focus, input:focus{
	box-shadow: 0 0 20px #06436d;
	outline: none;
}

textarea {
	width: 100%;	
	height: 188px;
}

.submit {
	display: block;	
	width: 150px;
	height: 35px;
	background: #06436d;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-family: 'primepay';
	font-weight: 400;
	font-size: 16px;
}

.submit:hover {
	box-shadow: 0 0 10px #fff;
}

.submit:active {
	background: #16223b;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#header {
	height: 100px;	
}

#logo {
	float: left;
	padding-top: 15px;	
	max-width: 207px;
}

#nav {
	float: right;
	font-family:'primepay';
	line-height: 101px;
	font-size: 10px;
}	

#nav a:link {color: #555; text-decoration: none;}
#nav a:visited {color: #555; text-decoration: none;}
#nav a:hover {color: #6297b9; text-decoration: none;}
#nav a:active {color: #555 ; text-decoration: none;}

#nav ul {
	list-style: none;	
	padding: 0px;
	margin: 0px;
}

#nav li {
	display: inline-block;	
	width: 50px;
}

#primepay-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(30,48,85,1);
	background: -moz-linear-gradient(top, rgba(30,48,85,1) 0%, rgba(75,108,182,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,48,85,1)), color-stop(100%, rgba(75,108,182,1)));
	background: -webkit-linear-gradient(top, rgba(30,48,85,1) 0%, rgba(75,108,182,1) 100%);
	background: -o-linear-gradient(top, rgba(30,48,85,1) 0%, rgba(75,108,182,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,48,85,1) 0%, rgba(75,108,182,1) 100%);
	background: linear-gradient(to bottom, rgba(30,48,85,1) 0%, rgba(75,108,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3055', endColorstr='#4b6cb6', GradientType=0 );	
}

#primepay .subtext {
	font-family: 'open_sanslight';
	font-size: 20px;
	color: #4c9ed7;
}

#primepay {
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #fff;
	line-height: 170%;
}

#primepay-globe {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: none;
}

#div2-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #e0e0e0;
}

.div2-box {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #4f4f4f;
	text-align: center;
	padding-bottom: 50px;
}

#div3-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.div3-box {
	width: 92%;
	margin-left: 0;
	clear: both;
	background: #f0f0f0;
	border-radius: 15px;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 150%;
	color: #5e5e5e;
	margin-bottom: 20px;
	padding: 4%;
}

#div4-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1076bc;
	color: #fff;
}

.div4-box {
	width: 100%;
	margin-left: 0;
	clear: both;
	font-family: 'open_sansregular';
	font-size: 14px;
}

#submitDesktop {
	display: none;	
}

#footer-container {
	width: 100%;
	background: #16223b;
}

.footer {
	height: 80px;	
	line-height: 80px;
}
#footer-logo {
	max-width: 123px;
}	

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

#overlay {
	z-index: 9;
	width: 100%;
	display: none;
	background: url(images/black90.png) repeat;
	position: absolute;
}

.hiddenDiv {
	z-index: 10;
	width: 90%;	
	padding: 2.5%;
	background: #fff;
	position: absolute;
	left: 2.5%;
	margin-top: 2.5%;
	display: none;
	overflow: auto;
}

.sub {
	font-family: 'open_sanslight';
	font-size: 20px;
}

#hidden-left {
	display: none;
}

#hidden-right {
	width: 100%;
	clear: none;
	font-family: 'open_sansregular';
	color: #666;
	font-size: 14px;
}

#hidden-right li {
	padding-bottom: 10px;	
}

.hidden-x {
	position: absolute;
	z-index: 11;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#primepay {
	width: 100%;
}

#primepay-globe {

	display: none;
}

.div2-box {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}

.div3-box {
	width: 87.1794%;
	clear: both;
	margin-left: 0;
}

.div4-box {
	width: 100%;
	clear: both;
	margin-left: 0;
}

#submitDesktop {
	display: none;	
}

#submitMobile {
	display: block;	
}

#hidden-left {
	display: none;
}

#hidden-right {
	width: 100%;
	clear: none;
}

.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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

#primepay {
	width: 49.1525%;
}

#primepay-globe {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	text-align: right;
	display: block;
}

.div2-box {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	text-align: center;
}

.div3-box {
	width: 24.2033%;
	clear: none;
	margin-left: 1.6949%;
	padding: 4%;
}

.div4-box {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
}

#submitDesktop {
	display: block;	
}

#submitMobile {
	display: none;	
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

#hidden-left {
	width: 10%;
	padding-right: 2%;
	min-width: 148px;
	display: block;
}

#hidden-right {
	width: 50%;
}
}