/* =============================================================================
   HTML5 / CSS3 Reset
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-shadow: none; /*Override jQmobile value*/
}
ul, ul li{
 list-style: none;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.col10 {
	width:10%;
}
div.col40 {
	width:40%;
}
div.col58{
/*added for email in left column*/
	width:58%;
}
div.col60 {
	width:60%;
}
div.col90 {
	width:90%;
}

div.col2 {
	float:left;
	width:50%;
}
.container2col > div {
float: left;
width: 50%;
}

div.col3 {
	float:left;
	width:33%;
}

div.col4 {
	float:left;
	width:25%;
}
body{
	-webkit-text-size-adjust: none;
}

.pageMinHeight {
	min-height: 335px;
}
/* =============================================================================
   Webkit classes
   ========================================================================== */
/*Prevent user from copying*/
.preventCopy{
	-webkit-user-select:none;
	-moz-user-select:none;
 }
/*Support user copying*/
.supportCopy{
	-webkit-user-select:text;
	-moz-user-select:text;
}

.textOverflow{
text-overflow: ellipsis;
overflow: hidden;width: 100%;
text-align: right;
}
.nowrap{
	white-space: nowrap;
}
/* =============================================================================
   HTML5 / CSS3 BOA Rich UI theme
   ========================================================================== */
body {
	font-family: "Helvetica Neue", "Droid Sans", Roboto, Arial, sans-serif;
	font-size: 0.875em;
	color: #191919;
	text-shadow: none;
	background-color: rgba(249,247,244,1);
	background-repeat: no-repeat;
	height:100%;
	overflow-x:hidden;
}

body[loading="progress"] {
	background-repeat: no-repeat, repeat-x;
	background-position: center;
	background-image: url(../images/loadingLarge.gif),
		url(../images/selection.png);
}

body>.processing {
	margin: 31px 0 0 0;
	text-align: center;
	padding: 50px 0 0 0;
	background: rgba(20, 20, 20, 0.4);
	height: 90%;
}

form[loading="progress"] {
	position: absolute;
	top: 76px;
	width: 100%;
	z-index: 20;
	padding: 50px 0 0 0;
	background: rgba(20, 20, 20, 0.4);
	height: 100%;
	background-image: url(../images/loadingLarge.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* =============================================================================
   Generic classes for styles
   ========================================================================== */

.firstrun-bg {
	background-image: url(../images/background.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
}
.opacity5 {
	opacity: .5;
}
.clear {
	clear:both;
}
/*display none will not work for screen readers. Not ADA compliant*/
.hidden{
	display:none;
}
/*ADA hidden*/
.adaHidden{
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
  position: absolute;
}

.adaHiddenText{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.left {
	float: left;
}

.leftContents > div
{
	float: left;
}

.right {
	float: right;
}

.center {
	align: center;
	text-align: center;
}

.verticalTop{
vertical-align:top;
}

.lightblue {
	color: #369;
}

.backgroundlightgray {
	background: #efefef;
}

.backgroundwhite {
	background: #ffffff;
}

#backgroundgray{
    background-color: #f8f3ec;
}
/* Padding */
.toppad0{
	padding-top:0px !important;
}
.toppad5 {
	padding-top: 5px;
}

.toppad10 {
	padding-top: 10px;
}

.toppad12 {
	padding-top: 12px;
}

.toppad14 {
	padding-top: 14px;
}

.toppad20 {
	padding-top: 20px;
}
.bottompad0{
	padding-bottom:0px !important;
}
.bottompad2 {
	padding-bottom: 2px;
}

.bottompad4 {
	padding-bottom: 4px;
}

.bottompad5 {
	padding-bottom: 5px;
}

.bottompad10 {
	padding-bottom: 10px;
}
.bottompad14 {
	padding-bottom: 14px;
}
.padding0 {
	padding: 0px;
}
.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.paddingVert5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.paddingVert10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.paddingHoriz5 {
	padding-left: 5px;
	padding-right: 5px;
}
.paddingHoriz9 {
	padding-left: 9px;
	padding-right: 9px;
}
.paddingHoriz10 {
	padding-left: 10px;
	padding-right: 10px;
}
.paddingHoriz12 {
	padding-left: 12px;
	padding-right: 12px;
}
.paddingHoriz20 {
	padding-left: 20px;
	padding-right: 20px;
}
.paddingRight5 {
	padding-right: 5px;
}
.paddingRight10 {
	padding-right: 10px;
}
.paddingLeft7 {
	padding-left:7px;
}
/*bulleted lists*/
.paddingLeft25{
	padding-left:25px;
}
/*for list views with icons*/
.paddingLeft40{
	padding-left:40px;
}
/* Margin */
.margin5 {
	margin: 5px;
}

.marginVert5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin9 {
	margin: 9px;
}

.margin10 {
	margin: 10px;
}

.marginVert10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.marginTop40 {
	margin-top: 40px;
}
.marginLeft10 {
	margin-left: 10px;
}
.marginLeft20 {
	margin-left: 20px;
}

.marginLeft40 {
	margin-left: 40px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop5 {
	margin-top: 5px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.width100 {
	width:100%;
}
/* Fonts */
/*important added to override subsequent styles*/
.fontBold {
	font-weight: bold !important;
}

.fontNormal {
	font-weight: normal !important;
}
.font10px{
	font-size:10px !important;
}
.font11px{
	font-size:11px !important;
}
.font12px{
	font-size:12px !important;
}
.font13px{
	font-size:13px !important;
}
.font14px{
	font-size:14px !important;
}
.font15px{
	font-size:15px !important;
}
.fontItalic {
	font-style: italic !important;
}
.pageMargin{
	margin:14px 10px 14px 10px;
}
.dataRow{
	padding:14px 0px 14px 0px;
	border-bottom:1px solid rgba(218,212,203,1);
	overflow:hidden;
}
.dataRow.noTopPad{
	padding-top:0px;
	padding-bottom:14px;
}
.dataRow.noBottomPad{
	padding-top:14px;
	padding-bottom:0px;
}
.dataRow.noBorder{
	border:none;
	overflow:hidden;
}
.dataRow div{
	padding:0px 9px 0px 9px;
}
div.dataRow.chevron{
	background: url("../images/chevron.png") center right no-repeat;
}
div.dataRow.chevron a{
	display:table;
	width:100%;
	overflow:hidden;
}
div.dataRow.chevron a div{
	display:table-cell;
	vertical-align:middle;
}
div.dataRow.chevron a div.60percent{
	width:60%;
}
div.dataRow.chevron a div.textRight{
	text-align:right;
}
div.dataRow.chevron a div.padRight{
	padding-right:25px;
}

.dataRow div a, div.dataRow a{
	text-decoration:none;
}
.dataRow div a.noNumber{
	color:rgba(51,46,37,1);
}
div.dataRow.chevron a{
	font-size:13px;
}
/*Bulleted Lists*/
ul.bulletList{
	display:list-item;
}
ul.bulletList li{
	list-style-type:disc;
	list-style-position:outside;
	padding-top:2px;
}
/* =============================================================================
   BAC Touch paragraphs
   ========================================================================== */

p.bacTouch{
	font-size:10px;
	font-weight:regular;
	color:rgba(116,120,80,1);
	margin-bottom:14px;
}
p.bacTouch:last-child{
	margin-top:14px;
}
/*==========================================
	Font Colors
	========================================*/
.fontLightBlue{
color: rgba(153,178,229,1) !important;
}
.fontBlue{
	color:rgba(1,124,194,1) !important;
}
.fontDisable{
	color:rgba(51,46,37,.5) !important;
}
.fontRed{
	color: rgba(217,0,59,1) !important;
}
.fontOrange{
	color: rgba(255,153,0,1) !important;
}
.fontGray{
	color: rgba(107,94,81,1) !important;
}
.fontDarkGray{
	color:rgba(51,46,37,1) !important;
}
.fontGenBrown{
	color: rgba(107,94,81,1) !important;
}
.fontDimGray{
	color: rgba(147,134,113,.5) !important;
}
.fontSolidGray{
	color: rgba(147,134,113,1) !important;
}
.fontBlack{
	color: rgba(0,0,0,1) !important;
}
.fontWhite{
	color: rgba(255,255,255,1) !important;
}
.mask {
    overflow: hidden;
}

.masked {
  -webkit-text-security: disc;
}
/* Links */
.blueLink a:link,.blueLink a:visited,.blueLink a:hover {
	color: blue;
}
.plain {
	text-decoration: none;
}
.breakAll{
/*breaks long strings*/
	word-break:break-all;
}
.iPadtoolBar {
	position: fixed;
	background: rgba(33,33,33,1);
	background: -moz-linear-gradient(top, #5b5b5b 0%, #171717 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#171717));
	background: -webkit-linear-gradient(top,  #5b5b5b 0%,#171717 100%);
	background: -o-linear-gradient(top,  #5b5b5b 0%,#171717 100%);
	background: -ms-linear-gradient(top,  #5b5b5b 0%,#171717 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#171717',GradientType=0 );
	background: linear-gradient(top,  #5b5b5b 0%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#171717',GradientType=0 );
	min-width:320px;
	line-height:42px;
	height: 42px;
	width: 100%;
	border-top: 1px solid rgba(122,122,122,1);
	border-bottom: 1px solid rgba(21,21,21,1);
}
.iPadtoolBar h1 {
                text-align:center;
				color:white;
}
.iPadtoolBar  h1.logo{
                background:url('../images/logo.png') no-repeat center;
                height: 38px;
}
#iPadtitleText{
                display:inline-block;
                max-width:45%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: rgba(255,255,255,1);
                text-shadow: 0px 1px 0 rgba(0,0,0,.1);
                font-size:16px;
}
.iPadtoolBar h1 span.tradeMark{
                position: relative;
                bottom:4px;
                display:inline-block;
                font-size:.675em;
}
.iPadleftButton {
	position:absolute;
	top: 6px;
	left:.5em;
	height:30px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	background:rgba(139,139,139,.60);
	background: -moz-linear-gradient(top, #8b8b8b 0%, #3b3b3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8b8b), color-stop(100%,#3b3b3b));
	background: -webkit-linear-gradient(top,  #8b8b8b 0%,#3b3b3b 100%);
	background: -o-linear-gradient(top,  #8b8b8b 0%,#3b3b3b 100%);
	background: -ms-linear-gradient(top,  #8b8b8b 0%,#3b3b3b 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#3b3b3b',GradientType=0 );
	background: linear-gradient(top,  #8b8b8b 0%,#3b3b3b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#3b3b3b',GradientType=0 );
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width:22%;
	min-width:22%;
	max-height:30px;
	line-height:30px;
	text-align:center;
}
.iPadleftButton span.buttonText{
                display:inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width:100%;
                font-size:13px;
                font-weight:bold;
                color:rgba(255,255,255,1);
                text-shadow:0px 1px 0px rgba(255,255,255,.1);
}
.iPadrightButton {
	position:absolute;
	top: 5px;
	right:1em;
	display:block;
	padding-left:10px;
	padding-right:10px;
	background:rgba(96,140,232,.60);
	background: -moz-linear-gradient(top, #7195e2 0%, #2c63d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7195e2), color-stop(100%,#2c63d3));
	background: -webkit-linear-gradient(top,  #7195e2 0%,#2c63d3 100%);
	background: -o-linear-gradient(top,  #7195e2 0%,#2c63d3 100%);
	background: -ms-linear-gradient(top,  #7195e2 0%,#2c63d3 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7195e2', endColorstr='#2c63d3',GradientType=0 );
	background: linear-gradient(top,  #7195e2 0%,#2c63d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7195e2', endColorstr='#2c63d3',GradientType=0 );
                margin:0;
                -webkit-border-radius: 4px;
                                -moz-border-radius: 4px;
                                                border-radius: 4px;
                max-width:22%;
                min-width:22%;
                max-height:30px;
                line-height:30px;
                text-align:center;
}
.iPadrightButton span.buttonText{
                display:inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width:100%;
                font-size:13px;
                font-weight:bold;
                color:rgba(255,255,255,1);
                text-shadow:0px 1px 0px rgba(255,255,255,.1);
}
/*progress meter*/
.iPadtoolBar.meter{
line-height:20px;
}
/*end toolbar*/
.headerBar {
	position:relative;
	background-image: -moz-linear-gradient(top,
		#EBEBEB,
		#C3C3C3);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, #EBEBEB),
		color-stop(1, #C3C3C3));
	background-image: -ms-linear-gradient(top, #EBEBEB, #C3C3C3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBEBEB", endColorstr="#C3C3C3");
  	overflow: hidden;
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #A8A8A8;
	line-height: 20px;
}

.headerBar h1 {
	min-height: 1.1em;
	text-align: center;
	display: block;
	margin: .3em 0px .6em;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.1em;
	color:#575757;
}
.popupBox {
	display: block;
	position: relative;
	top : 40%;
	margin: auto;
	background-color: rgba(31, 73, 125, .95);
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
}
.popupBox div.col2 {
	width: 50%;
	display : inline-block ;
	float: none;
}
.popupLabel {
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 10px;
}

.popupHeader {
	display: block;
    line-height: 160%;
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
    color: white;
    font-weight: bold;
}

.popupLabel.normal {
	font-weight: normal;
}

.popupButton {
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	color: #000;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 36px;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.whiteBGpopupBox {
	display: block;
	position: relative;
	top : 40%;
	margin: auto;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
}
.whiteBGpopupBox div.col2 {
	width: 50%;
	display : inline-block ;
	float: none;
}
.whiteBGpopupLabel {
	display: block;
	text-align: center;
	color: black;
	padding: 10px;
}
.popupButton.destructive {
	background-color: rgba(207,0,59,1);
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border: 1px solid rgba(207,0,59,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 36px;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.popupButton.redirect {
	background-color: rgba(1, 124, 194, 1);
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	color: #fff;
	 border: 1px solid rgba(1, 124, 194, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 36px;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
 .slideMenuDeactivateRightPane {
	width: 125%;
	height: 125%;
    z-index: 999999999;
    position: absolute;
    top: 40px;
}

.loadingImgPanel,.popupPanel {
	position: absolute;
	display: none;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 64, .2);
	z-index: 3;
}

.loadingBorder {
	position: fixed;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	min-height: 150px;
	background-color: rgba(0, 0, 0, .9);
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
}

.loadingLabel {
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 10px;
}

.bottompopupLabel {
	display: block;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-size:15px;
	color:#312718;
	padding: 4px 4px 0 0;
}
.bottompopupLabelLeft {
	display:block;
	text-align:left;
	color:#000;
	font-weight:normal;
	font-size:15px;
	color:#312718;
	padding:14px 9px 14px 9px;
}

.bottomPopupPanel {
	z-index: 3;
	bottom:0px;
	display:none;
	position:fixed;
	width:100%;
	left:0;
	background-image:linear-gradient(bottom, rgb(255,255,255) 45%, rgb(255,255,255) 73%);
	background-image:-o-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(255,255,255) 73%);
	background-image:-moz-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(255,255,255) 73%);
	background-image:-webkit-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(255,255,255) 73%);
	background-image:-ms-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(255,255,255) 73%);
	background-image:-webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.45, rgb(255,255,255)),
	color-stop(0.73, rgb(255,255,255))
);
}

.bottomPopupBox {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	border: none;
}

.imageButton {
	margin-top: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: outset;
	border-color: #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topimage {
	width: 100%;
	border: none;
}
.imgText {
	display:table;
	width:100%;
}
.imgText img {
	display:table-cell;
	vertical-align:middle;
}
.imgText span {
	display:table-cell;
	vertical-align:middle;
}
.videoArea {
	width: 100%;
	max-width: 1080px;
}

.progressbar {
	width: 50%;
	max-width: 284px;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.sitekeyimage {
	width: 100%;
	max-width: 100px;
	border: none;
}

.sitekeyimage:active {
	border: 4px solid #00f;
}

div.left2col {
	width: 50%;
	float: left;
	padding: 0px 5px;
}

div.right2col {
	width: 50%;
	float: right;
	padding: 0px 5px;
}
/* =============================================================================
	BAC Touch Forms
	========================================================================= */
input[type="text"]{
 box-sizing: border-box;
 outline: none;
 margin: 0;
 border: none;
 background: none;
 font-size: 16px;
}
form.padding12{
	margin: 5px 0 5px 0;
}
h2.padding12px{
	padding:12px 12px;
}
form div.left2col {
	width: 50%;
	float: left;
	padding: 0px 5px 0px 0px;
}

form div.right2col {
	width: 50%;
	float: right;
	padding: 0px 0px;
}
form div.paddingBtm5px{
	padding-bottom:5px;
}
.select {
	font-size:12px;
	width:100%;
	text-wrap:normal;
    overflow-wrap:break-word;
}

.select.selectRed {
	font-size:12px;
	font-size:12px;
	font-weight: bold;
	background-color: rgba(217,0,59,1);
	color:rgba(255,255,255,1);
}
.select option {
	max-width: 300px;
}
.selectType  {
	display: block;
	box-sizing: border-box;
	outline: none;
	width:100%;
	font-size: 16px;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(255,255,255,1);
	color: rgba(49,29,34,1);
	border: 1px solid rgba(218,212,203,1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
label.hidden,
legend.hidden,
input.hidden{
	/*Label for ADA only*/
	display:none;
}
/* =============================================================================
	BAC Touch CheckBox
	========================================================================= */
li.checkBox a div span.checkBox{
	float:left;
	background: url('../images/multi.png') top left no-repeat;
	overflow:hidden;
	width: 35px;
	height: 35px;
}
li.checkBox a div span.checkBox.multi_check,
fieldset.checkBox div.multi_check{
	background-position: 0 0;
}
li.checkBox a div span.checkBox.multi_delete,
fieldset.checkBox div.multi_delete{
	background-position: 0 -85px;
}
fieldset.checkBox div.multi_off{
	background-position: 0 -170px;
}
fieldset.checkBox{
	margin-bottom:8px;
}
fieldset.checkBox div{
	float:left;
	background: url('../images/multi.png') top left no-repeat;
	overflow:hidden;
	width: 35px;
	height: 35px;
}
fieldset.checkBox label{
	padding-top:4px;
	padding-left:4px;
	display:inline-block;
	width:80%;
}
fieldset.checkBox ol{
 margin-top:8px;
 padding-top:0;
 padding-left:19px;
}
fieldset.checkBox ol li  {
	list-style-type: lower-alpha;
}
/* =============================================================================
	BAC Touch Toggle
========================================================================= */
form fieldset .toggle{
	margin:0px 0px 0px 10px;
}
.toggleSwipeContainer{
	height:40px;
	width:120px;
}
div.toggleContainer >  div.left  > p,
div.toggleContainer.listView >  div.left  > p,
.toggleContainer label{
	font-size:15px;
	font-weight:bold;
	color:rgba(51,46,37,1);
	padding-left:10px;
	line-height:15px;
}
div.toggleContainer  >  div.left  > p,
div.toggleContainer.listView >  div.left  > p{
	line-height:44px;
}
.toggleContainer{
	border-radius:8px;
	min-height:44px;
	line-height:44px;
	border:1px solid rgba(201,194,184,1);
	margin:10px;
	background-color:white;
	overflow:hidden;
}
.toggleContainer.listView{
	line-height:44px;
	border:none;
	margin:0px;
	background-color:white;
	overflow:hidden;
}
.toggle {
	position:relative;
	top:6px;
	right:5px;
	width: 80px;
	height: 30px;
	font-size: 13px;
	color: rgba(255,255,255,1);
	font-weight: bold;
	line-height: 30px;
}
.thumb {
	position:absolute;
	background: url('../images/toggle.png') center left no-repeat;
	background-position: -130px 0;
	-webkit-border-radius:10px;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 30px;
}
.toggle[toggled="true"] {
	background: url('../images/toggle.png') no-repeat;
	background-position: -260px 0;
}
.toggle[toggled="true"] > .thumb{
	background: url('../images/toggle.png') center left no-repeat;
	background-position: -130px 0;
	left: auto;
	right:-1px;
}
.toggle[toggled="false"]{
	background: url('../images/toggle.png') no-repeat;
	background-position: 0 0;
}
.toggleOn {
	position:absolute;
	left: 12px;
	top: 0;
	display: none;
	width: 60px;
	text-align: left;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}
.toggleOff {
	position:absolute;
	width: 60px;
	text-align: center;
	right: -5px;
	top: 0;
	color: rgba(255,255,255,1);
}
.toggle[toggled="true"] > .toggleOn {
	display: block;
}
.toggle[toggled="true"] > .toggleOff {
	display: none;
}
.toggleSliderContainer{
	position:relative;
	float: right;
}
.inputTextArea{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #666;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 0px 0px;
	padding: 5px;
	outline: 0;
}
/* =============================================================================
   BAC Touch List View for menus and lists
   ========================================================================== */
nav h2	{
	font-size:12px;
	/*color:rgba(51,46,37,1);*/
	color:rgba(107,94,81,1);
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
	margin:14px 0 5px 18px;
}
/*nav html5 tag results in iOS VoiceOver "landmark" keyword
*which ADA testers don't like even though it is accurate and ADA compliant.
Adding alternate h2*/
h2.listView	{
	font-size:12px;
	color:rgba(107,94,81,1);
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
	margin:14px 0 5px 18px;
}
section > h2  {
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:rgba(255,255,255,.80);
	background-color: rgba(130,118,98,1);
	min-height:20px;
	padding-left:9px;
	padding-top:5px;
	padding-bottom:5px;
}
h2.section{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:rgba(255,255,255,.80);
	background-color: rgba(130,118,98,1);
	min-height:20px;
	padding-left:10px;
}
a.section{
	display:table;
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,1);
	text-decoration:none;
    background: url("../images/chevron_hit.png") center right no-repeat;
	color:rgba(255,255,255,.80);
	background-color: rgba(130,118,98,1);
	padding:5px 9px 5px 9px;
}
a.section div.leftCol{
	display:table-cell;
	vertical-align: middle;
	font-size:12px;
	font-weight:bold;
}
a.section div.rightCol{
	float:right;
	text-align:right;
	font-size:11px;
	display:table-cell;
	vertical-align: middle;
	padding-right:25px;
}
a.section div.rightCol p{
 padding-top:5px;
}
.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}
.breakword{
	text-wrap:normal;
	overflow-wrap:break-word;
}
p.breakText{
	float:right;
	width:160px;
	word-wrap: break-word;
	overflow:hidden;
}
p.breakText.left{
	float:left;

}
p.breakText.nobr{
		width:150px;
}
/* =============================================================================
   BAC Touch Messaging
   ========================================================================== */
.messaging{
	display:block;
	background-color:rgba(0,0,0,.85);
	color:rgba(255,255,255,1);
	padding:12px 10px;
	overflow:hidden;
}
.messaging a{
	font-weight:normal;
	color:rgba(204,204,204,1);
	text-decoration:underline;
}
.messaging a.plain{
	text-decoration: none;
}
.messagingFixedTop {
	top:40px;
}
.messagingFixed {
	/*Will not shift page elements
	 down when it appears on screen*/
	position: fixed;
	left: 0px;
	background-color: rgba(0,0,0,.85);
	color: rgba(255,255,255,1);
	padding: 12px 10px;
	width: 100%;
	z-index: 1;
}
.messagingIpadSuccess{
	height: 40px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 0px rgba(0,0,0,1);
	line-height: 40px;
	vertical-align: center;
	background-color: rgba(0,0,255,1);   /* its dark blue, it needs to be change to above color.*/
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(25,114,166,1)), to(rgba(91,149,189,1)));
    background-image: -webkit-linear-gradient(rgba(25,114,166,1), rgba(91,149,189,1));
    background-image: -moz-linear-gradient(rgba(25,114,166,1), rgba(91,149,189,1));
    background-image: -ms-linear-gradient(rgba(25,114,166,1), rgba(91,149,189,1));
    background-image: linear-gradient(rgba(25,114,166,1), rgba(91,149,189,1));
	color: rgba(255,255,255,1);
	padding: 0px 18px;
	overflow: hidden;
}
.messagingIpadError{
	height: 40px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 0px rgba(0,0,0,1);
	line-height: 40px;
	vertical-align: center;
	background-color: rgba(0,0,255,1);   /* its dark blue, it needs to be change to above color.*/
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(204,35,1,1)), to(rgba(217,90,64,1)));
    background-image: -webkit-linear-gradient(rgba(204,35,1,1), rgba(217,90,64,1));
    background-image: -moz-linear-gradient(rgba(204,35,1,1), rgba(217,90,64,1));
    background-image: -ms-linear-gradient(rgba(204,35,1,1), rgba(217,90,64,1));
    background-image: linear-gradient(rgba(204,35,1,1), rgba(217,90,64,1));
	color: rgba(255,255,255,1);
	padding: 0px 18px;
	overflow: hidden;
}
.messaging div.messageText, .messagingFixed div.messageText
{
	padding-left:35px;
}
.messaging h2,
.messaging h2 a,
.messaging a.chevron h2,
.messagingFixed h2{
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
	padding-right: 35px;
}
.messaging p, .messagingFixed p{
	line-height:16px;
	color:rgba(204,204,204,1);
	font-size:13px;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
	padding-right: 35px;
}
.messaging div.messageText a.closeIcon, .messagingFixed div.messageText a.closeIcon{
	float:right;
	width:24px;
	height:24px;
	background-image: url(../images/close.png);
	background-repeat:no-repeat;
}
.messaging div.messageText a.chevron,
.messagingFixed div.messageText a.chevron{
	display:block;
	text-decoration:none;
	font-size:15px;
	background: url("../images/chevron@2x.png") center right no-repeat;
	/*The chevron image has a 6px right padding*/
	padding:0 0 12px 6px;
	overflow:hidden;
}
.messaging div.messageText a.chevron p{
	max-width:85%;
}
.messaging span.messageIcon, .messagingFixed span.messageIcon{
	display:inline-block;
	float:left;
	height:22px;
	width:22px;
	background-image: url(../images/message.png);
	background-position: left;
	background-repeat:no-repeat;
}
.messaging span.messageIcon.error, .messagingFixed span.messageIcon.error{
	background-position: 0 0;
}
.messaging span.messageIcon.help, .messagingFixed span.messageIcon.help{
	background-position: 0 -72px;
}
.messaging span.messageIcon.info, .messagingFixed span.messageIcon.info{
	background-position: 0 -144px;
}
.messaging span.messageIcon.posak, .messagingFixed span.messageIcon.posak{
	background-position: 0 -216px;
}
.messaging span.messageIcon.warning, .messagingFixed span.messageIcon.warning{
	background-position: 0 -288px;
}
.messaging span.messageIcon.loading, .messagingFixed span.messageIcon.loading{
	background: url("../images/loadingLarge.gif") left no-repeat;
	background-size:22px 22px;
		-webkit-background-size:22px 22px;
			-moz-background-size:22px 22px;
	display:inline-block;
}
.messaging ul {
	margin-top: 14px;
	margin-bottom: 6px;
}
.messaging ul li.tc-disc {
	list-style: disc;
	color: rgba(204, 204, 204, 1);
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 6px;
}
/* splash classes */
.splashMessage{
	padding-top:15px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:42px;
}
.splashText{
	color:rgba(0,0,0,1);
	font-size:12px;
	padding-right:42px;
}
.splashList li{
	padding-left:42px;
	padding-bottom:15px;
	padding-right:10px;
}
.splashList li a{
	font-size:13px;
	color:rgba(0,82,194,1);
	text-decoration:none;
}
.splashText a{
	color:rgba(0,82,194,1);
}
.splashText a.splashButton {
	display:inline-block;
	color:rgba(255,255,255,1);
	font-size:10px;
	font-weight:bold;
	background-color:rgba(0,82,194,1);
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	text-decoration:none;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.alertSplash{
	background:rgba(255,244,249,1) url("../images/msasi_alert_icon@2x.png") no-repeat 10px 18px;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
	border-bottom: 1px solid rgba(220,20,49,1);
}
.awareSplash{
	background:rgba(251,243,217,1) url("../images/msasi_aware_icon@2x.png") no-repeat 10px 18px;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
	border-bottom: 1px solid rgba(247,160,84,1);
}
.infoSplash{
	background:rgba(236,246,253,1) url("../images/msasi_info_icon@2x.png") no-repeat 10px 18px;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
	border-bottom: 1px solid rgba(0,82,194,1);
}
.featureSplash{
	background:rgba(236,246,253,1) url("../images/msasi_new_icon@2x.png") no-repeat 10px 18px;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
	border-bottom: 1px solid rgba(0,82,194,1);
}
.splashDescription {
	font-size: 13px;
	padding:20px 10px 15px 42px;
	border-bottom: none;
	background-color: transparent;
}
.splashMessage a.closeIcon{
	float:right;
	width:42px;
	height:22px;
	background: url("../images/msasi_close_icon@2x.png") no-repeat center center;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
	background-size:22px 22px;
	border:0;
}
.legalCode {
	padding: 50px 10px 0px 0px;
	font-size: 11px;
	text-align: -webkit-right;
}
.disclosure {
	padding:10px 10px 0px 10px;
}
.disclosure p{
	padding: 5px;
	font-size: 10px;
	color: #6B5E51;
}
/** Centered Loading Spinner **/
.spinnerPanel{
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 64, .2);
	z-index: 3;
}
.spinner {
	display: block;
	position: relative;
	top : 40%;
	margin: auto;
	width: 58px;
	height: 58px;
	background-color: rgba(0, 0, 0, 1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 3;
}
.spinner span.messageIcon {
	background: url("../images/loadingLarge.gif") left no-repeat;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	display:inline-block;
	height: 58px;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* Messaging Buttons */
.btnGroupMessage {
	margin:12px 0 12px 0;
}
.btnGroupMessage li{
	display:inline-block;
	width:100px;
	margin-left:10px;
}
.btnGroupMessage li:first-child{
	margin-left:0;
}
.btnGroupMessage li a span.btnText{
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:85%;
}
.btnGroupMessage li  a,
.btnGroupMessage li  a:active{
	display:block;
	max-height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 1px 0px  rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	border:1px solid rgba(255,255,255,1);
	overflow:hidden;
}
/*
   End BAC Touch Messaging
 */
/* listbox width */
.lb {
	width: 70px;
}

div.tog input {
	display: none;
}

div.tog input:checked  ~ label div {
	background-position: -62px 0px;
}

div.tog {
	width: 93px;
	height: 30px;
	border: 1px solid gray;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

div.tog_back {
	width: 93px;
	height: 30px;
	background: url('toggle.png');
	background-position: 0px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: .12s;
	-moz-transition: .12s;
	transition: .12s;
}

/*unordered lists*/
ul.disc {
	list-style: disc;
}

ul.tc-disc {
	list-style: disc;
	margin-left: 20px;
	margin-right: 20px;
}
ul li.disc {
	list-style: disc;
}

ul li.tc-disc {
	list-style: disc;
	margin-left: 20px;
	margin-right: 20px;
}
/* =============================================================================
   Online Banking: Service Agreement
   ========================================================================== */
#olbAgreement ul.tc-disc li {
	list-style: disc;
	margin-left: 20px;
	margin-right: 20px;
}

#olbAgreement ul.tc-circle li {
	list-style: circle;
	margin-left: 20px;
	margin-right: 20px;
}

#olbAgreement ul.tc-square li {
	list-style: square;
	margin-left: 20px;
	margin-right: 20px;
}

.mtop-15 {
	margin-top: 15px;
}

.mtop-30 {
	margin-top: 30px;
}

.ada-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#olbAgreement{
	font-family:sans-serif;
	font-weight: 600;
}
#olbAgreement p, #olbAgreement li {
	font-weight:100;
}

#olbAgreement table.tc-tablardata tbody tr td{
border-bottom:solid thin black;
}
#olbAgreement table.tc-tablardata tbody tr th,
#olbAgreement table.tc-tablardata thead tr th{
	border-bottom:solid thin black;
	border-top:solid thin black;
}
#olbAgreement table.tc-tablardata thead tr td{
	border-top:solid thin black;
}
#olbAgreement table.tc-tablardata tbody tr:first-child td{
	border-top:solid thin black;
}
/* =============================================================================
   New responsive UI
   ========================================================================== */
.content{
	margin: 0 0;
	width: 100%;
}

.slidemenuLauncher {
	background:url('../images/flipbutton.png') no-repeat center;
	border: 1px solid green;
	width: 40px;
	height: 52px;
	margin: 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
ul.listView li a div:last-child.acct{
	background: url('../images/acct_logo_bac@2x.png') center left no-repeat;
	float:none;
	text-align:left;
	font-size:12px;
	padding-left:40px;
	color:rgba(51,46,37,1);
	-webkit-background-size:33px;
			moz-background-size:33px;
				background-size:33px;
}
ul.listView li a:active div:last-child.acct{
	background: url('../images/acct_logo_bac_white@2x.png') center left no-repeat;
	-webkit-background-size:33px;
			moz-background-size:33px;
				background-size:33px;
}
ul.listView li a div:last-child.acct.merrill{
		background: url('../images/acct_logo_merrill@2x.png') center left no-repeat;
		-webkit-background-size:33px;
			moz-background-size:33px;
				background-size:33px;
}
ul.listView li a div:last-child.acct.homeLoan{
		line-height: 25px;
		background: url(../images/home-loan-nav-logo.svg) center left no-repeat;
		-webkit-background-size: 28px 25px;
		moz-background-size: 28px 25px;
		background-size: 28px 25px;
		height: 25px;
}
ul.popoverMenu li.acct_logo_merrill_white {
	background: rgba(242,239,233,1) url('../images/acct_logo_merrill_white@2x.png') no-repeat center;
	-webkit-background-size:20px;
			moz-background-size:20px;
				background-size:20px;
}
/*ul.popoverMenu li.feedback {
	background: rgba(242,239,233,1) url('../images/feedback@2x.png') no-repeat center;
	-webkit-background-size:33px;
			moz-background-size:33px;
				background-size:33px;
}*/
ul.popoverMenu li.multi {
	background: rgba(242,239,233,1) url('../images/multi@2x.png') no-repeat center;
	-webkit-background-size:20px;
			moz-background-size:20px;
				background-size:20px;
}
} /*end include media item for 2x screen*/

div.search{padding:8px;}
div.search > input {padding:10px; border-radius: 10px; background: #292124; border: 1px solid #999; color:#ccc;}
.counter {
text-align:center;
display:inline-block;
width:30px;
position:absolute;
height:20px;
top:30%;
right:10%;
font-size: 11px;
color: #ffffff;
padding: 2px 8px;
background: -moz-linear-gradient(
	top,
	#a3a3a3 0%,
	#d6d6d6 15%,
	#999999 50%,
	#9c9c9c);
background: -webkit-gradient(
	linear, left top, left bottom,
	from(#a3a3a3),
	color-stop(0.15, #d6d6d6),
	color-stop(0.50, #999999),
	to(#9c9c9c));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #f0ebf0;
-moz-box-shadow:
	0px 1px 3px rgba(209,202,209,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.6);
-webkit-box-shadow:
	0px 1px 3px rgba(209,202,209,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.6);
box-shadow:
	0px 1px 3px rgba(209,202,209,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.6);
text-shadow:
	0px -1px 0px rgba(125,129,135,1),
	0px 1px 0px rgba(255,255,255,0.2);
}

.counterLoad {
background-image: url(../images/loading.gif);
background-position: center;
}

li.dynload a img.placeholder { background:url('../images/placeholder_for_logo.png'); }
/*transitions*/
.slideInTrans{
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slidein;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slidein;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slidein{
	from {
		position: absolute;
		left: 100%;
		width: 100%;
	} to {
		left:0%;
		width: 100%;
	}
}
@-webkit-keyframes slidein{
	from {
		position: absolute;
		left: 100%;
		width: 100%;
	} to {
		left:0%;
		width: 100%;
	}
}
.slideOffLeft{
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideoffleft;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slideoffleft;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideoffleft{
	from {
		left: 0%;
		width: 100%;
	} to {
		left: -100%;
		width: 100%;
	}
}
@-webkit-keyframes slideoffleft{
	from {
		left: 0%;
		width: 100%;
	} to {
		left: -100%;
		width: 100%;
	}
}
.slideUpTrans{
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideup;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slideup;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideup{
	from {
		top:100%;
	} to {
		top:0%;
	}
}
@-webkit-keyframes slideup{
	from {
		top:100%;
	} to {
		top:0%;
	}
}
.slideOffTop {
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideofftop;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slideofftop;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideofftop{
	from {
		top:0%;
		width: 100%;
	} to {
		top: -100%;
		width: 100%;
	}
}
@-webkit-keyframes slideofftop{
	from {
		top: 0%;
		width: 100%;
	} to {
		top: -100%;
		width: 100%;
	}
}
.slideDownTrans{
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slidedown;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slidedown;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slidedown{
	from {
		top:-100%;
	} to {
		top:0%;
	}
}
@-webkit-keyframes slidedown{
	from {
		top:-100%;
	} to {
		top:0%;
	}
}
.slideOffBottom {
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideoffbottom;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slideoffbottom;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideoffbottom{
	from {
		top:0%;
		width: 100%;
	} to {
		top: 100%;
		width: 100%;
	}
}
@-webkit-keyframes slideoffbottom{
	from {
		top: 0%;
		width: 100%;
	} to {
		top: 100%;
		width: 100%;
	}
}
.slideOutTrans{
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideout;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name:slideout;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideout{
	from {
		left: -100%;
		width: 100%;
	} to {
		left: 0%;
		width: 100%;
	}
}
@-webkit-keyframes slideout{
	from {
		left: -100%;
		width: 100%;
	} to {
		left: 0%;
		width: 100%;
	}
}
.slideOffRight {
	-moz-animation-duration: 0.4s;
	-moz-animation-name: slideoffright;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: slideoffright;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideoffright{
	from {
		left:0%;
		width: 100%;
	} to {
		left: 100%;
		width: 100%;
	}
}
@-webkit-keyframes slideoffright{
	from {
		left: 0%;
		width: 100%;
	} to {
		left: 100%;
		width: 100%;
	}
}
.slideMenuRight {
	-moz-animation-duration: 0.2s;
	-moz-animation-name: slideMenuRight;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: slideMenuRight;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideMenuRight {
	from {
		left: -260px;
	} to {
		left: 0px;
	}
}
@-webkit-keyframes slideMenuRight {
	from {
		left: -260px;
	} to {
		left: 0px;
	}
}
.slideRight {
	-moz-animation-duration: 0.2s;
	-moz-animation-name: slideRight;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: slideRight;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideRight {
	from {
		left: 0px;
		width: 100%;
	} to {
		left: 260px;
		width: 100%;
	}
}
@-webkit-keyframes slideRight {
	from {
		left: 0px;
		width: 100%;
	} to {
		left: 260px;
		width: 100%;
	}
}
.slideMenuLeft {
	-moz-animation-duration: 0.2s;
	-moz-animation-name: slideMenuLeft;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: slideMenuLeft;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideMenuLeft {
	from {
		left: 0px;
	} to {
		left: -260px;
	}
}
@-webkit-keyframes slideMenuLeft {
	from {
		left: 0px;
	} to {
		left: -260px;
	}
}
.slideLeft {
	-moz-animation-duration: 0.2s;
	-moz-animation-name: slideLeft;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: slideLeft;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-moz-keyframes slideLeft {
	from {
		left: 260px;
	} to {
		left: 0px;
	}
}
@-webkit-keyframes slideLeft {
	from {
		left: 260px;
	} to {
		left: 0px;
	}
}
@-webkit-keyframes backgroundImgOn {
	from {
		background-position-x: 150%;
	} to {
		background-position-x: 100%;
	}
}
@-moz-keyframes backgroundImgOn {
	from {
		background-position-x: 150%;
	} to {
		background-position-x: 100%;
	}
}
.slideBackgroundImgOn {
	-moz-animation-duration: 0.4s;
	-moz-animation-name: backgroundImgOn;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: backgroundImgOn;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
@-webkit-keyframes backgroundImgOff {
	from {
		background-position-x: 100%;
	} to {
		background-position-x: 150%;
	}
}
@-moz-keyframes backgroundImgOff {
	from {
		background-position-x: 100%;
	} to {
		background-position-x: 150%;
	}
}
.slideBackgroundImgOff {
	-moz-animation-duration: 0.4s;
	-moz-animation-name: backgroundImgOff;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: backgroundImgOff;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0%, 0, 0);
	-webkit-transition-timing-function: 'ease-out';
	 transition-timing-function: 'ease-out';
}
/*BOA Date Picker Styles Starts */
/* Global wrapper for the datepicker container */
.boadp-bactouch { width: 100%; height: 100%; }
/* Core style for every cell */
.boadp-bactouch .core { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  position: relative; float: left; padding: 0; margin: 0; font-size: 25px; text-align: center; cursor: pointer; color: #222; background-color: #ffffff; }
/* Cell border */
.boadp-bactouch .border { border-style: solid; border-width: 0;  border-color: #B9B0A2; }
/* Month/Year text and select */
.boadp-bactouch .monyear, .boadp-bactouch .monyear select { font-size: 22px !important; font-weight: bold; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75); background-color: #E9E3DA; border-color: #E9E3DA; padding-top:7px;}
/* Month/Year text */
/*.boadp-bactouch .monyear span { margin: 0 5px 0 5px }*/
/* Prev/Next arrows */
.boadp-bactouch .prev-arrow img, .boadp-bactouch .next-arrow img{margin-top:4px;}
.boadp-bactouch .prev-arrow, .boadp-bactouch .next-arrow { color: #222; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75); }
.boadp-bactouch .prev-arrow:active, .boadp-bactouch .next-arrow:active { color: #f00 }
.boadp-bactouch .prev-arrow-off, .boadp-bactouch .next-arrow-off { color: #222; opacity: 0.15; }
/* Days of the week */
.boadp-bactouch .dow { color: #7A7265; font-size: 10px; float: right; font-weight: bold; border-top:none; cursor: hand !important; background-color: #E9E3DA; border-color: #E9E3DA }
/* Weekdays */
.boadp-bactouch .mon, .boadp-bactouch .tue, .boadp-bactouch .wed, .boadp-bactouch .thu, .boadp-bactouch .fri { font-weight: bold;}
/* Weekend days
.boadp-bactouch .sat, .boadp-bactouch .sun { color: #3858a8; font-weight: bold; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75); }*/
.boadp-bactouch .sat, .boadp-bactouch .sun { font-weight: bold;  }
/* Selectable days that are outside of current month being shown */
.boadp-bactouch .outday { color: #B9AFA2 }
/* Hover
.boadp-bactouch .mon:hover, .boadp-bactouch .tue:hover, .boadp-bactouch .wed:hover, .boadp-bactouch .thu:hover, .boadp-bactouch .fri:hover, .boadp-bactouch .sat:hover, .boadp-bactouch .sun:hover { background-color: #ffffff; }
*/
/* Selected days between dates */
.boadp-bactouch .greyday { color: #222222; font-weight: bold; cursor: hand !important; background-color: #aaaaaa; }
.boadp-bactouch .blueday { color: #222222; font-weight: bold; cursor: hand !important; background-color: #ECF6FD; }
/* Non-Selectable days */
.boadp-bactouch .noday { color: #B9B0A2; font-weight: bold; cursor: hand !important; background-color: #F8F3EC; }
/*   Today  */
.boadp-bactouch .today { color: #000; font-weight: bold; border-color: #B9B0A2; background-color: #D5CBBC }
/* Currently selected day  */
.boadp-bactouch .selected { color: #fff; font-weight: bold; border-color: #888; background-color:#0179BE; }
/* Special */
.boadp-bactouch .special1 { color: #000;  border-color: #888; background-color:#00A4C2;}
.boadp-bactouch .special2 { color: #000;  border-color: #888; background-color:#7E317D;}
.boadp-bactouch .special3 { color: #000;  border-color: #888; background-color:#E2EEF9;}
/*.boadp-bactouch .duedt { color: #fff; border-color: #888; background-color:#FF003B;}*/
.boadp-bactouch .pmtdue { color: #fff; border-color: #888; background-color:#FF003B;}
.boadp-bactouch .devdt { color: #fff; border-color: #888; background-color:rgba(45, 177, 91, 1);}
.boadp-bactouch .bluedt { color: #fff; font-weight: bold; border-color: #888; background-color:#0179BE; }
/* Today */
.boadp-bactouch .tipArea { color: #000; font-size: .75em; cursor: auto;font-weight: normal; border-color: #00c; width: 100%; text-align: center; padding: 16px 2px; vertical-align: middle; min-width: 20px; height: 46px;margin: 0 auto; background: #D9DADF; background: -moz-linear-gradient(top,  #D9DADF 0%, #fff 98%, #D9DADF 99%, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9DADF), color-stop(28%,#fff), color-stop(30%,#D9DADF), color-stop(100%,#fff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: -o-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: -ms-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: linear-gradient(to bottom,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9DADF', endColorstr='#fff',GradientType=0 );}
.boadp-bactouch .tipArea1 {cursor: auto;font-weight: normal; width: 100%; font-size: 100%; text-align: left; padding: 20px 0px 40px 16px; vertical-align: middle; min-width: 20px; height: 46px;margin: 0 auto;}
.boadp-bactouch .tipArea span#tipText{ color: #000; font-weight: bold}
.boadp-bactouch .tipAreaSafeBalance { color: #000; font-size: 15px; cursor: auto;font-weight: normal; border-color: #00c; width: 100%; text-align: center; padding: 20px; vertical-align: middle; min-width: 20px; height: 72px; margin: 0 auto; background: #D9DADF; background: -moz-linear-gradient(top,  #D9DADF 0%, #fff 98%, #D9DADF 99%, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9DADF), color-stop(28%,#fff), color-stop(30%,#D9DADF), color-stop(100%,#fff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: -o-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: -ms-linear-gradient(top,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); background: linear-gradient(to bottom,  #D9DADF 0%,#fff 98%,#D9DADF 99%,#fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9DADF', endColorstr='#fff',GradientType=0 );}
.boadp-bactouch .tipAreaSafeBalance span#tipText{ color: #000; font-weight: bold}
.boadp-bactouch .tipAreaSafeBalance span#tipText1{ color: #000; font-weight: bold}
.boadp-bactouch span.inline-cell { display: inline-block; position: absolute; left:1%; top: 36%; font-size: .415em; font-weight: bold; height: 90%; width: 100%; text-align: center;}
.boadp-bactouch span.inline-cell-top { display: inline-block; position: absolute; left:-25%; top: -34%; font-size: .615em; font-weight: bold; height: 90%; width: 100%; text-align: center;}
.boadp-bactouch span.inline-cell-top-15day-month { display: inline-block; position: absolute; left:-25%; top: -34%; font-size: .49em; font-weight: bold; height: 90%; width: 100%; text-align: center;}
.boadp-bactouch span.inline-cell-date-and-text { display: inline-block; position: absolute; left: 0%; top: -10%; font-weight: bold; height: 100%; width: 100%; text-align: center;}
.boadp-bactouch div.selected span.inline-cell{color: #fff}

.boadp-bactouch div.duedt span.inline-cell .multiple_due, .boadp-bactouch div.selected span.inline-cell .multiple_due,
.boadp-bactouch div.selected span.inline-cell .multiple_due {display:inline-block;height:4px;width:4px;background-color:#000;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-align:center;}
.boadp-bactouch div.noday span.inline-cell .multiple_due{display:inline-block;height:4px;width:4px;background-color:#B9AFA2;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-align:center;}
.boadp-bactouch div.selected span.inline-cell .multiple_due {background-color:#fff;}
.boadp-bactouch div.pmtdt span.inline-cell .multiple_due {display:inline-block;height:4px;width:4px;background-color:#000;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-align:center;}
/*BOA Date Picker Styles Ends */

/* =============================================================================
   BAC Touch Input
   ========================================================================== */
input.listView[type="text"] {
display:inline-block;
text-align:right;
/*font-size:12px;*/
width:50%;
text-overflow:ellipsis;
overflow:hidden;
margin:0px;
padding:0px;

}
input.monthType {  /*added input type=month for iphone - displays a select box and tumbler*/
	display: block;
	box-sizing: border-box;
	outline: none;
	width:100%;
	font-size: 16px;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(255,255,255,1);
	color: rgba(49,29,34,1);
	border: 1px solid rgba(218,212,203,1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
div.inputContainer > *{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
}
div.inputContainer{
	display:block;
	min-height:44px;
	line-height:44px;
	margin: 9px 9px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	background:rgba(255,255,255,1);
	color: rgba(51,46,37,1);
	border: 1px solid rgba(218,212,203,1);
	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
	overflow: hidden;
}
div.inputContainer  span{
	position:absolute;
}
div.inputContainer  input.amount{
	padding-left:12px !important;
}
div.inputContainer.listView{
	display:inline-block;
	width:285px;
	min-height:18px;
	line-height:18px;
	margin:0;
	padding:0;
	background:rgba(255,255,255,1);
	color: rgba(51,46,37,1);
	border: none;
	overflow: hidden;
}
div.inputContainer.listView.multiLine{
	line-height:36px;
}
div.inputContainer input[type="text"]:focus,
div.inputContainer input[type="tel"]:focus,
div.inputContainer input[type="email"]:focus,
div.inputContainer input[type="password"]:focus,
div.inputContainer input[type="number"]:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	color: rgba(49,29,34,1);
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
div.inputContainer.focus{
 color: rgba(49,29,34,1);
 border: 1px solid rgba(0,0,0,1);
	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
}
div.inputContainer.listView.focus{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	color: rgba(49,29,34,1);
	border: none;
	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
}
div.inputContainer > input[type="text"],
div.inputContainer > input[type="tel"],
div.inputContainer > input[type="email"],
div.inputContainer > input[type="password"],
div.inputContainer > input[type="number"] {
	display:inline-block;
	box-sizing: border-box;
	color: rgba(49,29,34,1);
	margin: 0;
	border: none;
	width:80%;
	background: none;
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
div.inputContainer.listView > input[type="text"],
div.inputContainer.listView > input[type="tel"],
div.inputContainer.listView > input[type="email"],
div.inputContainer.listView > input[type="password"],
div.inputContainer.listView > input[type="number"] {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	padding:0;
	height:auto;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
/*placeholder pseudo class*/
::-webkit-input-placeholder {
	color: rgba(133,115,99,1);
}
::-moz-placeholder { /* Firefox 18- */
   color: rgba(133,115,99,1);
}
::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(133,115,99,1);
}
::-ms-input-placeholder {
  color: rgba(133,115,99,1);
}
div.inputContainer a{
	display:inline-block;
	float:right;
	position:relative;
	top:10px;
	height:23px;
	width:23px;
	background: url(../images/sprite_input.png) rgba(255,255,255,1);
	/*background-position: 0 -219px; */
	background-position: 0 -23px;
	background-repeat:no-repeat;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
}
div.inputContainer.listView a{
	top:0px;
}
div.inputContainer.listView.multiLine a{
	top:8px;
}
div.inputContainer a.clear{
	background-position: 0 0;
}
div.inputContainer a.clear:active{
	background: url(../images/sprite_input.png) rgba(255,255,255,1);
	background-position: 0 0;
	background-repeat:no-repeat;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
}
div.inputContainer.warning{
	border: 1px solid rgba(253,195,127,1);
}
div.inputContainer.warning input[type="text"]{
	color: rgba(240,157,60,1);
}
div.inputContainer a.warning{
	background-position: 0 -146px;
}
div.inputContainer.error{
	border: 1px solid rgba(246,174,194,1);
}
div.inputContainer a.pencil{
	/*disabling pencil. New requirements say no pencil*/
	/*background-position: 0 -219px;*/
}
div.inputContainer.error input[type="text"]{
	color: rgba(217,0,59,1);
}
div.inputContainer a.error{
	background-position: 0 -73px;
}
div.inputContainer input[type="text"],
div.inputContainer input[type="password"],
div.inputContainer input[type="tel"],
div.inputContainer input[type="email"],
div.inputContainer input[type="number"]
{
 display:inline-block;
 box-sizing: border-box;
 outline: none;
 margin: 0;
 border: none;
 background: none;
 font-size: 16px;
 padding-left: 0px;
}
   /*placeholder pseudo class*/

::-webkit-input-placeholder {
	color: rgba(133,115,99,1);
}
::-moz-placeholder { /* Firefox 18- */
   color: rgba(133,115,99,1);
}
::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(133,115,99,1);
}
::-ms-input-placeholder {
  color: rgba(133,115,99,1);
}
/*Field description beneath form inputs*/
p.fieldDesc{
	color:rgba(51,46,37,1);
	font-size:13px;
	font-weight:normal;
	margin:0;
	margin-top:-3px;
	padding:0 0 12px 12px;
}
/* =============================================================================
   BAC Touch - Buttons and Group Buttons
   ========================================================================== */
button.btn,
input[type="button"].btn{
	width:95%;
	border:none;
}
.btn{
	display:block;
	min-height:44px;
	margin: 9px 9px;
	font-size:16px;
	line-height:44px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
    color: rgba(255,255,255,1);
	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
	background:#016FC0; /*for IE < 9*/
	background-image: -moz-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,124,194,1)), color-stop(1, rgba(1,111,174,1)) );
	background-image: -ms-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	 -webkit-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
           box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
	overflow: hidden;
}
.btnsmall {
	display:block;
	min-height:30px;
	margin: 0px 2px;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
    color: rgba(255,255,255,1);
	-moz-border-radius: 8px;
		-webkit-border-radius: 6px;
			border-radius: 6px;
	background-color:rgba(146,133,112,1);
	overflow: hidden;
}
.btnmini {
	display:block;
	min-height:20px;
	margin: 0px 2px;
	padding:0px 4px;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#9C9690;
	overflow: hidden;
	border:1px solid #ccc;
}
.btnListView {
	display:table-cell;
	vertical-align: middle;
    color: rgba(255,255,255,1);
	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
	background:#016FC0; /*for IE < 9*/
	background-image: -moz-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,124,194,1)), color-stop(1, rgba(1,111,174,1)) );
	background-image: -ms-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	 -webkit-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
           box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
	overflow: hidden;
	min-height:20px;
	margin: 0px -2px;
	padding:0px 12px;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#9C9690;
	overflow: hidden;
	border:1px solid #ccc;
}
.btnListView:active {
	background:#013F83; /*for IE < 9*/
    background-color: rgba(1,63,131,1);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(1,63,131,1)), to(rgba(0,74,145,1)));
    background-image: -webkit-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -moz-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -ms-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
           box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
}
.btnsmallActSheet {
	display:block;
	min-height:30px;
	margin: 10px 2px;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#016FC0; /*for IE < 9*/
	background-image: -moz-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,124,194,1)), color-stop(1, rgba(1,111,174,1)) );
	background-image: -ms-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
	box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);  overflow: hidden;
}

.btn.active,
.btn:active {
	font-size:15px;
	background:#013F83; /*for IE < 9*/
    background-color: rgba(1,63,131,1);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(1,63,131,1)), to(rgba(0,74,145,1)));
    background-image: -webkit-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -moz-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -ms-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
           box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
}
.btn.disabled {
	font-size:15px;
	background:#017CC2; /*for IE < 9*/
	background: rgba(1,124,194,.40);
	-webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;
}
.btn.negative, .btnsmallActSheet.negative {
	font-size:15px;
	color: rgba(51,46,37,1);
	border:1px solid rgba(209,202,191,1);
	background:#F6F3EF; /*for IE < 9*/
	background-color: rgba(246,243,239,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,243,239,1)), to(rgba(254,252,250,1)));
    background-image: -webkit-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -moz-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -ms-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
           box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
           box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.btn.active.negative,
.btn.negative:active {
	font-size:15px;
	border:1px solid rgba(193,184,169,1);
	background:#D4CCBF; /*for IE < 9*/
	background-color: rgba(212,204,191,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(212,204,191,1)), to(rgba(212,204,191,1)));
    background-image: -webkit-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -moz-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -ms-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
}
.btn.destructive {
	font-size:15px;
	border:1px solid rgba(207,0,59,1);
	background:#D4CCBF; /*for IE < 9*/
	background-color: rgba(207,0,59,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(207,0,59,1)), to(rgba(207,0,59,1)));
    background-image: -webkit-linear-gradient(rgba(207,0,59,1), rgba(207,0,59,1));
    background-image: -moz-linear-gradient(rgba(207,0,59,1), rgba(207,0,59,1));
    background-image: -ms-linear-gradient(rgba(207,0,59,1), rgba(207,0,59,1));
    background-image: linear-gradient(rgba(207,0,59,1), rgba(207,0,59,1));
}
.btn.negative.disabled{
	font-size:15px;
	color: rgba(49,39,24,.55);
	border:1px solid rgba(209,202,191,.55);
	background:#F6F3EF; /*for IE < 9*/
	background-color: rgba(246,243,239,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,243,239,.55)), to(rgba(254,252,250,.55)));
    background-image: -webkit-linear-gradient(rgba(246,243,239,.55), rgba(254,252,250,.55));
    background-image: -moz-linear-gradient(rgba(246,243,239,.55), rgba(254,252,250,.55));
    background-image: -ms-linear-gradient(rgba(246,243,239,.55), rgba(254,252,250,.55));
    background-image: linear-gradient(rgba(246,243,239,.55), rgba(254,252,250,.55));
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .55);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .55);
           box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .55);
	-webkit-box-shadow:  0 1px 0 rgba(255, 255, 255, .55);
		-moz-box-shadow:  0 1px 0 rgba(255, 255, 255, .55);
           box-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
/*Vertically grouped task buttons*/
ul.btnGroupAction {
	margin: 9px 9px;
}
.btnGroupAction li  a {
	display: block;
	font-size: 16px;
	background:#FFFFFF; /*for IE < 9*/
	background:rgba(255,255,255,1);
	color:rgba(1,124,194,1);
	text-align:center;
	text-decoration:none;
	min-height:44px;
	line-height:44px;
	margin:0;
	text-decoration: none;
	overflow: hidden;
}

.btnGroupAction li a.addCardToPayPalBtn {
  padding: 4px 0;
  text-decoration: none;
  line-height: 18px!important;
}

.btnGroupAction li a.addCardToPayPalBtn .subVal {
  font-size: 11px !important;
}

.btnGroupAction li,
.btnSingleAction{
	display: block;
	font-size: 16px;
	background:#FFFFFF; /*for IE < 9*/
	background:rgba(255,255,255,1);
	color:rgba(1,124,194,1);
	text-align:center;
	text-decoration:none;
	min-height:44px;
	line-height:44px;
	margin:0;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px solid rgba(218,212,203,1);
	border-left: 1px solid rgba(218,212,203,1);
	border-right: 1px solid rgba(218,212,203,1);
}
.btnSingleAction{
	margin: 9px 9px;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px;
		border-bottom: 1px solid rgba(218,212,203,1);
}
.btnGroupAction li:first-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
	border-bottom:0;
}
.btnGroupAction li:last-child {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid rgba(218,212,203,1);
/*	border-top:none;*/
}
/*Three or fewer buttons at top of page*/
div.btnTopNav{
		width:100%;
		margin:0 auto;
		text-align:center;
		overflow:hidden;
		padding:0;
		margin-top:10px;
		padding-left:6px;
		padding-right:6px;
	}
div.btnTopNav a{
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color: rgba(51,46,37,1);
	line-height:30px;
	display:inline-block;
	padding:0 4px 0 4px;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px !important;
	border: 1px solid rgba(209,202,191,1);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
			box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin-left:4px;
}
div.btnTopNav a:first-child{
	margin-left:0px;
}
div.btnTopNav.three a{
	width:31.275%;
}
div.btnTopNav.two a{
	width:48%;
}
div.btnTopNav  a:active{
	color:rgba(255,255,255,1);
	background-color:rgba(1,124,194,1);
}
div.btnTopNav.two  a{
	width:48%;
}
div.btnTopNav.three  a{
	width:31.275%;
}
div.btnTopNav a#payTransferBtn{
	width: auto;
    display: block;
    background: url(../images/chevron.png) center right no-repeat;
    background-color: rgba(255,255,255,1);
	font-size: 14px;
    margin: 0 3px;
    text-align: left;
    line-height: 32px;
    color: #6B5E51;
}
div.btnTopNav .payTransferIcon {
    display: inline-block;
    background: url(../images/ICON-mweb-nav-pay.svg) left center no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 8px;
}
/* Two or more buttons */
div#btnPin{
  text-align:center;
  height: auto;
  width:100%;
}
.btnGroupPin{
	height:44px;
	line-height:44px;
	rgba(255,255,255,1);
	padding: 0px 9px;
}
.btnGroupPin li{
	display:inline-block;
	width:48%;
	margin-left:3px;
	background:rgba(255,255,255,1);
}
.btnGroupPin li:first-child{
	margin-left:0;
}
.btnGroupPin li a span.btnText{
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:85%;
}
.btnGroupPin li  a.btnPos,
.btnGroupPin li  a.btnPos:active{
	display:block;
	max-height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	background:#016FAE; /*for IE < 9*/
	background-image: -moz-linear-gradient(top, rgba(1,124,194,1), rgba(1,111,174,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,124,194,1)), color-stop(1, rgba(1,111,174,1)) );
	background-image: -ms-linear-gradient(top,rgba(1,124,194,1), rgba(1,111,174,1));
	 -webkit-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
           box-shadow: inset 0 1px 0 rgba(0, 74, 145, .60);
}
.btnGroupPin li  a.btnPos.active,
.btnGroupPin li  a.btnPos:active{
	background:#013F83; /*for IE < 9*/
	background-color: rgba(1,63,131,1);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(1,63,131,1)), to(rgba(0,74,145,1)));
    background-image: -webkit-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -moz-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: -ms-linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    background-image: linear-gradient(rgba(1,63,131,1), rgba(0,74,145,1));
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
           box-shadow: inset 0 1px 0 rgba(0, 50, 98, 1);
}
.btnGroupPin li  a.btnNeg,
.btnGroupPin li  a.btnNeg:active{
	display:block;
	max-height:30px;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
	color: rgba(51,46,37,1);
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	border:1px solid rgba(209,202,191,1);
	background:#F6F3EF; /*for IE < 9*/
	background-color: rgba(246,243,239,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,243,239,1)), to(rgba(254,252,250,1)));
    background-image: -webkit-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -moz-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -ms-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
           box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
           box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.btnGroupPin li  a.btnNeg.active,
.btnGroupPin li  a.btnNeg:active{
	border:1px solid rgba(193,184,169,1);
	background:#D4CCBF; /*for IE < 9*/
	background-color: rgba(212,204,191,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(212,204,191,1)), to(rgba(212,204,191,1)));
    background-image: -webkit-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -moz-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -ms-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
}
.btnGroupPin li  a.btnDis,
.btnGroupPin li  a.btnDis:active{
	display:block;
	max-height:30px;
	line-height:30px;
	font-size:12px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	background-image: -moz-linear-gradient(top, rgba(1,124,194,.40), rgba(1,124,194,.40));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,124,194,.40)), color-stop(1, rgba(1,124,194,.40)) );
	background-image: -ms-linear-gradient(top,rgba(1,124,194,1), rgba(1,111,174,1));
}
/* =============================================================================
   Original Grouped Buttons before Specs were Finalized
   ========================================================================== */
.bacButtonToolbar{
	background-color: rgba(249,247,244,1);
	text-align:center;
}
.bacButton{
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-height:30px;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid  rgba(201,194,184,1);
  overflow: visible;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(51,46,37,1);
  background-color: rgba(249,247,244,1);
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -webkit-border-radius: 4px;
	-moz-border-radius:4px;
		border-radius:4px;
}
.bacButton:active{
  background:rgba(201,194,184,1);
  color:rgba(51,46,37,1);
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;

}
.selected{
  background:rgba(201,194,184,1);
  color:rgba(51,46,37,1);
  text-shadow: none;
  text-shadow: 0 1px 0 rgba(255,255,255, .5);
}
/*Various Button Sizes*/
/* Smaller buttons styles */

.bacButton.small{
  padding: 4px 12px;
}

/* Larger buttons styles */

.bacButton.large{
  padding: 12px 30px;
  text-transform: uppercase;
}

.bacButton.large:active{
  top: 2px;
}
.bacButtonGroup,
.bacButtonGroup li{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.bacButtonGroup{
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  padding: 7px;
  border-radius: 4px;
}

.bacButtonGroup li{
  margin-right: -1px; /* Overlap each right button border */
}

.bacButtonGroup .bacButton{
  font-size: 13px; /* Set the font size, different from inherited 0 */
  border-radius: 0;
}

.bacButtonGroup .bacButton:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.bacButtonGroup li:first-child .bacButton{
  border-radius: 3px 0 0 3px;
}

.bacButtonGroup li:first-child .bacButton:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.bacButtonGroup li:last-child .bacButton{
  border-radius: 0 3px 3px 0;
}

.bacButtonGroup li:last-child .bacButton:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
/*Fixed grouped buttons so they are 100% horizontal*/
div.group {
display: table;
width: 100%;
padding:7px;
/*border-collapse: collapse;
border: none;*/
}
div.group ul {
display: table-row;
border:1px solid red;
height:30px;
}
div.group li {
display: table-cell;
width: 33%;
padding:0 4px 0 4px;
margin: 0;
text-align:center;
color: rgba(51,46,37,1);
background-color: rgba(247,243,239,1);
transition: background-color .2s ease-out;
border-top: 1px solid  rgba(130,118,98,1);
	border-bottom: 1px solid  rgba(130,118,98,1);
	border-left: 1px solid  rgba(130,118,98,1);
}

div.group li:first-child{

-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
}

div.group li:last-child{

-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
	border-right: 1px solid  rgba(130,118,98,1);
}
div.group  li.active{
	background:rgba(130,118,98,1);
}

div.group li a{
	display:inline-block;
	color:rgba(107,94,81,1);
	line-height:28px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}

div.group li.active  a{
  color:rgba(255,255,255,1);
 /*UX asked to remove text shadow. Visual Spec still has text shadow.
   Text-shadow: 0px 1px 0 rgba(255,255,255,.5);
  */
}
/*New buttons for checkimage*/
div.wrapGroupFixed{
	position: relative;
}
div.pinnedRight{
	position:absolute; top:0; right:0;
}
div.groupFixed {
	display: table;
	padding:10px;
}
div.groupFixed ul {
	display: table-row;
	height:30px;
}
div.groupFixed li {
	display: table-cell;
	width:96px;
	padding:0 4px 0 4px;
	margin: 0;
	text-align:center;
	color: rgba(51,46,37,1);
	background-color: rgba(249,247,244,1);
	transition: background-color .2s ease-out;
	border-top: 1px solid  rgba(130,118,98,1);
	border-bottom: 1px solid  rgba(130,118,98,1);
	border-left: 1px solid  rgba(130,118,98,1);
}
div.groupFixed li.positive{
	background: rgba(1,124,194,1);
	border-top: 1px solid  rgba(1,124,194,1);
	border-bottom: 1px solid  rgba(1,124,194,1);
	border-left: 1px solid  rgba(1,124,194,1);
}
div.groupFixed li:first-child{
-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
}

div.groupFixed li:last-child{
-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
	border-right: 1px solid  rgba(130,118,98,1);
}
div.groupFixed li.positive:last-child{
	border-right: 1px solid  rgba(130,118,98,1);
}
div.groupFixed  li.active{
	background:rgba(130,118,98,1);
}
div.groupFixed li a{
	display:inline-block;
	color:rgba(51,46,37,1);
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}
div.groupFixed li.positive a{
	color:rgba(255,255,255,1);
}
div.groupFixed li.active  a{
  color:rgba(255,255,255,1);
  text-shadow: 0px 1px 0 rgba(0,0,0,.1);
}

div.groupFixedToolBar {
	display: table;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:4px;
}
div.groupFixedToolBar ul {
	display: table-row;
}
div.groupFixedToolBar li {
	display: inline;
	min-width:94px;
	height:100%;
	line-height:30px;
	float:left;
	padding:0 4px 0 4px;
	margin: 0;
	text-align:center;
	color: rgba(51,46,37,1);
	background-color: rgba(249,247,244,1);
	transition: background-color .2s ease-out;
	border-top: 1px solid  rgba(130,118,98,1);
	border-bottom: 1px solid  rgba(130,118,98,1);
	border-left: 1px solid  rgba(130,118,98,1);
}
div.groupFixedToolBar li.positive{
	background: rgba(1,124,194,1);
	border-top: 1px solid  rgba(1,124,194,1);
	border-bottom: 1px solid  rgba(1,124,194,1);
	border-left: 1px solid  rgba(1,124,194,1);
}
div.groupFixedToolBar li:first-child{
-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
}

div.groupFixedToolBar li:last-child{
-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
	border-right: 1px solid  rgba(130,118,98,1);
}
div.groupFixedToolBar li.positive:last-child{
	border-right: 1px solid  rgba(130,118,98,1);
}
div.groupFixedToolBar  li.active{
	background:rgba(130,118,98,1);
}
div.groupFixedToolBar li a{
	display:block;
	color:rgba(51,46,37,1);
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}
div.groupFixedToolBar li.positive a{
	color:rgba(255,255,255,1);
}
div.groupFixedToolBar li.active  a{
  color:rgba(255,255,255,1);
  text-shadow: 0px 1px 0 rgba(0,0,0,.1);
}

.zoomButton {
	position:fixed;
	top:52px;
	right:9px;
	width:50px;
	background:rgba(107,94,81,.9);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.zoomButton a {
	display:block;
	width:50px;
	text-align:center;
	text-decoration:none;
	color: rgba(255,255,255,1);
	font-size:25px;
}
.zoomButton a span.small {
	font-size:14px;
	padding-right:1px;
}
.zoomButton a span.med {
	font-size:19px;
	padding-right:1px;
}
.zoomButton a span.big {
	font-size:24px;
	}
.zoomButton a:active {
	background:rgba(51,46,37,.8);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/* =============================================================================
   BAC Touch Footer
   ========================================================================== */
   div.footer{
	overflow:hidden;
	font-size:9px;
	color:#746650;
	/*padding:0px 9px 0px 9px; */
	width:100%;
	text-align:center;
}
div.footer{
   padding-top:9px;
   padding-bottom:94px;
   padding-left:9px;
   padding-right:9px;
}
div.footer p{
	padding-top:4px;
	text-align:left;
}
div.footer div{
	display:inline-block;
}
div.footer div.center{
	margin:0 auto;
}
div.footer div  a{
	color:#0170B9;
	text-decoration:none;
}

div.footer  div.secureArea{
	background: url("../images/lockbrown@2x.png") no-repeat 0px top;
	background-size:9px 10px;
}
div.footer  div.secureArea span{
	padding-left:14px;
}
div.footer div a.ehl{
	padding-right:16px;
	background: url("../images/EHLbrown@2x.png") no-repeat top right;
	background-size:10px 10px;
}
/*spec sheet 6a for reference on footnote style*/
div.footnote{
	color:rgba(116,102,80,1);
	font-size:10px;
	padding-left:10px;
	/*50px-10px from content*/
	padding-top:30px;
	padding-bottom:41px;
}
/*bacTouchsearchBar styles */
.boaTouchSearchBar-wrapper {
width:100%;
position:relative;
background-color:#F8F3EC;
height:46px;
vertical-align:middle;
padding:6px 2px;
margin-top:0px;
}
.boaTouchSearchBar-button-icon {
    background-image: url('../images/search_icn.png');
    top: 22%;
    left: 20%;
    position: relative;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.boaTouchSearchBar-button-searching {
    background-image: url('../images/loading.gif');
    position: relative;
    top: 23%;
    left: 36%;
    height: 34px;
    background-repeat: no-repeat;
}
.boaTouchSearchBar-water-mark1 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 /* IE 5-7 */
    filter: alpha(opacity=90);
 /* Netscape */
    -moz-opacity: 0.9;
 /* Safari 1.x */
    -khtml-opacity: 0.9;
 /* Good browsers */
    opacity: 0.9;
}

.boaTouchSearchBar-normal {
    background: #fff;
    width:100%;
}

.boaTouchSearchBar-input input {
	border: 1px solid rgba(146,133,112,1);
	border-left:none;
	font-size:13px;
	font-weight:normal;
	width:100%;
	background-color: #fff;
	color: rgba(49,29,34,1);
	z-index: 2;
	padding: 2px 2px;
	-webkit-border-radius: 0px 16px 16px 0px;
	-moz-border-radius: 0px 16px 16px 0px;
	border-radius: 0px 16px 16px 0px;
	margin-top: 0px;
	outline: none;
	height:30px;
}

.boaTouchSearchBar-input input[type="search"]::-webkit-search-decoration,
.boaTouchSearchBar-input input[type="search"]::-webkit-search-cancel-button,
.boaTouchSearchBar-input input[type="search"]::-webkit-search-results-button,
.boaTouchSearchBar-input input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.boaTouchSearchBar-input input[type="search"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px 16px 16px 0px;
	-moz-border-radius: 0px 16px 16px 0px;
	border-radius: 0px 16px 16px 0px;
}

.boaTouchSearchBar-input {
 width:88%;
    float: left;
    overflow: hidden;
    position:relative;
    margin-right:6px;
    margin-left:-4px;
    border-left:none;
}

.boaTouchSearchBar-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    z-index: 2;
}

.boaTouchSearchBar-round-left {
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 16px;
    -webkit-border-radius: 16px 0px 0px 16px;
    border-radius: 16px 0px 0px 16px;
    border: 1px solid rgba(146,133,112,1);
    border-right:none;

}

span.boaTouchSearchBar_resetContr {
position:absolute;
top:20%;
left:88%;
min-width:20px;
min-height:20px;
}


span.boaTouchSearchBar_resetContr a{
	font-size: .8em;
	text-decoration:none;
	color:#000;
	background-image: url('../images/clear_input_icns.png');
	background-position:center;
	background-repeat: no-repeat;
	display:block;
	min-width:21px;
	min-height:21px;
}


/*Splash Screen Overlay on Homepage*/

#splashScreen{
	position:absolute;
	top:0;
	left:0;
	height:105%;
	width:100%;
	/*background-repeat: no-repeat, repeat-x;
	background-position: center;*/
	background: -moz-linear-gradient(top,  #E31932 0%, #BF0E0E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E31932), color-stop(100%,#BF0E0E));
    background: -webkit-linear-gradient(top,  #E31932 0%,#BF0E0E 100%);
	background: -o-linear-gradient(top,  #E31932 0%,#BF0E0E 100%);
	background: -ms-linear-gradient(top,  #E31932 0%,#BF0E0E 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E31932', endColorstr='#BF0E0E',GradientType=0 );
	background: linear-gradient(top,  #E31932 0%,#BF0E0E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E31932', endColorstr='#BF0E0E',GradientType=0 );
	background-color:#E31932;
	text-align:center;
}

.splashContent{
	position:relative;
	top:30%;
}
.splashLogo{
	background-image: url(../images/splash_flagscape.png);
	background-position:center;
	background-repeat: no-repeat;
	display:block;
	width:100%;
	min-width:140px;
	min-height:79px;
}
.splashLogoText{
	color:white; font-size:1.25em;
}
.splashLogoText span.version{
	font-size:.875em;
}
.splashLoadingGif{

	background-image: url(../images/loadingLarge.gif);
	background-position:center;
	background-repeat: no-repeat;
	display:block;
	width:100%;
	min-width:140px;
	min-height:79px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2){
	/* =============================================================================
	 BAC Input Icons @2x
	   ========================================================================== */
		div.inputContainer a{
		display:inline-block;
		position:relative;
		top:8px;
		height:23px;
		width:23px;
		background: url(../images/sprite_input@2x.png) rgba(255,255,255,1);
			-webkit-background-size:23px ;
			-moz-background-size:23px;
				background-size:23px;
		/*background-position: 0 -310px; */
		background-position: 0 -23px;
	}
	div.inputContainer.listView a{
		display:inline-block;
		position:relative;
		top:0px;
		height:23px;
		width:23px;
		background-repeat: no-repeat;
		background: url(../images/sprite_input@2x.png) rgba(255,255,255,1);
			-webkit-background-size:23px ;
			-moz-background-size:23px;
				background-size:23px;
		background-position: 0 -310px;
	}
	div.inputContainer a.clear{
		background-position: 0 0;
		-webkit-background-size:23px;
			-moz-background-size:23px;
				background-size:23px;
		background-repeat:no-repeat;
	}
	div.inputContainer a.warning{
		-webkit-background-size:23px;
			-moz-background-size:23px;
				background-size:23px;
		background-position: 0 -98px;
	}
	div.inputContainer a.error{
		-webkit-background-size:23px;
			-moz-background-size:23px;
				background-size:23px;
		background-position: 0 -50px;
	}
	div.inputContainer a.pencil{
		-webkit-background-size:23px ;
			-moz-background-size:23px;
				background-size:23px;
		/*background-position: 0 -310px;*/
	}
	/*messaging @2x*/
	.messaging span.messageIcon{
		display:inline-block;
		float:left;
		height:22px;
		width:22px;
		-webkit-background-size:100%;
			moz-background-size:100%;
				background-size:100%;
		background-image: url(../images/message@2x.png);
		background-position: left;
		background-repeat:no-repeat;
	}
	.messaging span.messageIcon.error{
		background-position: 0 0;
	}
	.messaging span.messageIcon.help{
		background-position: 0 -47px;
	}
	.messaging span.messageIcon.info{
		background-position: 0 -94px;
	}
	.messaging span.messageIcon.posak{
		background-position: 0 -140px;
	}
	.messaging span.messageIcon.warning{
		background-position: 0 -188px;
	}
	.messaging div.messageText a.closeIcon{
		float:right;
		width:24px;
		height:24px;
		background-image: url(../images/close@2x.png);
		background-repeat:no-repeat;
		-webkit-background-size:22px 22px;
			-moz-background-size:22px 22px;
				background-size:22px 22px;
	}
	/*Header Button with Filter Icon*/
	a.rightButton span.filterIcon,
	a.leftButton span.filterIcon{
		display:inline-block;
		height:11px;
		width:11px;
		background: url("../images/flitered@2x.png") no-repeat rgba(120,14,51,.60);
		-webkit-background-size: 11px;
			moz-background-size: 11px;
				background-size: 11px;
	}
	.splashLogo{
		background-image: url(../images/splash_flagscape@2x.png);
		background-position:center;
		background-repeat: no-repeat;
		display:block;
		width:100%;
		min-width:148px;
		min-height:79px;
		-webkit-background-size: 148px 79px;
			moz-background-size: 148px 79px;
				background-size: 148px 79px;
	}
}
@media only screen and (orientation: landscape) {
  /* rules for landscape orientation */

	.splashContent{
		position:relative;
		top:10%;
	}
	ul.listView a.multiLine div.payMessage  p.message{
		position:absolute;
		top:30px;
		right:100px;
		display:inline-block;
		max-width:240px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.boascrollerwrapper {
	position:absolute; z-index:1;
	top:44px; bottom:40px; left:0;
	width:100%;
	background:#fff;
	overflow:auto;
}

.boascrollercontent {
	position:absolute; z-index:1;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	width:100%;
	padding:0;
}

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.overthrow-enabled #scrollerwrapperOt.overthrow {
	height: 100%;
}
.favCoachMark {
	position: relative;
	top: 30%;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 32px;
	color: white;
	line-height: 34px;
	text-align: center;
	width: 100%;
}
.favCoachMarkImage {
	padding-top: 35px;
}
div.coachMarkWrapper {
	position: absolute;
	top: 200;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 10%;
}
.squareBox{
	margin-left:auto;
	margin-right:auto;
 	width: 93.34%;
	font-size:12px;
	color: rgba(38,30,12,1);
	background-color: #FFFFFF;
	padding:14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Added for May 15 SB Card project */
ul.listView.edge.align > li > a.accountListPrimeAcct{
	background: url("../images/com_cc_icon_list.png") center left no-repeat, url("../images/chevron.png") center right no-repeat, rgba(249,247,244,1);
	padding: 14px 25px 10px 60px;
}
ul.listView.edge.align > li > a.accountListPrimeAcct p.acctName{
	font-size: 13px;
}
ul.listView.edge.align > li > a.accountListAcct{
	background: url("../images/com_cc_person_list.png") center left no-repeat, url("../images/chevron.png") center right no-repeat, rgba(255,255,255,1);
	font-size: 13px;
	padding: 10px 25px 10px 60px;
}
#cardDetailsSummaryTable > tbody > tr > td.accountHeading{
	background: rgba(249,247,244,1) 0 0 url("../images/com_cc_icon.png") no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 25px 10px 34px;
}
/* May 15 SB Card project changes end */

.splash{
	position:relative;
}
.splash ul li a{
	color:#3366cc !important;
	font-weight:normal !important;
}

.splash .iconSplash{
	position:absolute;
	left:10px;
	top:15px;
}

.splash .shortdescription{
	font-weight:bold;
	font-size:13px;
	color:#333;
	padding:15px 10px 15px 42px;
}

.splash .longDescription{
    font-size:13px;
	color:#333;
	margin:20px 10px 20px 10px;
}

.splash .longDescription p{
	margin-bottom:20px;
}
.splash .favContent{
	background: url("../images/fraud_phone_gray.png") no-repeat scroll 10px 2px;
	padding-left:36px;
	padding-bottom:15px;
}
.splash .favContent a{
	font-weight: bold !important;
	text-decoration: none !important;
}
.splash .favContent p{
    padding-bottom:15px;
}
.splash .favContent p:first-child{
    padding-bottom:5px;
}
.splash.yb .shortdescription{
   background-color:rgba(251,243,217,1);
   border-bottom: 1px solid rgba(247,160,84,1);
}
.banner{
	position:relative;
	padding:10px;
}
.banner.standard{
	padding-left:42px;
}

.banner.yellow{
   background-color:rgba(251,243,217,1);
   border-bottom: 1px solid rgba(247,160,84,1);
}

.banner .iconBanner{
	position:absolute;
	left:10px;
	top:10px;
}
.banner .shortdescription{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.banner .longDescription{
   margin-bottom:10px;
   font-size:13px;
   font-weight:bold;
   color:#333;
}

/*SASI Banner and full page Changes starts*/
#SASI_banner_container{
	position:relative;
}
#SASI_banner_container .ALERT{
	background-color:rgba(255,244,249,1) ;
	border-bottom: 1px solid rgba(220,20,49,1);
}
#SASI_banner_container .AWARE {
	background-color:rgba(251,243,217,1);
	border-bottom: 1px solid rgba(247,160,84,1);
}
#SASI_banner_container .INFO {
	background-color:rgba(236,246,253,1);
	border-bottom: 1px solid rgba(0,82,194,1);
}
#SASI_banner_container .FEATURE{
	background-color:rgba(236,246,253,1);
	border-bottom: 1px solid rgba(0,82,194,1);
}
#SASI_banner_container .regularBanner{
	padding-top: 15px;
    padding-right: 42px;
    padding-bottom: 10px;
    padding-left: 42px;
    font-size:12px;
    color:rgba(0,0,0,1);
}

#SASI_banner_container .regularBanner a{
	color:#0052c2;
	text-decoration:none !important;
}

#SASI_banner_container .splashCloseIcon{
   position:absolute;
	right:10px;
	top:15px;
}

#SASI_banner_container .regularBanner .splashBannerIcon{
	position:absolute;
	left:10px;
	top:15px;
}
#SASI_banner_container .regularBanner .shortDescription{
	font-weight:bold;
	margin-bottom: 10px;
}
#SASI_banner_container .regularBanner .longDescription p{
	display:inline
}
.regularSplash .longDescription{
	font-size: 13px;
	padding:20px 10px 15px 42px;
	margin:0px;
	border-bottom: none;
	background-color: transparent;
	position:relative;
}
.regularSplash .longDescription p{
	margin:0px;
}
.regularSplash .longDescription .sideImage{
	position:absolute;
	top:20px;
	left:10px;
	width:22px;
	height:22px;
}
.regularSplash.LinkTemplate .cta li{
	padding-left: 42px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.regularSplash.LinkTemplate .cta li a {
    font-size: 13px;
    color: rgba(0,82,194,1);
    text-decoration: none;
}

/*SASI Banner and full page Changes ends*/

/* Aug 15 CLIP changes start */

.alertMessage{
    border: 1px solid rgba(230,233,221,1);
	background: url("../images/msasi_aware_icon@2x.png") no-repeat scroll 10px 10px;
	background-color: rgba(248,250,237,1);
	height: 64px;
	padding: 15px 0 0 64px;
}
.posAck{
    border: 1px solid rgba(182,220,252,1);
	background: url("../images/ready@2x.png") no-repeat scroll 10px 10px;
	background-color: rgba(236,246,253,1);
	height: 74px;
	padding: 20px 0 0 74px;
}
.posAck.declined{
	padding-top: 27px;
}

/* Aug 15 CLIP changes end */


/* Search POC Changes start will be removed after the demo */

.searcharea{
	left:20px;
	width: 100%;
    margin: 10px 2% 0px 2%;
    height:30px;
}

.searcharea div{
	float:left
}

.searchbox{
	width:48%;
	position:relative;
}
.searchbtn{
	width:48%;
}
#searchtextbox{
	width:100%;
	height:30px;

}

.searchpopup{
	z-index:100;
	border:1px solid #6B5E51;
	border-top:0px;
	position:absolute;
	top:30px;
	left:0px;
	width:100%;
	display:none;
}
.msearch{
	width:100%;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color: rgba(51,46,37,1);
	line-height:30px;
	display:block;
	padding:0 4px 0 4px;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px !important;
	border: 1px solid rgba(209,202,191,1);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
			box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin-left:4px;
}
.msearchpage{
	width:100%;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color: rgba(51,46,37,1);
	line-height:30px;
	display:block;
	padding:0 4px 0 4px;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px !important;
	border: 1px solid rgba(209,202,191,1);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
			box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin-left:4px;
}
.searchpopup ul li{
	border-bottom: 2px solid #F9F7F4;
	padding:10px 5px 10px 10px;
	font-size:13px;
	font-family:Arial;
	color:#6B5E51;

	background-color:#fff;
	cursor:pointer;
}

.sugtext{
		border-bottom: 1px solid #F9F7F4;
	padding:10px 5px 10px 10px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	background-color:#F9F7F4;
	color:#6B5E51;

}

.searchresults{
	margin:2%;
	font-family:Arial;
}
.searchheading{
	font-size:20px;
	font-weight:bold;
	padding:0px 20px 20px 10px;
	color: #666;
	float:none;
}


.resultslist li{
   font-size:12px;
   margin:10px;
   padding-bottom:15px;
   border-bottom: 1px dotted #666;
}

.resultslist li a{
	text-decoration:none;
	color:#3366cc;
}

.ritemtitle{
	padding-bottom:5px;
}

.ritemdesc{
	font-style:italic;
}

.styletopresult{
	margin-bottom:25px;
	border: 2px solid rgb(238, 238, 238);
	padding:10px;
	width:100%;
	font-size:12px;
	font-family:Arial;
}
.styletopresult .heading{
	  color: #6b5e51;
	   font-size: 20px;
    line-height: 24px !important;
    background: url(../images/tick.jpg) no-repeat 0 4px;
    background-size: 20px 20px;
    padding-bottom:15px;
    padding-left:30px;
}

.unauth-only{

	padding-bottom:15px;

	text-align: left !important;
}
.unauth-only img{
	width:100% !important;
	display:block;
}
.topresult .btn-bofa{
   width:100%;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color: rgba(51,46,37,1);
	line-height:30px;
	display:block;
	padding:0 4px 0 4px;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px !important;
	border: 1px solid rgba(209,202,191,1);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
			box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin-left:4px;
}

.topresult .side{
	float:left;
	width: 30%;
	padding-right:20px;
}

.topresult .main.split{
	float:left;
	width: 60%;
	padding-right:20px;
}

.topresult .main.split.half{
	float:left;
	width: 50%;
}

.topresult p{
	padding-bottom:15px;
}
.topresult .clearboth{
	clear:both;
}
/* Search POC Changes End -will be removed after the demo */

/*NOV 2015 CreditScore BrightCove Player*/
.video-js {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	min-height:335px;
}
.fico.infographic-placeholder img{
 width: 100%;
 height: 100%;
}

.fico a.toggle-closed {
	background:url("../images/toggle_closed.png") no-repeat scroll 0px 3px;
	padding-left:12px;
}
.fico a.toggle-open {
	background:url("../images/toggle_open.png") no-repeat scroll 0px 3px;
	padding-left:12px;
}

/* Start: FICO Score Styles */
.fontColor333{
	color: #333;
}
.font7px{
	font-size: 7px;
}
.ficoScore{
	font-size: 50px;
	color: #0067b1;
	max-width: 100px;
	text-align: left;
}
.ficoScore.unavailable{
	font-size: 25px;
	font-weight: bold;
	margin-right: 40px;
}
.ficoRating{
	text-align: left;
}
.ficoScoreRating{
	color: #0067b1;
}
.displayInlineBlock{
	display: inline-block;
}
.marginLeft12{
	margin-left: 12px;
}
.marginVert7{
	margin-top: 7px;
	margin-bottom: 7px;
}
.credit-meter-scale{
	background: url("../../creditscore/images/Credit_scale.png") no-repeat scroll center 0;
	height: 30px;
	min-width: 290px;
}
.credit-meter-marker{
	background: url("../../creditscore/images/Credit_meter_needle.png") no-repeat scroll center 0;
	height: 21px;
	z-index: 1001;
	position: relative;
	top: -5px;
	left: -141px;
}
.transunion-logo{
	background: url("../../creditscore/images/TransUnion.png") no-repeat scroll 0 0;
	width: 72px;
	height: 19px;
	display: inline-block;
}
.ficoSectionSeparator{
	border-top: 1px solid #d1c9c0;
}
.ficoGraphTabs{
	display: inline-block;
	height: 35px;
	width: 49%;
	text-align: center;
	background: #e5e2da;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	padding-top: 7px;
}
.ficoGraphTabs.active{
	background: #fff;
}
.score-history-area, .national-average{
	background: #fff;
}
.score-history-area.ficoGraphDivs{
	min-width: 320px;
	min-height: 180px;
}
.score-history-area .noGraph{
	padding-top: 75px;
}
.score-history-area .graphDiv{
	max-height: 300px;
	max-width: 500px;
	margin: auto;
	background: url("../../creditscore/images/y-axis_1x.png") no-repeat scroll;
}
/* TODO */
@media (max-width: 350px){
	.score-history-area .graphDiv{
		background-size: 14px 102px;
		background-position: 14px 27px;
	}
}
@media (min-width: 350px) and (max-width: 400px){
	.score-history-area .graphDiv{
		background-size: 14px 139px;
		background-position: 14px 27px;
	}
}
@media (min-width: 400px) and (max-width: 1000px){
	.score-history-area .graphDiv{
		background-size: 14px 173px;
		background-position: 5px 26px;
	}
}
@media (min-width: 1000px){
	.score-history-area .graphDiv{
		background-size: 14px 221px;
		background-position: 0 26px;
	}
}
@media (min-device-width : 600px) and (max-device-width : 1280px){
	.score-history-area .graphDiv{
		background-size: 14px 221px;
		background-position: 0 26px;
	}
}
@media (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
.score-history-area .graphDiv{
		background-size: 14px 215px;
		background-position: 0 26px;
	}
}

.score-history-area .graphContainer{
	padding: 20px;
}
.national-average{
	padding: 15px 0 10px;
}
.national-average .img-national-avg{
	background-color: #FFF;
	height: 176px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.font18px{
	font-size: 18px;
}
.factors{
	padding-left: 26px;
}
.factors.factor-one{
	background: url("../../creditscore/images/Bullet_1.png") no-repeat scroll 0 0;
}
.factors.factor-two{
	background: url("../../creditscore/images/Bullet_2.png") no-repeat scroll 0 0;
	margin-top: 24px;
}
.key-factors-div .factor-heading{
	margin-top: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #d40014;
}
.font8px{
	font-size: 8px;
}
.ficoSectionEnd{
	border-top: 2px solid #d1c9c0;
	margin-top: 37px;
}
ul.unEnrollFico{
	list-style-type: disc;
	text-align: left;
	margin: 10px 10px 0;
	padding-left: 20px;
}
ul.unEnrollFico li{
	list-style-type: disc;
}
.fico.box-view{
    background-color:#fff;
	-webkit-box-shadow: 1px 1px 1px #333;
    -moz-box-shadow: 1px 1px 1px #333;
    box-shadow: 1px 1px 1px #333;
	padding:15px 15px 15px 15px;
}
.fico.box-view a{text-decoration:none !important;}
.fico.box-view .imgWrap{padding-right:20px}
.fico.box-view .graphic-video-text{padding-left:20px}
ul.listView > li > a.ficoExpanded {
	background:url("../images/arrowUp.png") center right no-repeat;
	background-color: #efefef;
}
ul.listView > li > a.ficoCollapsed {
	background: url("../images/arrowDown.png") center right no-repeat;
	background-color: #efefef;
}
ul.listView > li > a.ficoExpanded:active {
	background:url("../images/arrowUp.png") center right no-repeat;
	background-color: #efefef;
}
ul.listView > li > a.ficoCollapsed:active {
	background:url("../images/arrowDown.png") center right no-repeat;
	background-color: #efefef;
}
ul.listView li a.ficoCollapsed:active *,
ul.listView li a.ficoExpanded:active  *{
	color: rgba(51,46,37,1) !important;
}
ul.listView li.creditScoreFaqTitle.last-child {
    border-bottom: 0px;
	    border-bottom: 1px solid rgba(218,212,203,1);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	border-color: rgba(218,212,203,1);
    border-style: solid;
    border-top: 1px solid rgba(218,212,203,1);
    border-left: 1px solid rgba(218,212,203,1);
    border-right: 1px solid rgba(218,212,203,1);
	overflow:hidden;
}
.marginNegativeTop25{
	margin-top:-25px;
}
/* End: FICO Score Styles */


/* On Demand PIN Changes Starts */
.card-image-section{
	text-align:center;
	border-bottom: 1px solid rgba(218,212,203,1);
	background:#FFF;
	padding-bottom:5px;
}
.card-section .card-image-section .activateCard, .card-section .card-image-section .toggleDebitOnOff{
	margin: auto;
	margin-bottom: 9px;
	width: 215px;
}
.card-section .card-image-section .toggleDebitOnOff .toggleSwipeContainer{
	height:40px;
	width:90px;
}
.card-section .card-image-section .toggleDebitOnOff div.left p{
	padding-left:6px;
}
.card-section .card-image-section .toggleDebitOnOff{
	border: none;
}
.card-section .card-image-section .not-eligible-activate, .card-section .card-image-section .activateCreditUnavailable{
	margin: auto;
	margin-bottom: 10px;
	width: 210px;
	text-align: left;
}
.card-section .card-container{
	display:inline-block;
	width: 215px;
	height: 135px;
	margin-top:15px;
	margin-bottom:15px;
}
.card-section .card-container.disabled{
	opacity: 0.5;
}
.card-section .card-container .card-img{
	width: 100%;
	height: 100%;
}
.card-section .card-img-container{
	display:inline-block;
	width: 215px;
	height: 135px;
	margin-top:15px;
	margin-bottom:15px;
}
.card-section .card-img-container.disabled{
	opacity: 0.5;
}
.card-section .card-img-container .card-img {
	width: 100%;
	height: 100%;
}
.card-section .card-locked{
	position: relative;
	z-index: 1001;
	display: inline-block;
}
.card-section .card-locked .lock-img{
	background: url("../../card/settings/images/icon_card_lock.png") no-repeat scroll 0 0;
	width: 68px;
	height: 68px;
	position: absolute;
	left: 80px;
	top: -117px;
}
.card-section .acnt-details{
	position: relative;
	z-index: 999;
	display: inline-block;
}
.card-section .acnt-details .acnt-name{
	position: absolute;
	width: 215px;
	font-size: 8px;
	top: -34px;
	left: 23px;
	text-align:left;
}
.card-section .acnt-details .acnt-number{
	position: absolute;
	width: 215px;
	font-size: 13px;
	top: -73px;
	left: 23px;
	text-align: left;
}
.card-section .acnt-details .acnt-number .card-number{
	letter-spacing: 4px;
}
.card-section .acnt-details .acnt-number .card-number.amex{
	letter-spacing: 5px;
}
.card-section .acnt-details .acnt-number .card-number .card-num-only{
	position: relative;
	top: -3px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop20 {
	margin-top: 20px!important;
}
.marginTop0 {
	margin-top: 0px !important;
}
.lockUnlock{
   min-width:120px;
}
.btnGroupAction li a.settingsNegative{
	color: rgba(49,39,24,.55);
}
.activationInProgress{
	background:url('../../card/settings/images/ajax-loading-image-small.gif') no-repeat ;
    height: 24px;
	width:24px;
	float:right;
	margin:10px 20px 0px 0px;

}
.backgroundYellow {
	background-color: #f8f3d9 !important;
}
ul.listView li div.pastDue {
    background: url("../images/msasi_aware_icon@2x.png") left center no-repeat;
    background-size: 33px 33px;
    float: none;
    width: 100%!important;
    text-align: left!important;
    font-size: 12px!important;
    padding-left: 45px!important;
    color: #333!important;
    word-wrap: break-word;
    display: inline-block!important;
	margin-left:2px;
	padding-top:2px;
}
ul.listView li div.pastDue p{
	color:#333!important;
}
ul li.manageCardSettings a{
    padding: 12px 0px 12px 6px;
    padding-right: 23px;
    text-decoration: none;
	line-height:18px!important;
	font-weight:bold;
	background: url("../images/chevron.png") center right no-repeat;
}

ul li.paypalLink a{
    padding: 5px 0px 5px 6px;
    padding-right: 23px;
    text-decoration: none;
	line-height:18px!important;
	font-weight:bold;
	background: url("../images/chevron.png") center right no-repeat;
}
ul li.paypalLink a p{
	line-height: 18px !important;
}

ul li.paypalLink a div{
	font-size: 11px !important;
	line-height: 17px !important;
	font-weight: normal;
}


ul li.manageCardSettings p.subVal {
    font-size: 11px !important;
}
ul li.paypalEnroll a {
	padding: 12px 0px 12px 6px;
    padding-right: 23px;
    text-decoration: none;
	line-height:18px!important;
	font-weight:bold;
	background: url("../images/chevron.png") center right no-repeat;
}
ul li.paypalEnroll p.subVal{
	font-size: 11px !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-arrow-container{
	position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 92px;
  width: 15px;
  height: 43px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 15px 43px;
  -webkit-background-size: 15px 43px;
  background-size: 14px 43px;
  background-repeat: no-repeat;
}
#cardswiper-container .swiper-button-prev.swiper-button-disabled, #cardswiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev {
  background-image: url("../../card/settings/images/card_mweb_back@1x.png");
	left: 5%;
  right: auto;
}
.swiper-button-next {
  background-image: url("../../card/settings/images/card_mweb_forward@1x.png");
  right: 5%;
  left: auto;
}
/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background:url('../../card/settings/images/indicatorOFF.png') no-repeat ;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  display: inline-block;
  background:url('../../card/settings/images/indicatorON.png') no-repeat ;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.btnGroupAction li.changePinLastChild, .btnGroupAction li.travelNoticeLastChild {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid rgba(218,212,203,1);
/*	border-top:none;*/
}
/* On Demand PIN Changes Ends */

/*Nov 2015 MHP Greeting module changes start*/
.greetings.present{
    display: block;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #bbb;
    text-decoration: none;
    background: url("../images/chevron.png") #fff center right no-repeat;
}
.greetings .gdisplayName{
	font-size:15px;
	line-height:18px;
    color:#0052C2;
}
.greetings .gbanner,
.barrGreetings .barrBanner{
	font-size:12px;
	line-height:18px;
    color:#6B5E51;
}

/*Nov 2015 MHP Greeting module changes end*/

/*Nov 2015 Two Way Email module changes start*/
.alertInfoMessage{
	background: url("../images/Action_required_2x.png") no-repeat scroll 0px 5px;
	background-size:33px 33px;
	-webkit-background-size:33px 33px;
	-moz-background-size:33px 33px;
    padding: 5px 0 0 45px;
}
.alertErrorMessage{
	background: url("../images/Alert_2x.png") no-repeat scroll 0px 5px;
	background-size:33px 33px;
	-webkit-background-size:33px 33px;
	-moz-background-size:33px 33px;
    padding: 5px 0 0 45px;
}
.genericErrorMessage{
	background: url("../images/Error_2x.png") no-repeat scroll 0px 5px;
	background-size:33px 33px;
	-webkit-background-size:33px 33px;
	-moz-background-size:33px 33px;
    padding: 5px 0 0 45px;
}
.posAckMes{
	background: url("../images/Success_2x.png") no-repeat scroll 0px 5px;
	background-size:33px 33px;
	-webkit-background-size:33px 33px;
	-moz-background-size:33px 33px;
    padding: 5px 0 0 45px;
}
.marginTop25{
	margin-top:25px;
}
.marginTop30{
	margin-top:30px;
}
.marginTop60{
	margin-top:60px;
}
/*Nov 2015 Two Way Email module changes Ends*/
/*ECVP Tool changes start*/
.ecvpToolLink{
	    text-align: center;
}
.ecvpToolLink a{
	text-decoration: none;
    color: #0073CF;
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0;
    border-bottom: 0;
    background-color: #ddd;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    margin-left: 10px;
	/*text-decoration: none;
    color: #0073CF;
    border: 1px solid #bbb;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-bottom: 0px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background-color: #ddd;*/
}
.ecvpHome .tab-container {
	margin: 2px 2px 0 2px;
}
.ecvpHome .tab {
	display: inline-block;
	width: 50%;
	margin:0
}
.ecvpHome .tab a {
	padding: 10px 10px 10px 10px;
    display: block;
    border-bottom: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	color: #555;
}
.ecvpHome .tab.active-tab a {
	background: #e5e2da;
	border-radius: 8px 8px 0 0;
}
.ecvpHome .tab.tab1 {
	float: left;
}
.ecvpHome .noneclo-heading {
	width: 80% !important;
    margin: 20px auto 0;
	color: rgba(1,124,194,1);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.ecvpHome .nonEcloContent .ui-select-dropdown {
	width: 80%;
    margin: auto;
}	
.ecvpHome .nonEcloContent .ui-group-vertical-select li {
	position:relative;
	width:100% !important;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:20px;
	border:1px solid #bbb;
	background-color:#fff;
	text-align:left;
	text-shadow: 0 1px 0 #f3f3f3;
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
	 margin-bottom:5px;
	 border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:2px;
	vertical-align: middle;
	font-size: 12px;
}

.ecvpHome .nonEcloContent .downArrow {
    background-color: #bbb;
    color: #fff;
    padding: 6px 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: inherit;
    display: block;
}
.ecvpHome .nonEcloofferPreview {
	display: flex;
    width: 80%;
    margin: 20px auto;
}
.ecvpHome .nonEcloofferPreview .btn-space {
	width: 48%;
    margin: 20px 0;
}
.ecvpHome .nonEcloofferPreview #cancelNonEclo {
	margin-left: auto;
}
.ecvpHome .nonEcloContent .noneclo-listdropdown{
	position:absolute;
	z-index: 10;
	top:0px;
	left:0px;
}

.ecvpHome .nonEcloContent .noneclo-listdropdown li{
	padding-top:5px;
	padding-bottom:5px;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	background-color:#fff;
	text-align:left;
	display:block;
	font-size: 12px;
}
.ecvpHome .nonEcloContent ul.noneclo-listdropdown{
  height:250px;
  overflow:auto;
  display:block;
}
.ecvpHome .nonEcloContent .noneclo-listdropdown li:focus{
	background-color:#ddd;
}
.ecvpHome .nonEcloContent .noneclo-listdropdown li:hover{
	background-color:#ddd;
}
.ecvpHome .nonEcloContent .noneclo-listdropdown li:last-child{
  border-bottom:1px solid #bbb;
}

.ecvpHome .nonEcloContent .addTokenContainer .tokentext{
	padding-left: 35px;
	margin-top: 10px;
	color: rgba(1,124,194,1);
}
.ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer{
	border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 35px;
}
.ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer .info-text{
	color: rgba(1,124,194,1);
	font-size: 0.875rem;
	margin: 5px 0 10px 0;
}
.ecvpHome .nonEcloContent .addTokenContainer .keycontainer,.valuecontainer{
	margin: 5px;
	padding: inherit;
}
.ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer .keycontainer .keytext , .ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer .valuecontainer .keytext{
	width:20%;
	padding-left: 0.25rem;
}
.ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer .keycontainer #key, .ecvpHome .nonEcloContent .addTokenContainer .tokenkeycontainer .valuecontainer #value{
	position:relative;
	padding: 6px 2px;
	border:1px solid #bbb;
	background-color:#fff;
	text-shadow: 0 1px 0 #f3f3f3;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	min-width: 50%;
	width:80%;
	border-radius: 8px;
}


.offerTool ul{
	display:block;
	cursor:pointer;
	font-size:13px;
}

.offerTool, .ecvpHome .nonEcloContent {
	margin:-1px 2px 0;
	border:2px solid #e5e2da;
}
.offerTool .offerInfo{
	margin: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offerTool .preferredrewardsInfo{
	margin: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ECVPHeading{
	    margin: 1%;
    margin-top: 15px;
    font-size: 18px;
    color: #6B5E51;
}

.offerTool .productDetails .headings span{
  width:20%;
}
.offerTool .productDetails .headings span:first-child{
  width:40%;
}

.offerTool .headings{
	width:100%;
	color: rgba(1,124,194,1);

	font-family: 'Open Sans', sans-serif;
	    font-weight: normal;
}
.offerTool .headings span{
	text-align: left;
	display:block;
	float:left;
}
.offerTool .headings:after{
	content: " ";
   display: block;
   height: 0;
   clear: both;
   padding: 3px;
}
.offerTool .ui-group-horizontal-select:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}
.offerTool .ui-select-dropdown li img{
	height:20px;
	width:20px;
	position:absolute;
	right:2px;
	top:10px;
}

.offerTool .ui-group-horizontal-select li{
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	background-color:#fff;
	text-shadow: 0 1px 0 #f3f3f3;
	    box-shadow: 0 1px 3px rgba(0,0,0,.15);

}
.offerTool .ui-group-horizontal-select li:first-child{
	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-left:1px solid #bbb;
}
.offerTool .ui-group-horizontal-select li:last-child{
	border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-right:1px solid #bbb;
}
.offerTool .ui-group-horizontal-select li{
	float:left;
	text-align:left;
}
.offerTool .productDetails{
	margin:2%;
}
.offerTool .productDetails .ui-group-vertical-select{
	float:left;
}

.offerTool .productDetails:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.offerTool .productDetails .products{
	width:40%;

}
.offerTool .productDetails .riskTiers{
	width:20%;
}
.offerTool .productDetails .incentives{
	width:20%;
}
.offerTool .productDetails .spend{
	width:20%;
}
.offerTool .ui-group-vertical-select li{
	position:relative;
	width:100% !important;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:20px;
	border:1px solid #bbb;
	background-color:#fff;
	text-align:left;
	text-shadow: 0 1px 0 #f3f3f3;
	    box-shadow: 0 2px 2px rgba(0,0,0,.15);
	 margin-bottom:5px;
	 border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:2px;
	vertical-align: middle;
}

.offerTool .listdropdown{
	position:absolute;
	z-index: 10;
	top:0px;
	left:0px;
}

.offerTool .listdropdown li{
	padding-top:5px;
	padding-bottom:5px;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	background-color:#fff;
	text-align:left;
	display:block;
}
.offerTool ul.listdropdown{
  height:250px;
  overflow:auto;
  display:block;
}
.offerTool .listdropdown li:focus{
	background-color:#ddd;
}
.offerTool .listdropdown li:hover{
	background-color:#ddd;
}
.offerTool .listdropdown li:last-child{
  border-bottom:1px solid #bbb;
}

.offerTool .downArrow{
	background-color:#bbb;
	color:#fff;
	padding:6px 2px;
	position:absolute;
	right:0px;
	top:0px;
	height:inherit;
	display:block;
}
.offerTool .downArrow span{
	display:block;
}
.offerTool .ui-dropdown-selected{
	background-color:#F0F8FF !important;
}
.ecvp .errorDescription{
	padding: 12px 10px;
	    background-color: rgba(255,244,249,1);
    border-bottom: 1px solid rgba(220,20,49,1);
}
.ecvp .errorIcon{
	 display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    background-image: url(../images/Error_2x.png);
    background-position: 0 0;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}
.ecvp .errorText{
	padding-left: 35px;
}
.offerTool .redirection{
	margin:2%;
}
.offerTool .redirection .redirectionLabel{
	display:inline-block;
	width:40% !important;
}
.offerTool .redirection ul{
	display:inline-block;
	width:58% !important;
}
/*ECVP Tool changes end*/

/* Start: Feb 2016 Mobile Check Order */

.pageTitle-CartEmpty, .pageTitle-Cart{
	width: 25px;
	height: 22px;
	float: right;
	margin-top: 10px;
}
.pageTitle-CartEmpty{
	background: url("../../checkorder/images/icon_shopping_off@2x.png") no-repeat scroll 0 0;
}
.pageTitle-Cart{
	background: url("../../checkorder/images/icon_shopping_on@2x.png") no-repeat scroll 0 0;
	color: rgba(217,0,59,1);
}
.pageTitle-Cart .items-in-cart{
	font-size: 12px;
	position: relative;
	top: -12px;
	left: 1px;
}

.check-order .shippedRow{
	background: url("../images/chevron.png") center right no-repeat;
	display: block;
}
.check-order .shippedRow .shippingStatus{
	background: url("../../checkorder/images/icon_status_shipped.png") no-repeat scroll 0 0;
	min-height: 32px;
	margin-top: 5px;
	padding: 8px 0 0 44px;
}
.check-order .product-img{
	display: inline-block;
}
.check-order img.product-img, .design-category img.check-img, .mobile-check-order .swiper-slide img{
	width: 265px;
}
.image-preview-details .swiper-slide img{
	width: 300px;
}
.check-order .product-name-txt{
	position: relative;
	display: inline-block;
}
.check-order .product-name-txt .product-name{
	position: absolute;
	text-align: left;
	top: -20px;
	left: 4px;
	width: 265px;
	background-color: rgba(82,73,64,0.8);
	padding: 3px 10px;
	line-height: 14px;
}
.check-order .txt-easy-reorder{
	border-bottom: 2px solid #6B5E51;
	margin-bottom: 14px;
}
.check-order .browse-more-products{
	padding-top: 15px;
}
.check-order .reorderDiv{
	border-bottom: 2px solid #6B5E51;
	padding-bottom:12px;
}
.check-order .catalog-img{
	display: inline-block;
	width: 85px;
	height: 39px;
	margin-right: 13px;
}
.check-order .catalog-img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.check-order .catalog-name{
	vertical-align: middle;
	display: inline-block;
	width: 60%;
}
.check-order a#btnViewCart{
	margin-top:15px!important;
	margin-bottom:15px!important;
}
.check-order #divViewCart {
    border-bottom: 1px solid #D1C9C0;
}

.greyTopBorder{
	border-top: 1px solid rgba(218,212,203,1);
}
.greyBottomBorder{
	border-bottom: 1px solid rgba(218,212,203,1);
}

.mobile-check-order .prodName{
	max-width: 70%;
}
.mobile-check-order .imgQuantity{
	background: url("../../checkorder/images/toggle_left.png") no-repeat scroll 0 0;
	width: 150px;
	height: 26px;
}
.mobile-check-order .imgQuantity.toggle-right{
	background: url("../../checkorder/images/toggle_right.png") no-repeat scroll 0 0;
}
.mobile-check-order ul.listView > li.noLink > div.imgQuantity > a{
	background: none;
}
.mobile-check-order .imgQuantity  a{
	width: 75px;
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.mobile-check-order .imgQuantity  a:first-child{
	float:left;
	color: rgba(255,255,255,1);
}
.mobile-check-order .imgQuantity  a:last-child{
	float: right;
	color: rgba(1,124,194,1);
}
.mobile-check-order .imgQuantity.toggle-right  a:first-child{
	color: rgba(1,124,194,1);
}
.mobile-check-order .imgQuantity.toggle-right  a:last-child{
	color: rgba(255,255,255,1);
}
.product-perz div.checkStartingNumber, .product-perz div.monogramInitials{
	padding: 0;
	margin: 0;
	width: 50%;
	min-height: 34px;
	line-height: 34px;
	text-align: left !important;
}
.product-perz div.checkStartingNumber input[type="tel"], .product-perz div.monogramInitials input[type="text"]{
	padding-left: 15px;
}
.product-perz div.monogramInitials a{
	position: relative;
	top: 7px;
	left: -10px;
}
.product-perz div.monogramInitials a:active{
	background: none !important;
}
.product-perz div.nameAndAddressFieldContent{
	line-height: 16px;
	float: none;
	text-align: left;
}
.product-perz div.nameAndAddressFieldContent div.nameAddSection{
	float: none;
}
.product-perz div.nameAndAddressFieldContent div.nameAddSection div.nameAddLine{
	float: none;
	text-align: left;
	color: rgba(107,94,81,1);
	font-size:15px;
	font-weight: normal;
}
.product-perz div.monogramInitials #btMonogramInitials{
	text-transform: uppercase;
}
#product-details-swiper-container,.perz-swiper-container, #image-preview-swiper-container{
	width:100%;
	overflow: hidden;
}
#product-details-swiper-container .swiper-pagination,.perz-swiper-container .swiper-pagination,  #image-preview-swiper-container .swiper-pagination{
	z-index:2;
}
.product-perz .buttonPinAlign {
    border-top: 2px solid #D1C9C0;
}
.design-category .product-img{
	display: inline-block;
	width: 85px;
	height: 40px;
	margin-right: 13px;
}
.design-category .product-img img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.design-category .product-name{
	vertical-align: middle;
	display: inline-block;
	width: 60%;
}
.design-category .sub-title{
	background: #6B5E51;
}
.design-category .product-list .check-img{
	display: inline-block;
}
.design-category .product-list .check-section{
	border-bottom: 1px solid #D1C9C0;
}
.design-category .product-list .check-title{
	position: relative;
	display: inline-block;
}
.design-category .product-list .check-title .check-name{
	position: absolute;
	text-align: left;
	top: -20px;
	left: 4px;
	width: 265px;
	background-color: rgba(82,73,64,0.8);
	padding: 3px 10px;
	line-height: 14px;
}
.design-category .group{
	border-top:2px solid #D1C9C0!important;
}

.product-details .product-image, .product-perz .perz-swiper-container{
	border-bottom: 1px solid #6B5E51;
}
.product-details .product-info{
	background: #FFF;
}
.product-details .product-info .prodInfo p, .product-perz .prodInfo p{
	padding-bottom: 15px;
	font-weight: bold;
}
.product-details .product-info .prodInfo ul li, .product-perz .prodInfo ul li{
	list-style: square;
	padding-bottom: 10px;
	margin-left: 15px;
}
.product-details .product-info .prodInfo table, .product-perz .prodInfo table{
	text-align: left;
	margin-top: 10px;
}
.product-details .product-info .prodInfo table th,.product-perz .prodInfo table th{
	padding: 0 15px 5px 0;
	font-weight: bold;
}
.product-details .product-info .prodInfo table td, .product-perz .prodInfo table td{
	padding: 0 15px 3px 0;
}
.mobile-check-order li#listSubTotalBeforeTax {
    border-top: 5px solid #D1C9C0;
}
.mobile-check-order li#listOrderTotal {
    border-bottom: 5px solid #D1C9C0;
}
/* TODO: Change based on actual image width in image preview */
.image-preview-details #image-preview-swiper-container{
    margin: 20px auto;
}
.image-preview-details #image-preview-swiper-container .swiper-slide{
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.check-style .checkstyle-image{
	display: inline-block;
	width: 120px;
	height: 65px;
	margin-right: 13px;
}
.check-style .checkstyle-image img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.check-style .checkstyle-content{
	vertical-align: middle;
	display: inline-block;
	width: 48%;
}
.check-style .checkstyle-content .checkstyle-txt{
	display: block;
}

.nameAndAddressDetails .nameAndAddress{
	width: 85%;
	margin-left: 0;
}
.nameAndAddressDetails .nameAndAddress input[type="text"]{
	width: 100%;
}
.nameAndAddressDetails .isBold{
	width: 30px;
}
.nameAndAddressDetails .boldLine{
	background: url("../../checkorder/images/com_check_touchmulti_off.png") no-repeat scroll 0 0;
	width: 30px;
	height: 30px;
	margin: 16px 0;
}
.nameAndAddressDetails .boldLine.checked{
	background: url("../../checkorder/images/com_check_multi.png") no-repeat scroll 0 0;
}
.nameAndAddressDetails #btnPin{
	border-top:2px solid #D1C9C0!important;
}
.nameAndAddressDetails .inputContainer.noBorder{
	border: none;
}

.update-font-details img.font-image, .update-font-details .labelNoExtraCharge{
	vertical-align: middle;
}

.mobile-check-order .none-image{
	background: url("../../checkorder/images/img_noneimage.png") no-repeat scroll 0 0;
	width: 72px;
	height: 73px;
	display: inline-block;
	vertical-align: middle;
}
.pridemark-details .pridemark-featured-images-list-section {
	background-color: rgba(255,255,255,1);
	padding: 14px 25px 14px 10px;
	border-top: 1px solid rgba(218,212,203,1);
	border-bottom: 1px solid rgba(218,212,203,1);
}
.pridemark-details .pridemark-images-list-section {
	background-color: rgba(255,255,255,1);
	padding: 19px 0px 0px 10px;
	border-top: 1px solid rgba(218,212,203,1);
	border-bottom: 1px solid rgba(218,212,203,1);
	margin-top:20px;
}
.pridemark-details .pridemark-small-image-section{
	margin-right:15px;
	float:left;
	background-color:#FFF;
	width: 52px;
}
.pridemark-details .pridemark-large-image-section{
	margin: 0px 25px 25px 0;
    width: 75px;
	background-color:#FFF;
    display: inline-block;
}
.pridemark-details .pridemark-small-image-container, .pridemark-details .pridemark-large-image-container{
	padding: 2px;
	text-align: center;
	width:52px;
	height:46px;
}
.pridemark-details .pridemark-large-image-container{
	width:75px;
	height:69px;
}
.pridemark-details .picked .pridemark-small-image-container, .pridemark-details .picked .pridemark-large-image-container{
	border: 2px solid #0052C2;
}
.pridemark-details .pridemark-small-image-container img{
	max-width:42px;
	max-height:42px;
}
.pridemark-details .pridemark-large-image-container img{
	max-width:65px;
	max-height:65px;
}
.pridemark-details  .pridemark-image-text{
	font-size:12px;
	color:#0052C2;
	margin-top:11px;
	text-align: center;
	vertical-align: top;
}
.pridemark-details .pridemark-large-image-section span,
.pridemark-details .pridemark-large-image-section a{
	display:inline-block!important;
}
.pridemark-details .pridemark-large-image-section  .pridemark-image-text{
	margin-top:6px;
}
.pridemark-details span.product-name{
	width: 100%;
}
.mobile-check-order  .personalize-img-wrap{
	width:90px;
	height:30px;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
    background-position: right center;
}
.mobile-check-order  .none-image.personalize-img-wrap{
	width:50px!important;
	height:50px!important;
}
.mobile-check-order   ul.listView > li.pridemark-group-section > a,
.mobile-check-order   ul.listView > li.pridemark-group-section > a.expand-section,.transferChevron{
	background: url("../images/chevron.png") center left no-repeat!important;
    padding: 14px 10px 10px 25px !important;
	background-color: rgba(255,255,255,1)!important;
}
.mobile-check-order   ul.listView > li.pridemark-group-section > a.collapse-section{
	background: url("../images/chevron-down.png") center left no-repeat!important;
    padding: 14px 10px 10px 25px !important;
	background-color: rgba(255,255,255,1)!important;
}
.mobile-check-order   ul.listView > li.group-section-pridemarks a{
	font-size:15px!important;
	font-weight:normal!important;
	color:#0052C2!important;
	padding-left:25px!important;
}
.mobile-check-order .checkOrderListLeftImage{
	width: 120px;
	height: 65px;
	float:left;
}
.mobile-check-order .checkOrderListLeftImage img{
	width: 100%;
	height: 100%;
}
.mobile-check-order .checkOrderListLeftDetails{
	float:left;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
	width:59%;
}
.mobile-check-order button.shoppingCartButton,
.mobile-check-order button.shoppingCartButton:active{
   	display:inline-block;
	max-height:30px;
	line-height:28px;
	font-size:12px;
	opacity: 1;
	cursor:pointer;
	font-weight:bold;
	width:73px;
	color: rgba(51,46,37,1);
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid rgba(209,202,191,1);
	background:#F6F3EF; /*for IE < 9*/
	background-color: rgba(246,243,239,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,243,239,1)), to(rgba(254,252,250,1)));
    background-image: -webkit-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -moz-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: -ms-linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
    background-image: linear-gradient(rgba(246,243,239,1), rgba(254,252,250,1));
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow:  0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-shadow: 0px 1px 0px rgba(255,255,255,.1);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: 0;
}
.mobile-check-order button.shoppingCartButton.active,
.mobile-check-order button.shoppingCartButton:active{
    outline: 0;
	background:#D4CCBF; /*for IE < 9*/
	background-color: rgba(212,204,191,1);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(212,204,191,1)), to(rgba(212,204,191,1)));
    background-image: -webkit-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -moz-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: -ms-linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
    background-image: linear-gradient(rgba(212,204,191,1), rgba(212,204,191,1));
}

.mobile-check-order button.orderTrackBtn{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left:0px!important;
	margin-bottom:0px!important;
	font-weight: bold;
	font-size:12px;
	min-height:30px;
    line-height: 28px;
	width: 73px;
	outline:0;
}
.mobile-check-order .cartList{
	padding: 14px 15px 14px 10px;
}
.marginTop8{
	margin-top:8px;
}
.mobile-check-order .totalItemsDiv{
	text-align:left;
	padding:10px 10px 0px 10px;
}
.mobile-check-order .totalItemsDiv .countSection{
	float:left;
	width:120px;
}
.mobile-check-order .totalItemsDiv .amountSection{
	float:left;
	margin-left:10px;
}
.shipping-address .hidden{
	display:none!important;
}
.shipping-address .stateContainer.error a{
	border: 1px solid rgba(246,174,194,1) !important;
}
.mobile-check-order .shippingMethodItem .shippingMethod-name{
	color:#333;
}
.mobile-check-order .shippingMethodItem p.subVal{
	color:#6B5E51;
}
.mobile-check-order .shippingMethodItem p.shipping-method-recommended.subVal,.mobile-check-order .shippingMethodItem p.shipping-method-fastest.subVal{
	color:#007700;
}
.review-submit-order .product-name{
	width:78%;
}
.review-submit-order h2.review-submit-section{
	font-size:13px;
	font-weight:normal;
	line-height:14px;
	color:rgba(255,255,255,.80);
	background-color: rgba(130,118,98,1);
	min-height:20px;
	padding:8px 0px 8px 10px;
}
.backgroundDefault{
	background-color: rgba(249,247,244,1)!important;
}
.greyThickTopBorder{
		border-top:2px solid #D1C9C0!important;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.font22px{
	font-size:22px !important;
}
.paddingVert20{
	padding-top:20px;
	padding-bottom:20px;
}
.marginRight50{
	margin-right: 50px;
}
.verticalTextTop{
	vertical-align:text-top;
}
.paddingLeft20{
	padding-left:20px;
}
.marginRight15{
	margin-right:15px;
}
.paddingLeft10{
	padding-left:10px;
}
.marginRight50{
	margin-right: 50px;
}
.bottompad20 {
	padding-bottom: 20px;
}
.alignLeft{
	text-align: left!important;
}
.alignCenter{
	text-align: center!important;
}
.marginTop7{
	margin-top:7px!important;
}
.paddingRight15{
	padding-right:15px;
}
.paddingRight25{
	padding-right:25px;
}
.positionLeft{
	left:0px!important;
}
.shipping-address .shippingStateFont{
    color: rgba(49,29,34,1);
	font-weight:normal;
}
.review-submit-order  #emailAddress .emailValue{
	max-width: 275px;
    word-wrap: break-word;
}
/* End: Feb 2016 Mobile Check Order */
.rewardspadding{
	padding:0px !important;
}
.marginSides20
{
	margin-left:20px;
	margin-right:20px;
}.marginSides10
{
	margin-left:10px;
	margin-right:10px;
}
/* Start: May 2016 CLIP UI Changes */
.alertFraudInfoMessage{
	background: url("../images/msasi_info_icon@2x.png") no-repeat scroll 12px 16px;
	background-color:#ECF6FD;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
    padding: 15px 0 10px 45px;
}
.alertFraudErrorMessage{
	background: url("../images/Alert_2x.png") no-repeat scroll 12px 17px;
	background-color:#FBF3D9;
	background-size:22px 22px;
	-webkit-background-size:22px 22px;
	-moz-background-size:22px 22px;
    padding: 15px 0 10px 45px;
}
/* End: May 2016 CLIP UI Changes */

.blueSubmitButton{
	width: 95%;
	background-color: rgba(1,124,194,1);
	color: white;
	padding: 10px;
	cursor: pointer;
}

.buttonsWrapper{
	text-align: center;
	margin: 10px 0;
}



/*Non ECVP Tool Changes Start*/
.nonecvpToolLink a{
	text-decoration: none;
    color: #0073CF;
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0;
    border-bottom: 0;
    background-color: #ddd;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    margin-left: 10px;
}

.nonecvpHome {
	padding:0px;
	margin: 0px;
}
.nonecvpHome .nonecloForm {
	margin: 10px;
	background-color: #faf9f7;
	/*font-size: 18px;*/
	font-weight:bold;
	padding:10px 5px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	color:rgba(1,124,194,1);

}
.errorDescription{
	padding: 12px 10px;
	    background-color: rgba(255,244,249,1);
    border-bottom: 1px solid rgba(220,20,49,1);
}
.errorIcon{
	 display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    background-image: url(../images/Error_2x.png);
    background-position: 0 0;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}
.errorText{
	padding-left: 35px;
}
.closeErrIcon{
	float:right;
	width:24px;
	height:24px;
	background-image: url(../images/close.png);
	background-repeat:no-repeat;
}

.nonecvpHome .nonecloForm .nonecloofferCodeContainer{
	border-radius: 8px;
	padding:5px;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer,.splashContainer{
	padding:10px 5px;
	margin:10px 0px;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer .noneclofferCode{
	width:33%;
	padding-right: 20%;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .splashContainer .noneclofferCode1{
	width: 33%;
	padding-right: 20%;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer .nonecloofferCodeDrop {
	width:67%;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .splashContainer .nonecloofferCodeDrop{
	width: 67%;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer select, .nonecvpHome .nonecloForm .nonecloofferCodeContainer .splashContainer select {
	 position: relative;
    width: 100% !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    border: 1px solid #bbb;
    background-color: #fff;
    text-align: left;
    text-shadow: 0 1px 0 #f3f3f3;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    margin-bottom: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 2px;
    vertical-align: middle;
     -webkit-appearance: none;
  	-moz-appearance: none;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer select.classic, .nonecvpHome .nonecloForm .nonecloofferCodeContainer .splashContainer select.classic{
	background-image: linear-gradient(45deg, transparent 50%, white 50%),
 linear-gradient(135deg, white 50%, transparent 50%),
 linear-gradient(to right, #bbb, #bbb);
    background-position: calc(100% - 15px) calc(1em - 4px), calc(100% - 6px) calc(1em - 4px), 100% 0;
    background-size: 12px 9px, 11px 11px, 2.25em 3em;
    background-repeat: no-repeat;
}
.nonecvpHome .nonecloForm .nonecloofferCodeContainer .subChannelContainer option:hover, .nonecvpHome .nonecloForm .nonecloofferCodeContainer .splashContainer option:hover{
	padding:2px;
	border:1px solid black;
	border-radius: 3px;
}

.nonecvpHome .nonecloForm .addTokenContainer .tokentext{
	padding-left: 10px;
	margin-bottom: 10px;
}
.nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer{
	border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 5px;
    margin:10px;
}
.nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer .info-text{
	color:black;
	font-size: 0.875rem;
	text-align: center;
}
.nonecvpHome .nonecloForm .addTokenContainer .keycontainer,.valuecontainer{
	margin: 5px 0;

}
.nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer .keycontainer .keytext , .nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer .valuecontainer .keytext{
	width:20%;
	padding-left: 0.25rem;
}
.nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer .keycontainer #key, .nonecvpHome .nonecloForm .addTokenContainer .tokenkeycontainer .valuecontainer #value{
	position:relative;
	padding: 6px 2px;
	border:1px solid #bbb;
	background-color:#fff;
	text-shadow: 0 1px 0 #f3f3f3;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	min-width: 50%;
	width:80%;
	border-radius: 8px;
}
.btn-space{
	width: 48%;
    margin: 9px 1%;
}

/*Non ECVP Tool Changes End*/


/*Preferred rewards changes start - aug 2016*/

.slidemenu_menu .menuItem.prefrewards{
	display:none
}

.slidemenu_menu .menuItem.bankrewards{
	display:none
}
.slidemenu_menu .menuItem.mycards{
	display:none
}
.slidemenu_menu .menuItem.mysbcards{
	display:none
}
.slidemenu_menu .menuItem.mycard{
	display:none
}
.slidemenu_menu .menuItem.mysbcard{
	display:none
}
.slidemenu_menu .menuItem.rewards{
	display:none
}

/*Preferred rewards changes end - aug 2016*/

/* P2P Mobile view activity style starts*/
.proceedTransfer{
	background: #007DC3;
    outline: 0;
    height: 32px;
    width: 135px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 2px solid gray;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    -webkit-appearance: none;
}

.declineTransfer{
	background: #fff;
    outline: 0;
    height: 32px;
    width: 135px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    color: #007DC3;
    -webkit-appearance: none;
}
.transferChevron{
	background: url("../images/chevron.png") center right no-repeat!important;
    padding: 14px 20px 10px 10px !important;
	background-color: rgba(255,255,255,1)!important;
}
.transferStatus{
	background: url("../../transfers/images/transferStatus.png") center left no-repeat!important;
	padding: 14px 10px 10px 35px !important;
    margin-left: 10px;
}
.width55{
	width:55% !important;
}
.width20{
	width:20% !important;
}
.subHeaderBg{
	    background-color:#F6F2F8 !important;
}
#additionalActivity{
	border:1px solid #ECECEC;
}
.success1x{
	background: url("../images/check_circle.png") center right no-repeat!important;
	padding: 14px 10px 10px 35px !important;
}
.contactIconText {
    height: 50px;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px;
    font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    text-align: center;
    background-color: rgba(147,134,113,1);
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    color: white !important;
    cursor: pointer;
    font-weight: normal !important;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
}

.width15{
	width:15% !important;
}

.marginAuto{
	margin: 0 auto;
}
.marginRight20{
	margin-right:20px !important;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginRight0{
	margin-right:0px !important;
}
.width29 {
	width:29px !important;
}
.textAlignRight{
	text-align: right !important;
}

a.disableList span.contactIconText {
background-color: rgb(234, 234, 234) !important;
}

a.disableList span.ccMessage p:first-child {
    color: #BCBCBC !important;
}

a.disableList span.ccMessage p.subVal{
	    color: #EAEAEA !important;
}
a.disableList span:last-child>p{
	color: #BCBCBC !important;
}
.marginLeft3 {
	margin-left: 3px;
}
.width13{
	width:13px !important;
}
.pendingText{
	background: #F6F2F8 ;
    outline: 0;
    text-decoration: none;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    color: #1D2225;
    -webkit-appearance: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
.paybytext{
	outline: 0;
    text-decoration: none;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    color: rgba(217,0,59,1) !important;
    -webkit-appearance: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
	font-size: 12px;
}
.paddingRight6 {
	padding-right: 6px !important;
}
.inlineblock {
	display: inline-block;
}
.pdfText {
    background: #F6F2F8;
    outline: 0;
    text-decoration: none;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    color: #1D2225;
    -webkit-appearance: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 12px;
}
.aliasRequestList{
	background-color:rgba(255,255,255,1);
}
/* P2P Mobile view activity style ends*/
/*Changes for the Common TOOL dashboard for Mobile*/
.dashBoardHome{
	margin: 0.25rem;
    margin-top: 1rem;
    border: 1px solid #e0e0e0;
    min-height: 15rem;
}
.dashBoardHeading{
	font-size: 1.5rem;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    opacity: 0.5;
}
.dashBoardSection{
	border-radius: 8px;
}
.dashBoardSection .offertoolstext{
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.dashBoardSection .dashBoardListItem{
	background-color: white;
    height: auto;
    border: 1px solid rgba(218,212,203,1)!important;
}
.dashBoardSection .dashBoardListItem .dashBoardChevron{
	margin-top: 1rem;
}
.dashBoardSection .ecvpDashBoardUrl,.nonecvpDashBoardUrl,.updateDynaconfigUrl{
	padding: 8px 15px;
	color:white;
	margin:10px 0;
	text-decoration:none!important;
	border-radius:8px;
	text-align: left;
	width: 80%;
}
.infoimg{
	left: 1%;
    position: relative;
    top: 0.6375rem;
}
.dashBoardSection .ecvpDashBoardUrl a,.nonecvpDashBoardUrl a,.updateDynaconfigUrl a{
	color: rgba(107,94,81,1);
	text-decoration:none!important;
	font-weight: bold;
}
.ecvpInfo p,.nonecvpInfo p{
	border:2px solid #d7d9c0;
	border-radius: 3px;
	font-size: 1rem;
	font-family: Verdana;
	padding: 10px;
	background-color: white;
	/*margin: 10px;*/
	color: #6b5e51;
	width:100%;
}
.closebtn{
	margin:10px 20px 0 0;
}

.mtop-force-30 {
	margin-top: 30px !important;
}

.mtop-force-20 {
	margin-top: 20px !important;
}

.pbottom-0 {
	padding-bottom: 0 !important;
}



.captcha-container .refresh{
	background: url('../images/refresh_24x24.png') center left no-repeat;

  margin-left: 8px;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
      background-size: 20px;
  width: 24px;
  display: inline-block;
  height: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
.captcha-container .refresh{
	background: url('../images/refresh_24x24.png') center left no-repeat;
  }
}

/*SB UTERM ULOC CHNAGES*/

ul.listView li div.acct1 {
    background-position: left top !important;
}
.bell{
	height:15px;
	width:14px;
}
.icon-text-container{
	padding-top: 5px;
	margin-right: 0px !important;
}
.img-icon-sb{
	float:left;
	width:2%
}
ul.listView li a div.acct p.displayText-sb{
	float:left;
	text-align:left;
	width:95%;
	padding-left:13px;
	font-size:11px !important;
	color:#847364 !important;
	line-height:14px;
	font-family:Helvetica Neue;
}

.helpOptionView .inline-link{
	display: inline-block;
	min-width: 100px;
}

/*BARR related greeting module change - Start*/
.greetingContainer.barrPresent {
	border-bottom : 1px solid #bbb;
}
.barrGreetings.barrPresent{
	display: block;
    padding: 10px 20px 10px 15px;
    text-decoration: none;
    background: url("../images/chevron.png") #fff center right no-repeat;
}
.greetings.present.barrPresent:after {
    content: "";
    background: #FFF;
    position: absolute;
    left: 0px;
    height: 11px;
    width: 15px;
}
/*BARR related greeting module change - End*/

.ba360Advantage {
	margin-top: 15px;
}

#ba360Banner, #connectedAppsBanner {
	  text-decoration: none;
}
.ba360Greeting, .connAppsGreeting {
	padding: 10px 20px 10px 15px;
   	background: url("../images/chevron.png") #fff center right no-repeat;
    margin: 0 9px 9px 9px;
	min-height: 65px;
	border: 1px solid rgba(218,212,203,1);
	border-radius: 8px;
}
#GreetingHeader, #connAppsHeader {
	font-size: 18px;
    color: #0052C2;
}
#GreetingMessage, #connAppsMessage {
	font-size: 13px;
    color: #6B5E51
}
#me2youp2ptransfers div{width:100%;}

/*Account Servicing- PIPAD and AAD- CSS changes for ADA */
.AS-flex{
	display: flex !important;
}

.AS-flex-l{
	display: inline-flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
}

.AS-flex-r{
	display: inline-flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
}

.AS-block{
	display: block !important;
}

.AS-in-block .subVal{
	word-wrap: break-word;
}

.AS-in-block{
	display: inline-block !important;
}

.no-margin-top{
	margin-top: 0px !important;
}

.AS-13{
	font-size: 13px !important;
	font-weight: normal !important;
}

.no-border-top{
	border-top: none !important;
}

.lnht-28{
	line-height: 28px !important;
}

div.group li span.spanTab{
	display: inline-block;
	color: rgba(107,94,81,1);
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

div.group.tabGroup{
	display: flex;
}

div.group.tabGroup li.active span.spanTab{
    color: rgba(255,255,255,1);
}

div.group.tabGroup ul{
	display: flex;
	border: none;
	width: 100%;
	height: auto;
}
div.group.tabGroup li{
	display: flex;
	width: 50%;
}
#reviewTxnsContainer #transactionList > li.checkBox,
#lastValidTxnsContainer #transactionList > li.checkBox,
#merchant-txn-DQ5 #questionList_DQ5 > li.checkBox,
#questionList_DDPOS11_container #questionList_DDPOS11 > li.checkBox
{
	background-color: #fff !important;
}
#reviewTxnsContainer #transactionList > li.checkBox > a,
#lastValidTxnsContainer #transactionList > li.checkBox > a,
#merchant-txn-DQ5 #questionList_DQ5 > li.checkBox > a,
#questionList_DDPOS11_container #questionList_DDPOS11 > li.checkBox > a
{
	width: auto !important;
	padding-left: 0px !important;
}
#reviewTxnsContainer #transactionList > li.checkBox > a > div.txn-details,
#reviewTxnsContainer #transactionList > li.checkBox > a > div.txn-amount{
	width: 50% !important;
} 
#lastValidTxnsContainer #transactionList > li.checkBox > a > div.txn-details,
#lastValidTxnsContainer #transactionList > li.checkBox > a > div.txn-amount{
	width: 50% !important;
}
#merchant-txn-DQ5 #questionList_DQ5 > li.checkBox > a> div.merchant-txn-detail{
	width: 50% !important;
}
#questionList_DDPOS11_container #questionList_DDPOS11 > li.checkBox > a> div.user-name-detail{
	width: 50% !important;
}
#lastValidTxnsContainer #transactionList > li > fieldset .checkmark_on{
	background: url("../images/check_on@2x.png") center left no-repeat;
	height:30px;
	width:36px;
	background-size: 30px 30px;	
}
#lastValidTxnsContainer #transactionList > li > fieldset .checkmark_off{
	background: url("../images/check_off@2x.png") center left no-repeat;
	height:30px;
	width:36px;
	background-size: 30px 30px;		
}
/*END--Account Servicing- PIPAD and AAD- CSS changes for ADA */

/*.top-20{
	top: -22px !important;
}*/

#debitPin{
	display: inline-block;
	float: right;
	margin-top: 10px;
	width: 100px;
	margin-right: 0px;
}
#authCode {
	display: inline-block;
	float: right;
	margin-top: 10px;
	width: 100px;
}

#securityCodeOtac {
	display: inline-block;
	float: right;
	margin-top: 10px;
	width: 100px;
	margin-right: -22px;
}

#expiryDate {
	display: inline-block;
	float: right;
	margin-top: 10px;
	width: 100px;
	margin-right: -15px;
}

/*END--Account Servicing- PIPAD and AAD- CSS changes for ADA */

/* Start: OTAC */
#authorizationCodeDiv div.inputContainer,
#otacError  div.inputContainer{ 
	position: relative;
}
#authorizationCodeDiv div.inputContainer a,
#otacError  div.inputContainer a{
	position: absolute;
	right: 8px;
}
ul.listView.nochev li.pickListCheck a{
	background-color: rgba(255,255,255,1);
    background-size: 23px 23px;
} 

ul.listView.nochev > li > a{
	background-image:none;
}

/* END: OTAC */
#transferInfo > li.align div.row div.col10{
	width:10%;
}
#transferInfo > li.align div.row div.col90{
	width:90%;
}
#transferInfo p, #tfrmenu p, #payToName{
	word-break:break-word;
}