.show-icon-input {
	position: relative; 
	width:240px;
	}
	
	.show-icon-input input {
			border: none;
			background-color: #fff;
			display: block;
			width: 100%;
			box-sizing: border-box;
	}
	.show-icon-input img {
			position: absolute;
			top:2px;
			right:5px;
	}
/* Alert Panel */

.alert {
	padding: 10px;
	background-color: #fffbe5;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.alert {
		width: 825px;
	}
}

.errorBanner {
	color: #c4022b;
    font-weight: 700;
    background: #FFE7EA;
  	border: 1px solid #EDEDED;
    overflow: visible;
    text-align: left;
    margin: 6px 9px;
    font-size: 14px;
    border-radius: 6px;
    padding-bottom: 11px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.multiselect{
	width: 100em;		
	padding-top: 5px;
	height: auto;
	margin-left: -3px;
    line-height: 24px;
}	

.multiselect label{
	display: block;
}

.multiselect-on{
	color: #ffffff;
	background-color: #000099;
}

.income-types-checkboxes{
	height: auto;
}

.gross-tax-income{
	padding-bottom: 15px;
}

.black{
	color:#000000;
}
.warning-dynamic-state__icon {
	position: relative;;
	right: 0;
	top: 0; }

/* line 70, source/css/_glyphs.scss */
.warning-icon {
	color: #FFF; }
	/* line 73, source/css/_glyphs.scss */
	.warning-icon:before {
		content: "";
    content: attr(data-icon);
    display: inline-block;
    position: relative;
    top: 5px; 
    left: -10px;
    margin-left: 0.625em;
    height: 1.75em;
    width: 1.85em;
    border-radius: 100%;
    z-index: 1;
    padding-right: initial;}
	/* line 89, source/css/_glyphs.scss */
	.warning-icon:after {
	    position: absolute;
    display: inline-block;
    top: 36%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3em;
    color: #FFF;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: unset; }
	/* line 104, source/css/_glyphs.scss */
	.warning-icon[data-icon="alert"]:before {
	  background-color: #c4022b;
	  content: ""; }
	/* line 108, source/css/_glyphs.scss */
	.warning-icon[data-icon="alert"]:after {
	  content: "\21"; }
  
  /* line 114, source/css/_glyphs.scss */
  .warning-clickable-icon {
	height: 50px;
    line-height: 12px;
    width: 45px; }

.align-flex > .form__row__cell__content > div {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.align-flex > .form__row__cell__content > div .dynamic-state {
	flex-basis: 100%
}
.aboveMargin{
	margin-top: 30px;
	margin-bottom: 20px;}

.unique_id {
	float: none;
}

.padding_bottom_DepositAmount {
	padding-bottom: 20px;
}

.subsection_branch {
	padding-bottom: 30px;
}

.idinfo ul li {
	display: block;
	float: left;
}

.fundingIcons {	
	display: flex;
	white-space: nowrap;
	font-size: 17px;	
}

.button.findabranchbutton
{
	min-width: 240px !important; 
}
.displayInLine {
	display: flex;
	margin-top: 30px;
}

.justifyTopAlignment {
	margin-top: 10px;
}

.varRealtime {
	margin-top: 10px;
    margin-bottom: 4px;
}
.realtime_infotxt {
	margin-bottom: 8px !important;
}
.applicantinfo .padding-bottom-only {
	padding-bottom: 10px;
	padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.padding-bottom-checkbox {
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.dropdownsfo {
  overflow: hidden;
  transition: 0.25s opacity ease-in-out, 0.25s max-height ease-in-out, 0.25s margin-top ease-in-out, 0.25s padding-bottom ease-in-out;
  max-height: 1000px;
  width: 100%;
  padding-left: 0; }
  
.oc-formexisting-register {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin-top: 40px;
}

@media screen and (max-width: 525px) {
	.oc-formexisting-register {
	margin-top: 20px;
	}
}

.accordion-container__button {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	color: #1D4695;
	letter-spacing: 0;
	cursor: pointer;
	text-align: left;
	outline: none;
}

.accordion-container__button::before {
	content: "+";
	font-size: 16px;
	padding-right: 5px;
}

.accordion-container__button.expanded::before {
	content: "-";
	font-size: 14px;
}

.accordion-container__button.expanded {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #00AE64;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
}

.accordion-container__button.expanded.paddingbottom {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #00AE64;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	padding-bottom: 15px;
}

.accordion-container__content {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	overflow: visible;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 10px;
}

.accordion-container_idinfo {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	overflow: visible;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.accordion-container_resourceinfosection {
	padding: 20px;
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	overflow: visible;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.accordion-container_basicexpressinfosection {
		padding: 20px;
		background: #F9F9F9;
		border: 1px solid #EDEDED;
		overflow: visible;
		text-align: left;
		width: 90;
		margin: 0 auto;
		font-size: 16px;
}

.oc-accordion-container__content {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	overflow: visible;
	text-align: left;
	margin: 5px 10px;
	font-size: 14px;
}

.eaxineligible {
	margin-bottom: 30px;
}

.ofrprefil {
	margin-top: 20px;
}
.sc-button-text {
	text-decoration: underline;
}

.sc-question__text-column {
	max-width: 553px;
}

/* Pre-approved offer banner in app info-1 ---start*/

.offer_banner{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 1em 0 2em 0;
	margin-bottom: 1em;
  }
  @media screen and (min-width: 525px) {
	.offer_banner {
	  flex-wrap: nowrap;
	  width: 900px;
	}
  }
  .offer_banner::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 95%;
	height: 2px;
	background-color: rgba(51, 51, 51, 0.2);
  }
  .offer_img {
	flex-basis: 100%;
	margin-bottom: 1em;
  }
  @media screen and (min-width: 525px) {
	.offer_img {
	  flex-basis: 225px;
	  margin: 0 1.5em 0 0;
	}
  }
  .creditCardDisplay {
	width: 100%;
  }
  .offer_content {
	flex: auto;
  }
  @media screen and (min-width: 525px) {
	.offer_content {
	  flex: 1;
	}
  }
  .offer_sub_title {
	font-size: 18px;
	padding-bottom: 8px;
	color: #6f6f73;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.25px;
  }
  .offer_title {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #1d4094;
	padding-bottom: 8px;
  }
  .offer_text {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.5;
  }

  .offer_text_bold{
	font-weight: bold;
	display:inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-bottom: 0px;
	color: #1D4695;
}

.se-background-color--gray-text-light {
  background-color: #f3f3f3; 
  margin-bottom: 20px;}

@media screen and (max-width: 500px) {
  .spacing-m1, .spacing--m1 {
    padding: 12px; } }
    
/* Pre-approved offer banner in app info-1 ---end*/
.preapproved_wizard__navigation {
	text-align: center;
	max-width: 100%;
	margin-top: 0;
}

  .mp__wizard__navigation {
  	 margin-top: 30px;
    margin-bottom: 20px;
    max-width: 850px; }
    /* line 10, source/css/_mixins.scss */
    .mp__wizard__navigation:after {
      clear: both;
      display: table;
      content: ""; }

	.colorblue {
		font-weight: bold;
		color: #1D4695;
		float: left;
	}


/* Preapproved center wizard*/
.wizard-center {
	margin: 20px 0;
	overflow: hidden;
}

.current-product__securedcard {
	margin: 0px;
	font-size: 14px;
	display: inline-block;
}

.current-product__productname {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 600 !important; }

@media screen and (min-width: 760px) {
	.accordion-container__content {
		padding: 10px;
		background: #F9F9F9;
		border: 1px solid #EDEDED;
		overflow: visible;
		text-align: left;
		margin: 10px auto 0 0 ;
		font-size: 14px;
		width: 70%;
	}
	
	.accordion-container_idinfo {
		padding: 10px;
		background: #F9F9F9;
		border: 1px solid #EDEDED;
		overflow: visible;
		text-align: left;
		width: 90;
		margin: 0 auto;
		font-size: 14px;
	}
	
	.accordion-container_resourceinfosection {
		padding: 20px;
		background: #F9F9F9;
		border: 1px solid #EDEDED;
		overflow: visible;
		text-align: left;
		width: 90;
		margin: 0 auto;
		font-size: 14px;
	}
	
	.accordion-container_basicexpressinfosection {
		padding: 20px;
		background: #F9F9F9;
		border: 1px solid #EDEDED;
		overflow: visible;
		text-align: left;
		width: 90;
		margin: 0 auto;
		font-size: 16px;
	}
	
	.justifyTopAlignment {
	    margin-top: 18px;
	} 

	.oc-accordion-container__content {
		width: 553px;
	}
	.oc-accordion-container {
		padding-left: 15px;
	}
	.current-product+.wizard-center {
		margin-top: 0;
	}
	.current-product__securedcard {
		margin-left: 4px;
	}
}

/* Align the card icon along with the link */
.buildCreditLink {
	vertical-align: middle;
	margin-right: 5px;
}

.alert__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.alert-textarea--width {
	max-width: 9000px;
	width: 8000px;
}

.alert__content__icon {
	color: #c99000;
}

/* Funding reminder banner info icon */
.info_icon {
	padding: 10px;
	background-color: #e4e9f2;
}

.alert__close--left {
	color:  #888;
	cursor: pointer;
}

.button_group--optional__funding {
	white-space: nowrap;
}

.register_button {
	min-width: 250px;
	margin-bottom: 4rem;
}

.question__question-conso {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.question__subquestion-conso {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding-right: 100px;
}

/*Adds an underline to a link without anchor tag*/
.linkish-popup {
	text-decoration: underline;
	color: #1d4094;
	font-size: 16px;
}

.form__row__cell-transitiongroup-enter {
	opacity: 0.01;
}

.form__row__cell-transitiongroup-enter.form__row__cell-transitiongroup-enter-active
{
	opacity: 1;
	transition: opacity 250ms ease-in;
}

.wizard_page-tgback-enter {
	margin-left: -33.3334%;
}

.wizard_page-tgback-enter.wizard_page-tgback-enter-active {
	margin-left: 0%;
	transition: margin-left 250ms ease-in;
}

.wizard_page-tgback-leave {
	margin-left: 0%;
}

.wizard_page-tgback-leave.wizard_page-tgback-leave-active {
	margin-left: 33.3334%;
	transition: margin-left 250ms ease-in;
}

.wizard_page-tgforward-enter {
	margin-left: 33.3334%;
}

.wizard_page-tgforward-enter.wizard_page-tgforward-enter-active {
	margin-left: 0%;
	transition: margin-left 250ms ease-in;
}

.wizard_page-tgforward-leave {
	margin-left: -66.6668%;
}

.wizard_page-tgforward-leave.wizard_page-tgforward-leave-active {
	margin-left: -99.9998%;
	transition: margin-left 250ms ease-in;
}


.agreements-subsection li {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.agreements-subsection h1,
.agreements-subsection h2,
.agreements-subsection h3,
.agreements-subsection h5{
	font-weight: 800;
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: 0.09px;
	text-align: left;
    margin: 0 0 0.5em;
}

.agreements-subsection p
{
	font-size: 0.75em;
	color: #000000;
	letter-spacing: 0.07px;
	line-height: 1.5em;
	text-align: left;
}

.agreements-subsection span p
{
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.07px;
	line-height: 1.5em;
	text-align: left;
}

div#termsCreditCard .no-margin{
	margin:0 0 1.5em;
}

 .agreement-box{
	margin-top:30px;
	margin-bottom:1.5em;
} 

.ib-ofrcode {
	float: none;
	margin-top: 20px;
}

.agreements-files__list-item:not(:last-child) {
	margin-bottom: 10px;
}

.viewRates{
	padding-left: 3px;
}

.locator__map.border {
	border: 1px solid #A2A4A3;
}

.click-to-chat__container {
	margin-top: 15px;
}

.click-to-call__container {
	margin-top: 15px;
}

.need-help__container {
	margin-bottom: 30px;
}

.button__group .divbutton.-m2 {
	margin-bottom: 20px;
	display: block
}
.divbutton-group-m2-no-wrap
{
	display: block;
	width: 100%;
	display: inline-block;
    white-space: nowrap;

}

div.panel {
	padding: 0 18px;
	background-color: #f1f1f1;
	max-height: 0;
	transition: 0.4s ease-in-out;
	opacity: 0;
	margin-bottom: 15px;
	margin-left: 60px;
	font-size: .938em;
}

div.panel.show {
	line-height: 2;
	opacity: 1;
	max-height: 500px;
	font-size: .938em;
}

.prefill-offercode {
	padding-top: 8px !important;
	font-size: 16px;
	font-weight: 700;
	background-color: lightgray;
	align-items: center;
	padding-bottom: 10px;
	padding-right: 10px;
}

.subsection .subsection__message3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	width: 850px;
	background-color: lightgray;
}

@media screen and (min-width: 800px) {
	.question__input-column {
		/*     float: left; */
		margin-bottom: 24px;
		/* margin-top: -55px; */
		float: right;
	}
}

@media screen and (max-width: 799px) {
	.form-radio--graphic {
		display: inline-block;
		height: 30px;
		width: 30px;
		border-width: 2px;
		margin: 0 auto;
		border-color: #656263;
		float: right;
	}
	form.-js-checklist-form .form-radio--graphic {
		margin-left: 40px !important;
	}
	.form-label--graphic {
		font-size: 14px;
		font-weight: 700;
		float: left;
		margin-top: -20px;
	}
	/* line 213, source/css/_form.scss */
	[data-valid="false"] .form-label--graphic {
		color: #c4022b;
	}
	.question__input-column {
		float: left;
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 700px) {
	.button__group .divbutton.-m2 {
		margin-right: 20px;
		display: inline-block;
	}
	.question__question__checklist {
		margin-left: 0px;
	}
	.page__intro__checklist {
		margin-left: 20px;
	}
}

@media screen and (min-width: 760px) {
	.button__group .divbutton.-m2 {
		margin-bottom: 20px;
		display: block
	}
}

.question__text-column {
	/*max-width: 700px; */

}

@media only screen and (min-width: 480px) {
	div.panel.show {
		max-height: 600px;
		margin-left: 60px !important;
		line-height: 2 !important;
	}
}

@media only screen and (max-width: 479px) {
	.option__text-column-conso {
		padding: 5px;
	}
	.react-tabs__tabs-list {
		max-width: 100% !important;
		justify-content: initial !important;
	}
	
	.fundingIcons {
		display: inline-flex;
		font-size: 13px;		
	}
	.react-tabs_2tabs-list {
		max-width: 100% !important;
		justify-content: initial !important;
	}
}
.question__subquestion-conso{
	margin-left: 50px;
}

.question__question-conso {
	margin-left: 50px;
}

.accordion {
	margin-left: 50px;
}

.option__input-column-conso {
	height: 35px;
}

div.panel.show {
	max-height: 600px;
	line-height: 1.5;
}

.account_details {
	margin-left: -15px;
	font-size: 1em;
}

/**
*  Password strength class names
*/
@-webkit-keyframes popIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	35% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 1;
	}

	65% {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes popIn {

	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	35% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 1;
	}

	65% {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.spacing-top--half {
	padding-top: 10px;
}

.funding_deposit_amount_styling {
	padding-top: 20px;
}

.funding_deposit_amount_styling_nonsecuredcard {
	margin-bottom: -30px;
}

.strength-meter__wrap {
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	overflow: hidden;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.strength-meter__wrap__bar {
	display: block;
	height: 5px;
	width: 0;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.strength-meter__wrap__gutters {
	position: absolute;
	width: 100%;
	display: table;
	top: 0;
}

.strength-meter__wrap__gutters__cell:first-child {
	box-shadow: none;
}

.strength-meter__wrap__gutters__cell {
	display: table-cell;
	height: 5px;
	width: 20%;
	box-shadow: inset 4px 0px 0px 0px #FFFFFF;
}

.input-checker {
	display: block;
}

.input-checker__item {
	margin-top: 6.66667px;
	position: relative;
	color: #656263;
}

.input-checker__item:first-child {
	margin-top: 0;
}

.input-checker__item__indicator {
	position: absolute;
	width: .5rem;
	height: .5rem;
	border: 1px #656263 solid;
	border-radius: 100%;
	top: 3px;
	left: 4px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}

.input-checker__item__text {
	display: inline-block;
	font-size: 0.875em;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
	padding-left: 21px;
}

.input-checker__item.checked {
	color: #5B8F22;
}

.input-checker__item.checked .input-checker__item__indicator {
	border-color: #5B8F22;
	-webkit-transform: scale(3);
	transform: scale(3);
	opacity: 0;
}

.input-checker__item.checked:before {
	font-family: 'FifthThirdWebApp';
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1;
	/* Enable Ligatures ================
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga"; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "x";
	font-size: 1rem;
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 0px;
	-webkit-animation: popIn 600ms ease-out 150ms;
	animation: popIn 600ms ease-out 150ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.strength-meter__unlist {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.strength-meter__spacing-top {
	padding-top: 10px;
}

.strength-meter__input-group__addon.input-group__addon {
	width: 55px;
	border-left: none;
	display: table;
	cursor: default;
}

.strength-meter__input-group__addon.input-group__addon:after {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
}

.strength-meter[data-strength="weak"] .strength-meter__wrap__bar {
	background-color: #c65757;
	width: 20%;
}

.strength-meter[data-strength="weak"] .strength-meter__input-group__addon:after
{
	content: "Weak";
	color: #c65757;
	opacity: 1;
}

.strength-meter[data-strength="poor"] .strength-meter__wrap__bar {
	background-color: #f18f0f;
	width: 40%;
}

.strength-meter[data-strength="poor"] .strength-meter__input-group__addon:after
{
	content: "Poor";
	color: #f18f0f;
	opacity: 1;
}

.strength-meter[data-strength="fair"] .strength-meter__wrap__bar {
	background-color: #f1c40f;
	width: 60%;
}

.strength-meter[data-strength="fair"] .strength-meter__input-group__addon:after
{
	content: "Fair";
	color: #efb300;
	opacity: 1;
}

.strength-meter[data-strength="good"] .strength-meter__wrap__bar {
	background-color: #8cc000;
	width: 80%;
}

.strength-meter[data-strength="good"] .strength-meter__input-group__addon:after
{
	content: "Good";
	color: #79a700;
	opacity: 1;
}

.strength-meter[data-strength="strong"] .strength-meter__wrap__bar {
	background-color: #5B8F22;
	width: 100%;
}

.strength-meter[data-strength="strong"] .strength-meter__input-group__addon:after
{
	content: "Strong";
	color: #5B8F22;
	opacity: 1;
}

.dynamic-state[data-valid="false"] .input-group__addon{
	display: none;
}

.closeAlertBanner {
   display: none;
}

.strength-meter .dynamic-state[data-valid="true"] .dynamic-state__input
{
	padding-right: 50px;
}

.input-group__addon {
	width: 44px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	opacity: 1;
	overflow: hidden;
	font-size: 0.75em;
}

.input-group__addon-ssn {
	width: 44px;
	height: 30px;
	position: absolute;
	right: 45px;
	top: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	opacity: 1;
	overflow: hidden;
	font-size: 0.75em;
}

.input-group__addon {
	background-color: transparent;
	color: #88A7CC;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
/**
 * Glyphs / Icons
 */
@font-face {
	font-family: 'QuestionMarkToolTip';
	/* QuestionMarkTool changes: "src" */
	src: url("/openconsumer/resource/font/QuestionMarkToolTip.eot");
	src: url("/openconsumer/resource/font/QuestionMarkToolTip.eot")
	format("embedded-opentype"),
	url("/openconsumer/resource/font/QuestionMarkToolTip.woff") format("woff"),
	url("/openconsumer/resource/font/QuestionMarkToolTip.ttf")
	format("truetype"),
	url("/openconsumer/resource/font/QuestionMarkToolTip.svg#MedForAll")
	format("svg");
	font-weight: normal;
	font-style: normal;
}

.questionTool-before:before, .questionTool-before:after,
.questionTool-after:before, .questionTool-after:after, .questionTool {
	font-family: 'QuestionMarkToolTip';
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-question-o:before {
	content: "\e606";
	margin-left: 4px;
	cursor: pointer;
	color: #5470AF;
}

/**
 * ID Alert Account features new CSS classes
 */
.idAlertMulti {
	margin: 20px 0;
    display: flex;
    background: #1d4695;
    color: white;
    padding: 20px;
    border-radius: 6px;
}

.idAlertMulti .question__input-column {
	float: left !important;
}

.idAlertText {
	height: 35px;
	font-family: "Open Sans", sans-serif;
	font-size: 23px !important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.16px;
	color: #ffffff;
}

.idAlertSubQuestionText {
	width: 228px;
	height: 28px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 0.1px;
	color: #ffffff;
	margin-left: -20px;
}

.large-idalert_radio__label {
	display: block;
	padding: 6px 0 8px 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	width: 260px;
	text-align: left;
}

.question__idalert_radio-field {
	width: 300px;
	display: inline-block;
}

.idalert-large-radio {
	position: relative;
	margin: 0 0 16px 0; }
	.idalert-large-radio__input {
	  width: 26px;
	  height: 26px;
	  left: 0;
	  top: 0;
	  opacity: 0;
	  position: absolute; }
	.idalert-large-radio .idalert-large-radio__input + label {
	  cursor: pointer; }
	  .idalert-large-radio .idalert-large-radio__input + label::before {
					content: "";
					width: 26px;
					height: 26px;
					border: 2px solid;
					border-radius: 50px;
					top: 0;
					left: 0;
					position: absolute; }
	  .idalert-large-radio .idalert-large-radio__input + label::after {
					content: "";
					border: 3px solid;
					border-left: 0;
					border-top: 0;
					left: 11px;
					top: 7px;
					opacity: 0;
					height: 14px;
					width: 8px;
					position: absolute;
					transform: rotate(45deg);
					transition: opacity .2s ease; }
	.idalert-large-radio .idalert-large-radio__input + label::after {
	  width: 16px;
	  height: 16px;
	  background-color: #ffffff;
	  border: 0;
	  border-radius: 50px;
	  top: 5px;
	  left: 5px; }
	.idalert-large-radio .idalert-large-radio__input:checked + label::after {
	  opacity: 1; }
	.idalert-large-radio .idalert-large-radio__input:focus + label::before {
	  box-shadow: 0 0 0 1px #1d4094;
	  outline: 3px solid transparent; }
	.idalert-large-radio__label {
	  display: block;
	  font-size: 14px;
	  font-weight: normal;
	  font-family: "Open Sans", sans-serif;
	  padding-left: 31px;
      margin-bottom: 5px;
	  }
	  
.ida {
	color: #ffffff;
}

.question__idalert_first-radio-field {
	width: 70px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
}

.agreements-files__list-item-idalert {
    padding-left: 36px;
    background-image: url("/openconsumer/resource/image/file-pdf-white.svg");
    font-size: 14px;
    line-height: 21px;
    height: 25px;
    background-repeat: no-repeat;
    color: black;
    margin-bottom: -40px; }
    /* line 1221, source/css/_layout.scss */
    a:not(:last-child) .agreements-files__list-item-idalert {
      margin-bottom: 10px; }

.featureterms{
	margin-top: 10px;
	font-size: 15px;
}

@media only screen and (max-width: 428px) {
	.question__idalert_radio-field {
		width: 132px;
	}
	.idalert-large-radio__label{
	     width:225%;
	}
}

@media only screen and (min-width:700px) and (max-width: 770px) {
	.question__idalert_radio-field {
		width: 261px;
	}
	.idalert-large-radio__label{
	      width: 285px;
	}
}

/******ID-Alert CSS End*******/

.multiProduct_Radio {
	padding: 14px 0px 0px 60px;
}

.large-radio.multiProduct-RadioInput {
	margin-bottom: 0px;
}

.multiProduct-RadioInput label {
	font-weight: 400;
	text-align: left;
	margin-left: 45px;
	padding: 6px 0;
	font-size: 16px;
}

.multiProduct-RadioInput label::before {
	color: #a2a4a3;
	top: 5px !important;
	left: 10px !important;
}

.multiProduct-RadioInput label::after {
	top: 10px !important;
	left: 15px !important;
}

.mp-confirmation-reduce-space {
	margin-top: -10px;
}

.info-table-light {
	font-weight: 0;
}

.not-applied {
	font-weight: 700 !important;
	color: red;
}

.submessage-not-applied {
	display: inherit;
	max-width: 600px;
}

.option__text-column-conso {
	width: calc(100% - 70px);
	background: #f1f1f1;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 1px;
}

.option__input-column-conso {
	float: left;
	padding: 10px;
}

.option__conso {
	padding-left: 0px;
	max-width: 1000px;
}

.accordion {
	margin-bottom: 10px;
}


.link__conso {
	margin-left: -15px;
	font-size: .938em;
}

html {
	overflow-y: scroll;
}

div.question__question-conso {
	margin-left: 60px;
}

div.question__subquestion-conso {
	margin-left: 60px;
	margin-bottom: 5px;
}

div.panel {
	overflow: hidden;
}

.accordion {
	margin-left: 55px;
}

.subsection__message {
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	/* margin-left: 26px; */
	font-size: 14px;
}

.subsection__subtitle {
	font-weight: 300;
	line-height: 31px;
	margin: 0;
	/* margin-left: 26px; */
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.option__text-column-funding {
	max-width: 850px;
}

.option__text-column-funding {
	width: calc(100% - 70px);
	float: left;
}

.option__input-column {
	padding-right: 10px;
}

.question__question-funding {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

/* line 169, source/css/_typography.scss */
.page__title.-color-success {
	color: black;
}

/* Social Security Unmasking Disabled in IE */
input[id$="ssn"]::-ms-reveal {
	display: none;
}

.page--bound {
	max-width: 800px;
	/* margin-top: -25px; */
}

/* Optional Form Field Labels */
.oc-form-label-optional {
	color: #6F6F73;
}

.checklist__requirement {
	font-size: 14px;
	line-height: 31px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.checklist__requirement span {
	margin-left: 0px;
}
  
/* Requirments Check List Style */
.requirements__list__checklist ul.requirements {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.requirements__list__checklist ul.requirements li {
	margin-left: 33px;
	position: relative;
}

.requirements__list__checklist ul.requirements li::before {
	content: "";
	background: #000;
	width: 5px;
	height: 5px;
	vertical-align: 2px;
	border-radius: 50%;
	display: inline-block;
	color: white;
	text-align: center;
	position: absolute;
	top: 13px;
	left: -17px;
}

sup {
	font-weight: bold;
	font-size: small;
}

@media screen and (max-width: 760px) {
	.requirements__list__checklist ul.requirements li {
		margin-left: 20px;
    }
    .page__intro{
        padding-top: 16px;
        padding-bottom: 32px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .idAlertMulti {
		margin-bottom: 30px;
		margin-top: 0;
    }
}

.requirements {
	margin-top: -15px;
	line-height: 50px;
	margin-left: 15px;
}

.page__intro__checklist {
	font-size: 21px;
	line-height: 31px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	padding: 0;
}

div#savingsAgreementPage .page__intro {
  	font-size: 14px;
  	line-height: 22px;
  	font-weight: 400;
  	padding: 0;
	margin: 0 0 1.5em;
}

@media screen and (min-width: 760px) {
	.requirements__list__checklist {
		margin-left: 20px;
	}
}

.form__label__text {
	padding-bottom: 5px;
	font-weight: 700;
}

.form__label__optionaltext {
	color: #6F6F73;
	margin-left: 5px;
}

/* -- [ Page intro ] -- */
@media screen and (min-width: 760px) {
	.container .page__intro {
        margin-bottom: 40px;
    }
}

/*End:Added for PBI:193,209*/
/* -- [ OC HEADER ] -- */
.header {
	height: 50px;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	background: #2466CA; /* Old browsers */
}

.header .container {
	align-items: center;
	align-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	speak: none;
	text-align: center;
}

.header a.header__logo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	max-width: 43px;
	flex: 1 43px;
}

.header a.header__logo img {
	align-self: center;
	position: static;
}

.header img.logo--small {
	max-width: 43px;
	max-height: 38.39px;
}

img.calendaricon--small {
	max-width: 50px;
	max-height: 50px;
	margin-right: 15px;
}

@media screen and (min-width: 760px) {
	.header {
		height: 85px;
		background: #2466CA; /* Old browsers */
	}
	.header a.header__logo {
		flex: 1 180px;
		max-width: 230px;
	}
	.header a.header__logo img.logo {
		flex: 1 180px;
		max-width: 230px;
	}
}

/* -- [ Progress Bar Component ] -- */
.header + div {
	overflow: hidden;
}
.progress {
	align-items: center;
	align-content: center;
	background: #FFF;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .08);
	color: #6F6F73;
	cursor: default;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-flex-flow: row wrap;
	font-size: 11px;
	font-weight: 700;
	height: 35px;
	line-height: 30px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	speak: none;
	text-align: center;
	text-transform: uppercase;
	min-width: 100%;
	width: 100%;
}
.progress .progress__step {
	align-self: center;
	flex: 1 1 auto;
	flex-basis: auto;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: color 1s ease-out .5s;
	-moz-transition: color 1s ease-out .5s;
	-ms-transition: color 1s ease-out .5s;
	-o-transition: color 1s ease-out .5s;
	transition: color 1s ease-out .5s;
}
.progress .progress__step--active {
	color: #1d4094;
	-webkit-transition: color 1s ease-out .5s;
	-moz-transition: color 1s ease-out .5s;
	-ms-transition: color 1s ease-out .5s;
	-o-transition: color 1s ease-out .5s;
	transition: color 1s ease-out .5s;
}

.progress .progress__step:last-of-type.progress__step--active {
}
.progress .progress__label {
	position: relative;
	white-space: nowrap;
}
.progress .progress__badge {
	border-radius: 50%;
	background: #6F6F73;
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin: auto 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	-webkit-transition: background-color 1s ease-out .5s;
	-moz-transition: background-color 1s ease-out .5s;
	-o-transition: background-color 1s ease-out .5s;
	transition: background-color 1s ease-out .5s;
}
/*
 * funding error css
 */
.progress2 {
    font-size: 14px;
    height: 50px;
    line-height: 40px;
    padding: 0 40px;
    align-items: center;
    align-content: center;
    background: #fffbe5;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .08);
    color: #000;
    cursor: default;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-flow: row wrap;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    line-height: 18px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    speak: none;
    text-align: center;
    /* text-transform: uppercase; */
    min-width: 100%;
    max-width: 1200px;
}
.progress .progress__badge::after {
	content: "x" !important;
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	width: 13px;
}
.progress .progress__title {
	display: inline-block;
	letter-spacing: 1.2px;
	padding-left: 5px;
	z-index: 3;
}
/* Hide Check Mark */
.progress .progress__step--active .progress__badge::after,
.progress .progress__step--active ~ .progress__step .progress__badge::after {
	width: 0;
	-webkit-transition: width 1s ease-out .5s;
	-moz-transition: width 1s ease-out .5s;
	-o-transition: width 1s ease-out .5s;
	transition: width 1s ease-out .5s;
}
.progress .progress__step--active .progress__badge {
	background: #1d4094;
	-webkit-transition: background-color 1s ease-out .5s;
	-moz-transition: background-color 1s ease-out .5s;
	-o-transition: background-color 1s ease-out .5s;
	transition: background-color 1s ease-out .5s;
}
.progress .progress__number {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

.progress .progress__step--active .progress__number,
.progress .progress__step--active ~ .progress__step .progress__number {
	display: inline;
}

.progress .progress__step:not(.progress__step--active) .progress__title {
	display: none;
}
@media screen and (min-width: 500px) {
	.progress {
		padding: 0 40px;
	}
}
/* -- Screens Above 760px -- */
@media screen and (min-width: 801px) {
	.progress {
		font-size: 14px;
		height: 50px;
		line-height: 40px;
	}

	.progress .progress__step:first-of-type {
		margin-right: 9.375em;
	}
	.progress .progress__step:last-of-type {
		margin-left: 9.375em
	}

	.progress .progress__badge {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.progress .progress__title {
		margin-left: 5px;
	}
	.progress .progress__badge::after {
		font-size: 18px;
		width: 18px;
	}
	.progress .progress__step .progress__title {
		display: inline-block !important;
	}
}

/*End:Added for PBI:193,209*/
/* -- ------------------ -- */
/* -- [ SSN PBI: 228 ] -- */
/* -- ----------------- -- */
@media screen and (max-width: 600px) {
	.-js-ssn.-size-standalone-word .dynamic-state__icon {
		left: auto;
		right: 100px;
	}
}

/* -- [ applicantinfo2 ] -- */
/* -- [ Personal Loan - Loan Request - applicantinfo2 ] -- */
@media screen and (min-width: 500px) {
	.personal-loan-applicantinfo label.form__label,
	.personal-loan-applicantinfo label.informational-txt,
	.fundingaccountoptions label.form__label {
		width: 430px;
	}
}

.card-image-align label {
	display:inline;
}

.card-image-align img{
	float: right;
	height: 24px;
}

/* -- [ lending-lead] -- */
@media screen and (min-width: 500px) {
	.lending-lead  label.form__label, .lending-lead  label.informational-txt
	{
		width: 430px;
	}
}

.personal-loan-applicantinfo .loan_calculator {
	margin-top: -20px;
	line-height: 1.5;
}

label[for="gross-tax-income"].dynamic-state__details--always {
	letter-spacing: -0.498px;
}

/* -- [ applicantreview ] --/
/* -- [ Personal Loan - App Review Page - applicantreview ] -- */
.personal-loan-applicantreview .info-table tbody tr {
	display: block;
}

.personal-loan-applicantreview .info-table tbody th {
	width: 155px;
}

@media screen and (min-width: 500px) {
	.personal-loan-applicantreview .info-table tbody tr {
		width: 800px;
	}
	.personal-loan-applicantreview .info-table tbody th {
		width: 266px;
	}
}

/* -- [ loanconfirmation ] --/
/* -- [ Loan - Confirmation - loanconfirmation ] -- */
.personal-loan-loanconfirmation .page__intro {
	margin-bottom: 40px !important;
}

.personal-loan-loanconfirmation .subsection {
	margin-bottom: 40px;
}

.personal-loan-loanconfirmation .info-table__row span b {
	display: block;
	margin: 20px 0 20px;
}

@media screen and (min-width: 500px) {
	input[type="date"] {
		width: 150px
	}
}

.checklist .dropdown .form {
	transition: none !important;
}

/* -- [ creditcardinfo] --/
/* -- [ Creditcard - Applicant Information - creditcardinfo ] -- */
.popup-large {
	align-items: center;
	align-content: center;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	justify-content: center;
	padding: 30px 15px;
}

.popup-large .popup-container {
	position: relative;
}

.popup-large .popup-content {
	flex: 1;
	max-width: 500px;
	max-height: 90vh;
	padding: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
}

.popup-exit {
	height: 28px;
	margin: 10px;
	position: absolute;
	right: -20px;
	top: -20px;
	text-align: center;
	width: 28px;
	z-index: 1;
}

.popup-exit img {
	height: 100%;
}

.alert-text {
	font-weight: bold;
	marginBottom: 5px;
}

@media screen and (max-width: 375px) {
	.dynamic-state__input-cursor {
		color: transparent;
		text-shadow: 0px 0px 0px #000;
	}	
}

#resendOTPButton[disabled] {
	color: #A2A2A2 !important;
	border-color: #A2A2A2 !important;
}

.bankName {
	display: inline !important;
	opacity: 1 !important;
}
.bankNameButton{
	background-color: #1d4094 !important;
    border-color: #1d4094 !important;
}

.popup-dynamic-state__details--always {
	color: #656263;
	letter-spacing: -0.3px;
	marginTop: 5px;
}

.personal-loan-applicantinfo .form__row__cell__content__label {
	display: inline;
}

.lendingheaderfont {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

.preapprovedExpandfont {
	font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.sbaSectionfont {
	font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
    
.sbcompletefont {
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
    
.lendeasylogo {
	margin-right: 5px;
	margin-bottom: -6px;
	height: 25px;
	width: 92px;
}

.current-signloan__header {
	display: inline;
	margin-right: 5px;
	font-size: 14px;
}

.current-signloanproduct {
	color: #656263;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 760px) {
	.current-signloanproduct {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.current-signloanproduct+.wizard {
		margin-top: 0;
	}
}

.large-radio {
	position: relative;
	margin: 0 0 16px 0; }
	.large-radio__input {
	  width: 26px;
	  height: 26px;
	  left: 0;
	  top: 0;
	  opacity: 0;
	  position: absolute; }
	.large-radio .large-radio__input + label {
	  cursor: pointer; }
	  .large-radio .large-radio__input + label::before {
					content: "";
					width: 26px;
					height: 26px;
					border: 2px solid;
					border-radius: 50px;
					top: 0;
					left: 0;
					position: absolute; }
	  .large-radio .large-radio__input + label::after {
					content: "";
					border: 3px solid;
					border-left: 0;
					border-top: 0;
					left: 11px;
					top: 7px;
					opacity: 0;
					height: 14px;
					width: 8px;
					position: absolute;
					transform: rotate(45deg);
					transition: opacity .2s ease; }
	.large-radio .large-radio__input + label::after {
	  width: 16px;
	  height: 16px;
	  background-color: #1d4094;
	  border: 0;
	  border-radius: 50px;
	  top: 5px;
	  left: 5px; }
	.large-radio .large-radio__input:checked + label::after {
	  opacity: 1; }
	.large-radio .large-radio__input:focus + label::before {
	  box-shadow: 0 0 0 1px #1d4094;
	  outline: 3px solid transparent; }
	.large-radio__label {
	  display: block;
	  padding: 6px 0 8px 0px;
	  font-size: 14px;
	  font-weight: 600;
	  font-family: sans-serif;
	  text-align: center;
	  }

.lendingleadbutton {
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 1px solid;
	text-decoration: none;
	min-width: 260px;
	height: 40px;
	text-align: center;
}

.lendingleadbutton.-primary, .anchor.-primary {
	background-color: #1d4094;
	border-color: #1d4094;
}

.lendingleadbutton.-primary, .lendingleadbutton.-secondary, .anchor.-primary,
.anchor.-secondary {
	color: #FFF;
}

.lendingleadbutton {
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0;
	transition-property: background-color;
}

.lendingleadbutton.-spacing, .lendingleadbutton.-default {
	padding: 10px 20px;
	line-height: 1.1;
}
/* line 39, source/css/_ctas.scss */
.lendingleadbutton-default, .lendingleadbutton.-clear {
	border-color: transparent;
}
/* line 43, source/css/_ctas.scss */
.lendingleadbutton.-default {
	font-kerning: normal;
	-webkit-font-kerning: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	font-weight: 600;
}
/* line 49, source/css/_ctas.scss */
.lendingleadbutton.-clear {
	background-color: transparent;
	transition-property: color;
}

.right-option {
	margin-right: 4px;
}

@media screen and (max-width: 700px) {
	/* line 62, source/css/_ctas.scss */
	.lendingleadbutton.-m2 {
		display: block;
		text-align: center;
		width: 100%;
	}
}
/* line 70, source/css/_ctas.scss */
.lendingleadbutton.-width-reset {
	min-width: 0px;
	width: auto;
}

.lendingleadbutton.glyph-before:before {
	margin-right: 6px;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 14px;
}

.personal-loan-form-checkbox {
	height: 0.1em;
	width: 0em;
}
.right-option{
	margin-right: 4px;
}

@hide screen and (max-width: 360px) {
	.dynamic-state[data-valid="false"] .dynamic-state__details,
	.dynamic-state[data-valid="false"] .dynamic-state__details--toggle {
		margin-left: 0px !important;
	}
}

@media screen and (min-width: 320px) {
	.dynamic-state__icon {
		right: 18px;
	}
	.react-datepicker__input-container {
		width: 100%;
	}
	.react-datepicker-wrapper {
		display: block;
		width: 100%;
	}
	.date-picker-icon {
		position: absolute;
		top: 10px;
		right: 5px;
	}
	.clickable-icon-calendar {
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 1em;
		text-align: center;
		margin-right: 20px;
	}
}

/**
 * ID Alert Account features Mobile
 */
@media screen and (max-width: 768px) {
	.idAlertText {
		font-family: "Open Sans", sans-serif;
		font-size: 18px !important;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.13;
		letter-spacing: 0.16px;
		color: #ffffff;
		margin-bottom: 22px;
	}
	.idAlertCardIcon {
		width: 85px;
	}
}

@media screen and (min-width: 768px) {
	.date-picker-icon {
		position: absolute;
		top: 10px;
		right: 5px !important;
	}
	
	.react-datepicker__input-container {
		width: 242px;
	}
	.clickable-icon-calendar {
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 1em;
		text-align: center;
		margin-right: 5px;
	}
}

.legalese-paragraph {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

[class*="form__row__cell"].-size-fixed-expirationDatePart {
	width: 150px;
}

@media screen and (max-width: 600px) {
	/*
	 * Below 600px, make the expiration month and year share the same line.
	 */
	[class*="form__row__cell"].-size-fixed-expirationDatePart {
		width: calc(50% - 10px);
	}

    /* float expiration month to the left */
	[class*="form__row__cell"].-style-expirationDatePartMonth {
		float: left;
	}

    /* float expiration year to the left */
	[class*="form__row__cell"].-style-expirationDatePartYear {
		float: right;
	}

    /* give CVV 100% */
	[class*="form__row__cell"].-style-cvv {
		clear: both;
        width: 100%
	}

    /* Center the mobile app link if we dip below 600px */
    .centered-on-mobile {
        text-align: center;
    }
    
    .autoalign-on-mobile {
        text-align: -webkit-auto;
    }
}

/* Table -> Div " Mobile First"  B-01538 table refactoring  */

.div-table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

.row {

	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border-spacing: 10px;
}

.column {
	line-height: 24px;
	display: table-cell;
	vertical-align: top;
	margin-left: 2px;
	text-align: left;
	border-right: 2px solid white;
}

.div-header {
	display: table-cell;
	padding: 16px 0 16px 0;
	text-align: left;
	margin: 5px 0 5px;
	font-weight: 900;
}

.div-table--info-data-review {
	margin-bottom: 20px;
}

.div-column--no-wrap {
	white-space: nowrap;
}

.div-column--label {
	font-weight: bold;
	text-align: left;
	padding: 0 20px 0 0;
}
.loan-applicantreview-div-column--label{
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	white-space: nowrap;
	width: 266px;
}

.div-column--value {

	/*padding-bottom: 10px;*/
	vertical-align: bottom;
}

@media screen and (max-width: 450px) {
	.row {

		display: table-row;
		vertical-align: inherit;
		border-color: inherit;
		border-spacing: 2px;
	}
	.div-container{
		display: table-row;
		width: 100%;
	}
	.column {
		line-height: 32px;
		display: table-row;
		padding: 16px 0 16px 0;
		border-spacing: 4px;
		border-bottom: 4px;
		width: 100%;
	}
	.div-column--value {
		text-align: left;
		display: table-row;
		width: 100%;
	}
	.ofrprefil {
		margin-top: 40px;
	}
	
}

.wizard__nav_loan-button {
	height: 40px;
}

.wizard__nav_loan-button:first-child {
	margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
	.wizard__nav_loan-button:first-child {
		margin-bottom: 20px;
	}
}

.wizard__nav_loan-button--back {
	float: left;
}

.wizard__nav_loan-button--next {
	float: right;
}

.wizard__nav_loan-button--extra {
	float: right;
}
@media screen and (min-width: 601px) {
	.wizard__nav_loan-button--extra {
		margin-right: 20px;
	}
}

.accordion-balance-transfer_content {
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	font-size: 14px;
	text-align: left;
	list-style-position:outside;
	padding-inline-end: 20px;
}
/* CSS for the Funding Page for secured Card*/
 
/* Used to remove float on the form cell row for well*/
.well > .form__row__cell{
	float: none;
	padding-top: 0;
}
.u-padding-bottom-sm{
	padding-bottom:16px;
}

.bt-padding{
		padding: 10px;
}

.padding-left {
	padding-left: 0;
}

@media screen and (min-width: 600px) {
	.padding-left {
		padding-left: 20px;
	}	
}

/*preapproved button CSS*/
.body {
  font-family: sans-serif;
}

.c-contents {
  margin-bottom: 32px;
}

.float-right{
	float: right;
}

.o-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.o-flex > .c-card {
  flex-basis: 50%;
  flex-grow: 1;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 16px;
  margin-right: 8px;
  transition: all .3s;
}
.react-tabs__tabs {
	display: inline-block;    
    cursor: pointer;
	flex-basis: 50%;	
    border: 0.2px solid #111010;
	font-size: 14px;
	font-weight: bold;
	border-radius: 15px;
	outline: none;
	height: 65px;
	margin-right: 10px;	
	margin-bottom: 5px;
	width: 100%;
}

.react-tabs__tabs--selected {
	background-color:#E7F1F8;
}
.react-tabs__tabs-list {
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 70%;
	list-style-type: none;
}

.react-tabs_2tabs-list {
	margin: 0 0 5px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;	
	max-width: 55%;
	text-align: center;
}

.o-flex > .c-card:hover,
.react-tabs__tabs:hover {
  box-shadow: 0px 2px 12px 0px rgba(23, 117, 187, 0.5);
	border: 1px solid #c0e0f7;
	cursor: pointer;
}
.o-flex > .c-card:last-child {
  margin-right: 0;
  margin-left: 8px;
}
.o-flex > .c-card.is-selected {
  box-shadow: 0px 2px 12px 0px rgba(23, 117, 187, 0.5);
  border: 1px solid #c0e0f7;
}
.o-flex > .c-card .c-img-cont {
  /* display: flex;
  justify-content: center; */
}
.o-flex > .c-card .c-img-cont .c-image {
	margin-bottom: 8px;
	max-width: 50px;
}


/*CSS for Balnce Transfer*/

.balanceTranferHeader {
  width: 50% !important;
	float: left;
	font-size: 1.17em;
	font-weight: bold;
}

.addBalanceTransfer {
	padding-top: 20px;
}

@media screen and (min-width: 30em) {
  .balanceTranferHeader {
    width: auto;
		text-align: left;
		font-size: 1.17em;
		font-weight: bold;
  }
}

.addBalanceTransfer {
	padding-top: 20px;
}

.balanceTranferRemove {
	width: 50% !important;
	float: right;
	text-align: right;
}

@media screen and (min-width: 30em) {
	.balanceTranferRemove {
		width: auto !important;
		float: none;
		text-align: right;
	}
}

.removeUnderline {
	text-decoration: none;
}

.accordionPadding {
    padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 0px;
}

.balance-transfer_calculation {
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	font-size: 14px;
	text-align: left;
	list-style-position:outside;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.bt_calculations {
	display: table;
	width: 100%;
	padding: 10px
}
	
.btTable_Row {
	text-align: right;
	padding-left: 55px;
	white-space: nowrap;
}
	
.btTable {
	width: 100%
}

/**
 * Digital Mortgage form CSS
 */
.dmf{
	/* height: 200px; */
	width: 822px !important;
}

.dmfdetails{
	height: 200px !important;
	width: 822px !important;
}

.noscrollbars {
  overflow: hidden;
  width: 803px;
  height: 100px;
  resize: none;
}

@media screen and (min-width: 700px) {
	.btTable {
	width: auto;
	float: right;
}
}
	
.btTable::after {
	clear: both;
	content: "";
	display: table;
}

  .mp__current-product__header {
    display: inline-block;
    margin-top: 20px;
	font-size: 14px; }

/* Table -> Div " Mobile First"  B-01538 table refactoring  */

/**
 * Account-Confirmation Screen CSS
 */
.account-confirmation-table {
	padding: 23px 20px;
	border-radius: 6px;
	border: 1px solid #979797;
	background-color: #ffffff;
	width: 850px;
	margin-bottom: 20px;
}

.account-confirmation-blue-table {
	background-color: #e4e9f2;
}

.account-confirmation-icon {
	width: 26px;
	height: 26px;
	background-color: #00b25d;
}

.account-confirmation-icon-title {
	padding-left: 10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: #1d4695;
}

.account-confirmation-blue-title {
	padding-left: 0px;
}

.account-confirmation-container {
	display: flex;
	margin-top: 15px;
}

.account-confirmation-list {
	display: flex;
	width: 590px;
}

.account-confirmation-key {
	font-weight: bold;
	width: 173px;
}

.account-confirmation-list-value {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #000000;
	margin-right: 42px;
}

.account-confirmation-table-button {
	font-weight: bold !important;
	margin-top: 46px;
	background-color: #ffffff;
}

.account-confirmation-table-flex-display {
	display: flex;
}

.account-confirmation-inside-flex-display {
	display: flex;
}

.account-confirmation-inside {
	width: 600px;
}

.idAlertTip {
	width: 800px;
}

/**
 * Mobile Devices Account-Confirmation Screen CSS
 */
@media screen and (max-width: 768px) {
	.account-confirmation-table {
		width: 100%;
	}
	.account-confirmation-container {
		margin-top: 15px;
	}
	.account-confirmation-icon-title {
		font-size: 18px;
	}
	.account-confirmation-list {
		width: 600px;
		display: block;
	}
	.account-confirmation-inside {
		width: 100%;
	}
	.account-confirmation-list-value {
		flex-direction: row;
	}
	.account-confirmation-key {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.account-confirmation-value {
		font-size: 15px;
		margin-left: 20px;
		margin-bottom: 15px;
	}
	.account-confirmation-table-button {
		margin-top: 25px;
	}
	.idAlertTip {
	     width: 100%;
	}
}

@media screen and (max-width: 767px) {
.account-confirmation-table-flex-display {
	display: block;
   }
}
@media screen and (max-width: 320px) {
	.account-confirmation-key {
		font-size: 14px;
		margin-left: -15px;
	}
	.account-confirmation-value {
		font-size: 14px;
		margin-left: 8px;
	}
}

/* Show SSN eyeball properties  */
.ssn-eyeball-button{
  background-repeat: no-repeat;
  background-color: white;
  width: 40px;
  height: 20px;
  position: absolute;
  border-style: none;
	right: 1px;
  top: 5px;
  margin-top: 4px;
  background-size: 30px 22px;
  outline: none;
  z-index: 5;
}
 #show-icon-container{
	position: relative;
	padding-bottom: 5px;
 }

.show-ssn-icon{
  background-image: url("/openconsumer/resource/image/show-icon.svg");
}

.hide-ssn-icon{
  background-image: url("/openconsumer/resource/image/hide-icon.svg");
}

/**
 * Multi Product Desktop CSS
 */
.multiprod {
	width: 680px;	
	display: flex;
}

.multiprod-content-checking {
	width: 50%;
}
.multiprod-content-savings {
	width: 55%;
    margin-top: 50px;
}

.multiprod-content-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: 0.13px;
	color: #33589f;
}

.multiprod-image-savings{
	height: 348px;
	margin-left: 50px;
}

.multiprod-photo-savings{
    height: 348px;
    width: 300px;	
}

.multiprod-image-checking{
	width: 50%;	
}

.multiprod-photo-checking{
	width: 100%;
    height: 100%;
}

.checkmark.multiprod-momentum-text{
	display: block;
}

.checkmark.multiprod-momentum-text.upgrade-preferred {
	width: 750px;
}

.ul-no-bullets{
	list-style-type: none;
	padding-left: 0px;
}

.ul-no-bullets.multiprod-ul {
	margin-top: 30px;
}

.checkmark {
	padding-left: 26px;
	background-image: url(/openconsumer/resource/image/CheckMark_MP.svg);
	font-size: 16px;
	line-height: 21px;
	background-repeat: no-repeat;
	display: flex;
	margin-bottom: 45px;
}

.page__title.multiTitle {
	font-size: 28px;
}

.page__intro.multiprod-subtitle {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: rgb(139, 141, 139);	
}

.page__intro.multiprod-subtitle.savings {
	margin-bottom: 0;
}

.button.primary-product-only-button{
	width: 300px;
	background-color: #FFFFFF;
	border-color: #1d4094;
    color:#1d4094;
}
.wizard__nav-button.multiprod-button{
	width: 300px;
}

@media screen and (max-width: 450px) {
	.multiprod-content-checking {
		width: 300px;
	}

	.multiprod-content-savings {
		width: 325px;
	}

	.multiprod-accordion-container {
		text-align: center;
		padding-bottom: 20px;
	}

	.checkmark {
		margin-bottom: 12px;
	}

	.checkmark.multiprod-momentum-text.upgrade-preferred {
		width: 300px;
	}

	.hr-line-multiprod {
		display: none;
	}
}
/**
 * Multi Product Mobile Devices CSS
 */
@media screen and (max-width: 760px) {
	.multiprod {
	    display:flex;
    	flex-direction: column-reverse;
	}
	.multiprod-content-title {
		font-size: 15.3px;
	}
	.checkmark {
		font-size: 13.8px;
	}
	.page__title.multiTitle {
		font-size: 24px;
		line-height: 28px;
	}
	.page__intro.multiprod-subtitle {
		font-size: 16px;
        padding-top: 16px;
        padding-bottom: 20px;
    }
	.button.primary-product-only-button{
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.wizard__nav-button.multiprod-button{
		display: block;
		text-align: center;
		width: 100%;
	}

}

@media screen and (min-width: 700px) {
	.multiprod-accordion-container {
		padding-bottom: 20px;
		width: 680px;
	}
}