/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a.menu {
	margin: 0 30px 0 0;
	padding: 18px 0 18px 0;
	color: #929497;
	text-decoration: none;
	font-size: 1.1em;
	display: inline-block;
}

a.menu:hover {
	color: #333e6d;
	background: url(../images/menu-background.gif) repeat-x 0 0;
}

h1 {
    clear:both;
	margin: 0;
	padding: 0 0 15px 0;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: normal;
	text-align: center;
}

h2 {
	margin: ;
	padding: 0 0 15px 0;
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.1em;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 30px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	display:inline-block;
	position:relative;
}
.header-arrows {
    margin: 0 auto 10px auto;
    text-align:center;
}
.header-arrows h3 {
    color:#000;
}

.header-arrows h3:before,
.header-arrows h3:after {
 content:"";
    position:absolute;
    top:0.4em;
    left:0;
    background: url(../images/MasterCardCashPassportLandingPage-pix/arrow_d.png) no-repeat 0 0;
    width:23px;
    height:13px;
}
    
.header-arrows h3:after {
    left:auto;
    right:0;
}

h4.orange {
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	color: #f68e1e;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1em;
}

h4.black {
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1em;
}

.subheading {
	margin: 5px 0 15px 0;
	font-size: 0.73em;
	line-height: 1.1em;
	min-height: 24px;
	color: #000000;
}

.subheading2 {
	margin: 10px 0 7px 0;
	font-size: 0.65em;
	line-height: 1.1em;
	color: #000000;
	font-weight: bold;
}

.countries {
	padding: 6px 0 6px 0;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #000000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #b9bbbb;
}

.countries img { height:16px; width:16px;}

.countries:hover {
	background-color: #e2e4e4;
}

ul {
	padding: 0 0 7px 15px;
	font-size: 0.85em;
}


.black {
	color: #000000;	
}

.bold {
	font-weight: bold;
}

p.white {
	margin: 0 0 8px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #ffffff;
}

p.footer {
	margin: 0 0 0 0;
	font-size: 0.5em;
	line-height: 1.05em;	
}

a.home {
	margin: 0 0 7px 0;
	padding-top: 3px;
	font-size: 0.0.85em;
	color: #333e6d;
	text-decoration: none;
	background: url(../css/images/arrow-button.png) no-repeat 200px 0;
	display: inline-block;
	height: 25px;
	width: 230px;
	
}

a.home:hover {
	margin: 0 0 7px 0;
	color: #00a1df;
	background: url(../images/arrow-button.png) no-repeat 200px -28px;
}

body {
	margin:0;
	height:100%;
	background-color: #ffffff;
	font-size: 1em;
	line-height: 1.2em;
	background: url(../images/MasterCardCashPassportLandingPage-pix/background.jpg) no-repeat center 0;
	background-size: 100% 100%;
}


.section {
    clear:both;
    overflow:hidden;
    margin:0;
    padding:0;
    width: 100%;
}

.container {
	width: 960px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0;
	position: relative; /* needed for Footer positioning*/
}

.section.headerBlock {
	background: url(../images/MasterCardCashPassportLandingPage-pix/footer-background.png) 0 0;	
}

.imageBanner {
    padding: 10px 120px;
    clear:both; 
    overflow:hidden;
    position:relative;
}
.imageBanner .imglogo {
    float:left; 
}
.imageBanner .imglogo-right  {
    float:right;
}

div.float-left {
	width: 50%;
	float: left;
}
div.float-right {
	width: 50%;
	float: right;
}

.content {
    clear:both;
    overflow:hidden;
	margin: 0 0 0 0;
	padding: 30px 115px 0 115px;
	min-height:700px
}

div.form {
	margin: 30px 0 0 25px;
	padding: 12px 12px 12px 12px;
	height: 30px;
	background: url(../images/MasterCardCashPassportLandingPage-pix/arrow.png) no-repeat 5px 12px #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
}

div.form1 {
	margin: 70px 0 0 25px;
	padding: 12px 12px 12px 12px;
	height: 30px;
	background: url(../images/MasterCardCashPassportLandingPage-pix/arrow.png) no-repeat 5px 12px #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	font-size: 1em;
}

/*input.form {
	margin: 4px 0 0 16px;
	font-size: 1em;
	float: left;
	width: 250px;
	color: #808080;
	border: none;
}*/

.button {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	height: 31px;
	/*background: url(../images/MasterCardCashPassportLandingPage-pix/Go-button.png) no-repeat;*/
	border-style: none;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	float: right;
	font-size: 1.3em;
	font-weight: bold;
}

.button-anchor {
	margin: 0 0 0 0;
	padding: 6px 5px 0 5px;
	height: 25px;
	background: url(../images/MasterCardCashPassportLandingPage-pix/button-background.gif) repeat-x center 0;
	border-style: none;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	float: right;
	font-size: 0.9em;
	font-weight: bold;
}

div.feature {
	margin: 0 0 0 15px;
	padding: 10px 10px 4px 10px;
	height: auto;
	width: 205px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	float: left;
	opacity:1;
	filter:Alpha(opacity=90); /* IE8 and earlier */
}

/* Footer */

.section.footerBlock {
    background: url(../images/MasterCardCashPassportLandingPage-pix/footer-background.png) 0 0;	
    margin-top:30px
}

footer {
	margin:0 auto;
	text-align:center;
	padding: 12px 190px 0 190px;
	
}
footer .button-anchor {
    margin: 10px auto 0 auto;
    display:inline-block;
    float:none;
    white-space: nowrap;
    text-align:center
}    

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Style adjustments for viewports that meet the condition 
@media only screen and (min-width: 35em) {
    
}*/

/* Style adjustments for high resolution devices 
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}*/

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/*@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    /*.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}*/



h1.heading {margin: 115px 0 0 140px; width: 397px;}

.card-panel {float: left; margin: 25px 0 0 115px; width:  400px;}

.card-digits {margin-left:10px; margin: 4px 0 0 16px;
	font-size: 1em;
	float: left;
	width: 250px;
	color: #808080;
	border: none;}
	
.card-panel .error { margin: 70px 0 0 ; width: 450px; color: White; font-weight: bold; font-size: 0.09 em;}
.card-panel .card-label { margin: 150px 0 0 50px; color: #808080;}