/* *****************************************************************************
	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: inherit;
	font-size: inherit;
}


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%;
}

#skipTopNav {
	height: 1px;
	left: -500px;
	overflow: hidden;
	position: absolute;
	top: -50px;
	width: 1px;
	z-index: 2;
}


#layoutContentAreaWrapper:focus {
	outline: none; }


/* 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,
div#layoutContentArea.multiBlockPage .multiBlock {
	padding: 10px 2% 20px 2%;
}
div#layoutContentArea.multiBlockPage {
	padding: 0;
}

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;
}

div#layoutBottomWrapper {  /* partner style footer */
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
}

div#layoutTopNav {
	display: none;
}
div#layoutBottomNav {
	width: 100%;
	height: 34px;
}
div#layoutTopLeft {
   	float: left;
   	width: 20%;
   	padding-top:15px;
   	margin-left: 5%;
}
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 ********************** */
@media only screen and (min-width: 641px) {
	.tc_shadow:after  {
	  content:"";
	  position:absolute;
	  z-index:-1;
	  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.7);
	  box-shadow:0 0 15px rgba(0,0,0,0.7);
	  bottom:0px;
	  left:15%;
	  right:15%;
	  width:70%;
	  height:15px;
	  -moz-border-radius:100%;
	  border-radius:100%;
	}
	
	.tc_page_shadow:after  {
	  content:"";
	  position:absolute;
	  z-index:-1;
	  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.7);
	  box-shadow:0 0 15px rgba(0,0,0,0.7);
	  bottom:20px;
	  left:15%;
	  right:15%;
	  width:70%;
	  height:15px;
	  -moz-border-radius:100%;
	  border-radius:100%;
	}
}

/* ******************************* 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: 20px 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%;
	}	
	div#popupPrivacyLayoutContent2,
	#popupPrivacyLayoutContent div.privacyPolicySubNav {
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
	/*width: 750px;*/
	width: 100%;
    }
}
/******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%;
	}
  }
/******Context Help*******/
.context-container {
	position: relative;
	display: inline-block;
}

.context-close-button {
	position: absolute;
	top: 2px;
	right: 2px;
}

.speech-bubble {
	position: absolute;
	background: #FFFFFF;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6); 
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	/*border: 2px solid black;*/
	border-radius: .4em;
	width: 260px;
    padding: 30px 10px;
    margin: 1em 0;
    text-align: center;
    color: black;
    font-size: 11pt;
	font-weight: normal;
	text-transform: none;
    /*text-shadow: 0 -0.05em 0.1em rgba(0,0,0,.3);*/
	z-index: 900;
}

.speech-bubble[position="bottomRight"]{
	top: 20px;
}

.speech-bubble[position="bottomLeft"]{
	left: -245px;
}

.speech-bubble[position="topRight"]{
	top: -235px;
}

.speech-bubble[position="topLeft"]{
	left: -245px;
	top: -235px;
}

.speech-bubble[position="topRight"]:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 9%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom: 0;
	border-left: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

.speech-bubble[position="bottomRight"]:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 9%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-bottom-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

.speech-bubble[position="bottomLeft"]:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 85%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-bottom-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

.speech-bubble[position="topLeft"]:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 85%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom: 0;
	border-right: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}