/* *****************************************************************************
	ATTENTION!
	
	With responsive design we want to create some general rules for screen sizes
	and what that should mean in regards to layout.  The following thresholds
	will give us some consistency:
	
		Phone Views: 			0-640px 	 (max-width: 640px)
		Table Portrait Views: 	641px-790px  (max-width: 790px)
		Tablet Landscape Views: 791px-1024px (max-width: 1024px)
		
***************************************************************************** */
/*html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, img, sub, sup, 
ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/

body {
	font-size: var(--body-font-size);
}

input, select, button {
	font-family: var(--usb-circular, var(--usb-fallback));
}


h2 {
	font-size: var(--fs24);  /* 24px */
}

html, body, h1, h2 {
	margin:0;
	padding:0;
	height:100%;
}
.clear {
	clear:both;
}
table.errortext {
	line-height:1em;
}
td.errortext {
	padding-top:0.4em;
}
div#layoutPageContent {
	width: 100%;
}
/* Set max-width to 1000 px
for responsive design */
div.layoutPageContent2 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
div.layoutPageContent3 {
	padding: 20px 2% 20px 2%;
}

div#layoutContentArea {
	padding: 10px 2% 20px 2%;
}

div#layoutTopWrapper {  /* partner style header */
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
}

div#layoutMiddleWrapper .layoutPageContent3 {  /* partner style body */
	position: relative;
	z-index: 0;
}

/*
.bottom{
	height: 84px;
}

#layoutBottomWrapper{
	height:54px;
}

*/

div#layoutBottomWrapper {  /* partner style footer */
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: right;
		background-image: url("../img/footer_bkgrnd.png");
   	    background-repeat: repeat-x;
}

div#layoutTopNav {
	display: none;
}
div#layoutBottomNav {
	width: 100%;
	height: 34px;
}
div#layoutTopLeft {
    	float: left;
   	width: 20%;
   	padding-top:15px;
   	margin-left: 5%;

   
}
/*
div#layoutTopLeft1 {
   	float: left;
      
}
*/

div#layoutTopCenter {
	float: right;
	width: 70%;
	padding: 0;
	margin: 1em 1em 0 0;
}

.welcomeMessageArea {
	display:inline;
	float:right;
	padding:18px 0 20px;
}

div#layoutBottomWrapper .layoutBottom_row1 {
	clear: both;
	padding: 1.2em 0 0 1em;
}
		
div#layoutBottomWrapper .layoutBottom_row2_left {
	float: left;
	padding-left: 1em;
}
		
div#layoutBottomWrapper .layoutBottom_row2_right {
	float: right;
	padding: 0 1em;
}

div.vspacer10 {
	margin-top: 10px;
}

#layoutBottomLeft {
	text-align: left;
}

#layoutBottomRight {
	text-align: right;
}

#layoutNavMenuTopSection {
	width: 100%;
	overflow: hidden;
}

#layoutCopyrightMessageArea {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: right;
}

#layoutSecurityStandardsMessageArea {
	padding: 0;
	margin: 0;
}

#pageWrapper {
	width: 800px;
}

.contentMain {
	margin-left: 188px;
}


#loginStyle {
	position: relative;
}

#loginEnhancement {
	display:none;
	position: absolute;
	top: 20px;
	left: 325px;
	width: 210px;
}

#layoutUnAuthToggleWrapper {
	padding-left: 15px;
}

div.loginBox {
	position: relative;
	width: 22%;
	float: left;
	background-color: white;
}

div.loginBox div.loginTitle {
	padding: 10px 10%;
	font-weight: bold;
	font-size: 1.167em;
}

div.loginBox div.loginForm {
	padding: 1% 10% 15% 10%;
}

div.loginForm input[type="text"] {
	width: 95%;
}

div.carouselBox {
	position: relative;
	float: left;
	width: 72%;
}
div.phonePaddingForContentWithTables {
	padding: 0px;
}
/* ************************* TABLET LANDSCAPE VIEW ************************** */
@media only screen and (max-width: 1024px) {

	div#layoutTopLeft {
       	margin-left: .7em;
       	float:none;
    }
    div#layoutTopCenter {
		float:none;
       	width:100%;
       	margin: 0 .7em;
    }
    .vcp_welcomeUser_links_tablet {
    	position:absolute;
	    right: 0;
    	top: 110px;	
	}
}

/* ************************** TABLET PORTRAIT VIEW ************************** */
@media only screen and (max-width: 790px) {

}

/* ********************** EVERYTHING EXCEPT PHONE VIEW ********************** */

/* ******************************* PHONE VIEW ******************************* */
@media only screen and (max-width: 640px) {

	.navMenuWrapper{
		background-image: none;
	}
	div#layoutTopNav {
		display: block;
	}
	div#layoutBottomNav {
		z-index: 1;
		position: absolute;
		top: 43px;
		height: 0px;
	}
    div#layoutTopLeft {
       	margin-left: 0;
       	float:none;
       	text-align:center;
       	width:100%;
    }
    #layoutWelcomeMessageArea {
    	float:none;
    }	
	div#layoutTopCenter {
		float:left;
       	text-align:center;
       	width:100%;
    }
	div#layoutBottomWrapper .layoutBottom_row2_right {
		float: left;
	}
	div.layoutPageContent3 {
		max-width: 100%;
		padding: 0px;
		margin: 0px;
		background: none;
	}
	div#layoutContentArea {
		padding: 0px 2.5% 20px 2.5%;
	}
	
	div#balanceTransferLayout {
		padding: 0px 3.5% 20px 2.5%;	
	}
	
	div.phonePaddingForContentWithTables {
		padding: 0px 2.5% 0px 2.5%;
	}
	div#layoutMiddleWrapper .layoutPageContent3 {  /* partner style body */
		position: static;
		background-color:#FFFFFF;
	}
	div.carouselBox {
		float: left;
   		width: 100%;
	}
	div.loginBox {
		margin-top:0%;
	}
	div.carouselBox {
		margin-top:0%;
	}
	div.loginBox div.loginForm {
		padding: 1% 2% 5% 2%;
	}
	div.loginForm input[type="text"] {
		width: 95%;
	}
	div.loginBox div.loginTitle {
		padding: 10px 2%;
	}	
}
/******Paypal Return To services link*******/
@media (max-width: 320px){
	div.paypal-returnToServices{
	  text-align: center !important;
	}
	.paypal-returnLabel-margin {
		margin-bottom: 5px;
		margin-top: 30px;
	  }
	.paypal-input-textarea {
		text-align: center;
	}
	div.paypal-input-textarea input[type="text"]{
		width:95%;
	}
  }
