@charset "UTF-8";
/* CSS Document */


@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");


html {
	position: relative;
	min-height: 100%;
}

body {
	margin: auto;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
	padding-top: 150px;
	margin-bottom: 78px;
	color: #000000 !important;
}

div {	
font-family: "Nunito Sans", sans-serif;
}

header {
/*	padding-bottom: 20px;*/
	background-color: #fff;
}


.brand-header--navbar nav .nav-brand img {
    width: 8.86rem;
    height: 100%;
	float: left;
}

a.nav-brand img {
	margin-top: 15px;
}

nav div.title {
	color: #01675a !important;
	float: right;
	text-align: right;
	font-size: 2.29rem;
    font-weight: 500; 
	margin-bottom: 0;
	line-height: 1.2;
}

nav div.title span.highlight {
	display: block;
	color: #04aa84;
	font-family: "Nunito Sans", sans-serif;
}

.min-height {
	min-height: 100vh;
}


h1 {
	font-size: 1.375rem;
	margin-top: 30px;
	color: #00675A !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.17px;
	margin-bottom: 15px;
}

h2  {
	color: #000000 !important; 
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-family: "Nunito Sans", sans-serif;
}

h3 {
	font-size: 1.125rem;
	font-weight: bold;
	color: #393939;
	text-transform: uppercase;
}

/*  MOVED a behavior to dcu-20200325.css file so onclick color set by FIVISION works

a {
	text-decoration: none;
    color: #068765;
    transition: color 300ms ease-in-out;
}


a:hover {
	text-decoration: underline;
	color: #068765;
}*/

/*span#lnkHistory01 a {
	text-decoration: none;
    color: #01675b !important;
    transition: color 300ms ease-in-out;
	font-weight: bold;
}

span#lnkHistory01 a:hover {
	text-decoration: underline;
	color: #01675b !important;
	font-weight: bold;
}*/

span#lnkFICO a {
	text-decoration: none;
    color: #01675b !important;
    transition: color 300ms ease-in-out;
	font-weight: bold;
}

span#lnkFICO a:hover {
	text-decoration: underline;
	color: #01675b;
	font-weight: bold;
}

ul.check-mark {
    padding-left: 0;
    list-style: none;
}

ul.check-mark li {
	vertical-align: sub;
    line-height: 2.5rem;
    padding-left: 30px;
    background: transparent url(check-mark.png) 0 7px no-repeat ;
    background-size: 20px 20px;
	font-size: 1.14rem;

}

ul.no-check-mark {
   	margin-left: 25px;
    list-style: disc;
}

ul.no-check-mark li {
	font-size: .86rem;
	display: list-item;
	background: none;
	padding-left: 0;
}

ul.no-check-mark li:last-child {
	padding-bottom: 10px;
}

 .row {
	margin-left: 0;
	margin-right: 0;
	 display: inline;
} 

/*ID Specific*/
#cbBusinessRestrictionCertify label {
    font-size: 1rem;
    font-weight: normal;
    color: #000000;
}

/* BUTTON CHANGES */
.app-primary, .app-secondary, .app-disabled,
.btn.DefaultNextButton {
	font-family: Nunito Sans;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
	border: 0;
    outline: none;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 32px;
    vertical-align: middle;
	transition: all 0.3s ease;
    margin-right: 10px;
	width: auto !important;
	border-radius: 0px !important;
}

.app-primary,
.btn.DefaultNextButton {
	background-color: #01675a;
	padding: 5px 60px;
    color: #ffffff;
}


.app-secondary {
	padding: 4px 30px;
    border: 1px solid #BFBFBF;
    color: #151515;
    background-color: white;
}

.promo-primary, .promo-primary, .promo-secondary, .promo-secondary-grey, .callout-button, .promo-bam  {
	font-family: Nunito Sans;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.75;
	text-transform: uppercase;
    text-decoration: none;
    padding: 4px 60px;
    text-align: center;
    margin-right: 10px;
    min-width: 122px;
    width: auto !important;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
	transition: all 0.3s ease;
}

.promo-bam {
	border: 2px solid #01675b;
    color: #01675b;
    background: #fafafa;
    padding: 10px 60px;
	box-shadow: -2px 5px 5px -4px rgba(0, 0, 41, 0.28);
	position: relative;
	letter-spacing: 1.12px;
	font-size: 1rem;
	 
}

.promo-primary {
	border: 3px solid #ffa608;
    background-color: #ffffff;
	color: #1b1b1b;
}


.promo-bam:active{
	outline: 0;
}

.promo-primary.add {
	font-size: 1rem;
	padding: 4px 15px;
	line-height: 1.50;
	min-width: 75px;
}

.promo-secondary {
	color: #ffffff;
    background-color: #008764;
    border: 0;
    line-height: 2.1;
	position: relative;
}

.promo-secondary:after, .promo-secondary-grey:after, .promo-bam:after {
	content: "";
    width: 1.79rem;
    height: 1.79rem;
    background: #fff;
    transform: rotate(-132deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -0.93rem;
    bottom: -1.07rem;
    border: 0;
    outline: 0;
    pointer-events: none;
}

.promo-secondary-grey:after {
	border-right: 1px solid #c1c1c1;
}

.promo-secondary-grey {
	color: #3a3a3a;
    border: 1px solid #c1c1c1;
    background-color: #f8f8f8;
    line-height: 2;
	position: relative;
}

.save-btn, .cancel-btn {
	text-decoration: none;
	color: #01675A;
	transition: color 300ms ease-in-out;
	font-weight: bold;
	background-color: #fff;
	border: none;
	width: auto !important;
}

.save-btn:hover, .cancel-btn:hover {
	text-decoration: underline;
}

 span#NextButton input, span#BackButton input, span#SaveButton input, span#btnNonMember input, span#FailedScanNextButton input, span#btnNext input, span#btnLeave input, span#Button_ID input, span#btnAdd input, span#btnDecline input, span#btnBack input, span#QuitButton input {
	width: auto !important;
} 


/*FORMS STYLING*/


/*div span#lblAutoLoanApproved {
	background: #FAFAFA;
   	border: 1px solid #C7C7C7;
	padding: 10px 30px 10px 10px;
	font-size: 1.143rem;
	letter-spacing: 0.16px;
	margin-top: 20px;
	color: #383838 !important;
	width: 100%;
	margin-bottom: 20px;
}*/

/*span#lblAutoLoanApproved, span#lblAutoLoanProcessing {
	background-color: #FAFAFA;
   	border: 1px solid #C7C7C7;
	padding: 10px 30px 10px 10px;
	font-size: 1.286rem;
	letter-spacing: 0.25px;
	color: #383838 !important;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 25px;
} 
*/

#fiVISION_DocumentListV2 {
	text-transform: none;
}

span#tbFirstName1_TextBox_cvTextBox, span#tbMiddleName1_TextBox_cvTextBox {
	position: absolute;
	left: 5px;
}


span#cbNoScan label, span#cbResidentialAddress label, span#DLCheckbox label, span#pnlCoBorrower label, span#cbAddCoborrower label, span#MailingAddress label span#HomeAddress label {
	text-transform: none !important;
	font-size: 1rem;
	font-weight: normal !important;
	color: #000000 !important;
}


span.field-update label {
	text-transform: none !important;
	font-size: 1rem;
	/*font-weight: 500 !important;*/
	color: #000000 !important;
}


label.control-label, .DefaultLabelClass, span#MailingAddress label:nth-child(3)  {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: bold !important;
    color: #000000 !important;
    align-content: center;
    text-transform: uppercase !important;
    text-align: left !important;
}
 

span#tbMiddleName_TextBox_cvTextBox {
	float: right;
}

.DefaultFormControlClass {
	color: #A0A0A0 !important;
/*	font-size: 0.875rem !important;*/
}

.DefaultFormControlClass:focus {
	outline: 0;
	color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);  
}
	
.control-label {
    padding-top: 10px;
}

/*.form-inline */.form-control, /*.form-inline */select.form-control {
	border-radius: 0 !important;
	font-family: "Nunito Sans", sans-serif;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #000000 !important;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #B1B1B1;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

legend {
/* 	font-size: 1rem !important;
	color: #252631;
	margin-bottom: 15px !important; */
	
	letter-spacing: 0.16px;
	color: #000000;
	font-size: 1.25rem !important;
	margin-bottom: 20px;
}
	

/*.form-inline */.form-control:focus {
	outline: 0;
	color: #495057;
	border-radius: 0;
	border-width: 1px;
	border-color: #006759 !important;
	box-shadow: 0 0 0 0.2rem #f8f8f8; 
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-internal-autofill-selected, input:-internal-autofill-previewed {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

/*.form-inline */.form-control:active {
	background-color: #fff;
}

fieldset {
	border: 0 !important;
	padding: 0 !important;
	width: 100%;
}

/* Disclosures */

.DisclosuresList {
	width: 100%;
}


/*GENERAL STYLING*/

.footnote {
	font-size: .80rem !important;
	font-family: "Nunito Sans", sans-serif;
}

p.notice {
	font-size: 1rem !important;
	margin-bottom: 30px;
}

.application-title {
	float: right;
	text-align: right;
	font-family: "Nunito Sans", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	color: #01675a;
	padding-top: 0;
}

.ruler {
	padding-top: 40px;
	border-bottom: 3px solid #f7f7f7;	 
}

.required {
	color: #c00000;
}

.float-right {
	float: right;
}

.top-margin {
	margin-top: 30px;
}

.subhead {
	font-size: 2rem;
}

.border-bottom {
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 20px;
}

.border-top {
	border-top: 1px solid #3a3a3a;
	margin-top: 20px;
	padding-bottom: 20px;
}


/* SHOPPING CART STYLING */

.DefaultShoppingCartIconClass {
height: 20px;
width: 20px;
}

table.cart span#shoppingCartCount label {
Margin-bottom: 0;
}


/*tr:first-child td {
Font-size: 14px;

}*/

table.cart td {
Padding: 0;
Font-size: 14px;

}


/* +++++++++++++++++++++++ */


/* PROGRESS BAR STYLING */

.progress-new {
/*	width: 1000px;*/
  	text-align: center;
  	margin-bottom: 10px;
}

.progress-new .circle,
.progress-new .bar {
  display: inline-block;
  background: #fff;
  width: 40px; 
  height: 40px;
  border-radius: 40px; 
  /*border-radius: 0;*/
  border: 1px solid #d5d5da;
}
.progress-new .bar {
  position: relative;
  width: 150px;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress-new .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
   border-radius: 32px; 
  /*border-radius: 0;*/
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress-new .circle .title {
  	color: #b5b5ba;
  	font-size: 12px;
   line-height: 30px; 
 	margin-left: -85px;
	display: inline-block;
	width: 210px;
}

/* Progress Bar Done / Active */
.progress-new .bar.done,
.progress-new .circle.done {
  background: #eee;
}
.progress-new .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progress-new .circle.done .label {
  color: #FFF;
  background: #01675a;
  box-shadow: inset 0 0 2px #fff;
}
.progress-new .circle.done .title {
  color: #01675a;
}
.progress-new .circle.active .label {
  color: #FFF;
  background: #04aa84;
  box-shadow: inset 0 0 2px #04aa84;
}
.progress-new .circle.active .title {
  color: #04aa84;
}


/* +++++++++++++++++++++++++++++++++++++++++++ */




.bottom-padding {
	padding-bottom: 30px;
}

.top-padding {
	padding-top: 20px;
}


/* CHANGES TO FIVISION ORIGINAL CLASSES */

div#uploadDocumentsModal {
	top: 10% !important;
}

.ExpandableProductHeader > div.visible-xs {
    display: none !important;
}

.AdminConsole header {
	display: none;
}

.AdminConsole footer {
	display: none;
}


/*input#rbCompany_RadioButton {
	width: 16px !important;
	height: 16px !important;
	border:  1px solid #7E7E7E !important;
}*/

/*.iradio_square-green {
	 transition: 1s ease; 
}

.iradio_square-green:hover {
	background-color: #068765 !important;
	border-radius: 50%;
	width: 90%;
	border: 0;
 	transition: 1s ease; 
}*/


div#pnlAcctInfo label {
	display: inline-block !important;
}

div#achDiv p:nth-child(2) {
	margin-top: 10px;
}

.AddRemoveButtonClass {
	background-color: #fff !important;
}

.AddRemoveButtonClass.active {
	background-color: #fff !important;
}



div#ProductFunding_Panel65245049_1 {
	line-height: 2;
}

.Service_MoreInfo {
	margin-left: 35px;
}

.congrats {
	font-size: 1.3rem;
	color: #07926d;
	padding: 20px 50px;
	border: 1px solid #C7C7C7;
	background-color: #FAFAFA;
}

.congrats-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
    font-size: 1.2rem;
    color: #07926d;
    padding: 20px;
    border: 1px solid #C7C7C7;
    background-color: #FAFAFA;
}

span.CheckboxDisabledMessage {
	font-size: 1.2rem;
	margin-bottom: 20px;
	color: #c000;
}

/*select.DefaultFormControlClass, input.DefaultFormControlClass, */span#tbPhone1, span#tbPhone2, span#tbEmail1 {
	margin-bottom: 20px !important;
}

.form-inline label {
	display: block !important;
}

span#cbResidentialAddress label, span#DLCheckbox label, span#DisclosuresList01 label {
/*	margin-top: 20px;*/
	display: inline !important;
}

span#HomeAddress div.icheckbox_square-green {
	margin-bottom: 20px;
}

/*
 div.iradio_square-green {
	margin-bottom: 25px !important;
} */


.DefaultLabelClass {
	width: 100% !important;
}

.SectionHeaders {
	border-top-left-radius: 0 !important;
	font-size: 1rem !important;
	padding: 5px 10px !important;
	height: 30px !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-weight: bold !important;
	width: 100%;
}

div.SmlTxtIndent {
	font-size: .875rem !important;
	line-height: 17px !important;
	font-weight: 200 !important;
}


input#fiVISION_CreditCardV2_FirstNameOnCard {
	margin-top: 20px;
}

input#fiVISION_CreditCardV2_FirstNameOnCard, input#fiVISION_CreditCardV2_LastNameOnCard, input#tbReferralNumber_TextBox {
	display: inline;
}

select#CreditCard_Month, select#CreditCard_Year {
	margin-left: -17px;
}

#fiVISION_CheckBox {
	font-size: 1rem;
	text-transform: none;
	color: #252631;
}

.errors, span#rdp, span.CheckboxDisabledMessage {
	color: #A80000 !important;
}

.LicenseScanEnabled {
	color: #fff !important;
}

/*span#ProductFunding div:nth-child(2){
	text-transform: uppercase;
	color: #01675a;
}*/

.ContentTable {
	padding-left: 0;
	Padding-right: 0;
	padding-bottom: 0;
}

p {
	font-size: 1rem;
}

.FooterLarge {
	padding: 10px;
	border: 0;
	width: 100%;
	background-color: #01675a;
	border-radius: 0;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	height: 58px;
}


.FooterText p {
	font-size: .9rem;
	color: #fff;
	text-align: left;
	padding-bottom: 0;
}

.ExpandableProductHeader {
	background-image: none;
	/*line-height: 10px;*/
	line-height: 16px;
	color: #3a3a3a;
	/*font-weight: bold;*/
	background: #ffffff;
 	background-color: #f8f8f8; 
/*	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);*/
	text-transform: capitalize;
	font-size: 1.2rem;
/* 	border: 1px solid #f8f8f8;  */
 	border-top: .07rem solid #ccc;
	border-bottom: .07rem solid #ccc; 
 	/* border: 1px solid #B1B1B1; */
	/*height: 40px;*/
}

.ExpandableProductHeader {
	display: flex !important;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 10px;
	min-height: 40px;
	gap: 10px;
	height: fit-content;
	color: #000000 !important;
}

.ExpandableProductHeader > i.panelArrow {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.ExpandableProductHeader > div.pull-right-center-xs {
	display: flex;
	justify-content: center;
	align-items: center;
	float: none !important;
}

.ExpandableProductHeader > div.pull-right-center-xs > input.btn {
	margin: 0;
}

.ExpandableProductHeader > div.pull-right-center-xs > i.panelArrow {
	display: none !important;
}

@media (max-width: 400px) {
	.ExpandableProductHeader {
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
		align-items: flex-start;
	}
}

.fa-lg {
	color: #000;
	line-height: 1.3rem;
}

.fa-lg:focus {
	outline: 0;
}

 /*.ExpandableProductHeader.dark {
	 
	width: 40%;
	margin-bottom: 20px;
	background-image: none;
	background-color: #5B6770;
	color: #fff;
	border-color: none;
	height: 48px;
	font-size: 18px;
	border-radius: 3px;
	line-height: normal;
	letter-spacing: .07rem;	 
}


 .ExpandableProductHeader.light {
	 
	width: 40%;
	margin-bottom: 20px;
	background-image: none;
	color: #3a3a3a;
	border: 1px solid #f8f8f8;
	height: 48px;
	border-radius: 3px;
	line-height: normal;
	background-color: #f8f8f8;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	letter-spacing: .07rem;
	text-transform: uppercase;
	font-size: 1.29rem;
	 font-weight: 600;
} */

.PageHeader {
	color: #000000 !important;
	/*font-size: 1.71rem;*/
}

.panel-body {
	padding: 0;
}

i.fas {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
}

#deposits {
	padding-left: 0;
}

.Product_MoreInfo {
	font-size: 100%;
}


.CheckBoxButton {
	margin-top: -7px;
	text-transform: uppercase;
	color: #1b1b1b !important;
}

.nav-tabs {
	border-bottom: 1px solid #006F51;
}

/*.nav-tabs>li {
	margin-bottom: 10px;
}*/

.nav-tabs>li>a {
	border-radius: 0px;
}


/*.ActiveTab {
	background-color: #07926d !important;
	font-weight: bold;
}


.InactiveTab {
	background-color: #eff0f1 !important;
}

.nav-tabs>li>a.ActiveTab:hover, .nav-tabs>li>a.InactiveTab:hover {
	background-color: #04aa84 !important;
	color: #fff !important;
}*/


#__asptrace {
	overflow: auto;
}


/* CHANGES TO DCU STYLES */


.FooterLarge.row {
	display: inline !important;
}

.btn:focus {
	box-shadow: none;
}

.brand-header--nav {
	background: #eff0f1 !important;;
	background-color: #eff0f1 !important;
	box-shadow: none !important;
	margin-bottom: 15px;
}

.brand-header--nav__secondary {
	margin-top: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0;
}

.brand-header--navbar__nav {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}


.two-column {
	padding: 0;
}

 .plp-column-container--item {
	padding: 0;
	text-align: center;
}

.nav {
	flex-wrap: nowrap;
}


/*STYLING FOR FIVISION JOURNEY BAR*/

.table>tbody>tr>td {
	background-color: #fff;
	border-top: none;
	text-align: center;
	font-size: .75rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 50px;
	color: #000000;
}

.table {
	width: auto !important;
	margin: 0 auto;
	padding-top: 10px;
}

.table td {
	min-width: auto !important;
}

.table td.JourneyBarCurrenrt {
	color: #068765;
}


.table>tbody>tr>td.JourneyBarPrevious {
	color: #000;
}

.table>tbody>tr>td.JourneyBarPrevious:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
}

.table>tbody>tr>td.JourneyBarCurrent {
	color: #068765;
	border-bottom: 2px solid #068765;
}

.table>tbody>tr>td.JourneyBarFuture {
	color: #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}

.journeybar {

}

.JourneyBarIcons {
	width: 20px;
	display: block;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
	color: #3a3a31;
}


/* CHANGES TO BOOSTRAP CLASSES */

#pnlDepositsFirst .nav:before {
	display: table-row;
}

ul.nav.nav-pills {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
	width: 50%;
}

.nav-pills>li>a  {
	border-radius: 0;
}


.nav-pills>li>a:focus, .nav-pills>li>a:hover {
	background-color: #04aa84;
	color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active {
	background-color: #07926d !important;
	color: #fff;
	font-weight: bold;
}

.fade:not(.show) {
	opacity: 1;
}


/* ADDED CLASSES */

.alert {
	font-size: 1rem;
	color: #383838;
	padding: 20px;
	border: 1px solid #C7C7C7;
	background-color: #FAFAFA;

}

.alert-title {
	color: #006759;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bolder;
}


.alert-error {
	color: #A80000;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bolder;
}

p.checkbox-text {
	margin-left: 40px;
	margin-top: -20px;
	font-size: 1rem;
	font-weight: normal;
	color: #000000;
}

span.text-increase {
	font-size: 16px;
}

 table.irs-disc  {
	width: 100%;
} 

table.irs-disc tr:first-child td {
	font-weight: normal;
}

table.irs-disc td {
	min-width: 0;
	font-size: 1rem;
	color: #000000;
}

table.cart td {
	border-bottom: 0;
	border-top: 0;
	background-color: #fff;
}
 
div.cart {
	width: 15%;
	FLoat: right;
}

footer .footer-icons {
	vertical-align: middle;
	text-align: right;
}

footer .footer-icons a img, footer img  {
	width: 10%;
 	vertical-align: middle !important; 
	display: inline-block;
 
}

footer .footer-icons img:nth-child(2) {
	width: 8%;
	display: inline-block;
	padding-left: 10px;
}

.plp-column-container--item#app2 {
	padding: 20px 0;
	text-align: center;
	width: 70%;
}

.plp-column-container--item#app2 .row {
	text-align: center;
	margin: auto;
}

.product-listing {
	font-size: 1rem;
	color: #3a3a3a;
}

#pnlMembershipRequirements div.col-x-9.col-sm-9.col-md-9 {
	padding: 0;
}

#app-items {
	padding: 0 30px;
}

.note {
	font-size: 12px;
	color: #575757; 
	width: 70%; 
	margin: auto; 
	text-align: center; 
}

.note-secondary {
	font-size: 14px;
	color: #000000;
	margin: 0;
}

.ruler-green {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #01675a;	 
}

.container.center {
	with: 50% !important;
	margin: auto;
}

.instruction {
	font-weight: 700;
	color: #575757;
}

.center {
	text-align: center;
	width: 100%;
	margin: auto;
}

.text-highlight {
	color: #5B6770;
/*	font-size: 1.5rem;*/
	font-weight: 700;
	padding-right: 5px;
}

.text-highlight-alt {
	color: #000000;
	font-size: 1.3125rem;
	font-weight: 600;
	padding-right: 5px;
}

span[id*='ProductFunding'] .col-md-6.form-inline {
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 10px;
}

/* RESPONSIVE ADJUSTMENTS */

@media (min-width: 1024px) {

}

@media (max-width: 1199.98px) {
	
	header {
	box-shadow: none;
	}
	
	footer .footer-icons a img {
	width: 15%;
	}

	footer .footer-icons img:nth-child(2) {
	width: 15%;
	}

}


@media (max-width: 992px) {
	
	header {
	box-shadow: none;
	}
	
	footer .footer-icons a img {
	width: 20%;
	}

	footer .footer-icons img:nth-child(2) {
	width: 20%;
	}
	
	input#tbReferralNumber_TextBox {
	width: 80% !important;
    }	
	
}

@media (max-width: 768px) and (orientation: portrait) {
	
/*	.pull-right-center-xs {
		float: right !important;
		margin-left: 10px;
	}*/
	
	.ExpandableProductHeader {
		width: 85%;
		text-align: left !important;
		font-size: 1.2rem;
		/*height: 48px;*/
	}
	
	
	.CheckBoxButton {
		/*width: 50px !important;*/
	}

	.pull-right-center-xs {
		float: right !important;
	}
	
	.fa-lg {
	line-height: 1.2rem;
	}
	
/*	.journeybar.table>tbody>tr>td {
	min-width: 30px;
 	}	
	
	.journeybar.table {
		width: auto;
	}*/
	
}

@media (max-width: 812px) and (orientation: landscape) {
	
	.ExpandableProductHeader {
		width: 85%;
		text-align: left !important;
	}
	
	.pull-right-center-xs {
		float: right !important;
	}
	
/*	.CheckBoxButton {
		margin-top: -65px;
	}*/
	
/*	.ExpandableProductHeader div:nth-child(2) {
		display: none;
	}*/
	
		body {
		font-size: 16px !important;
	}
}

  
@media (max-width: 575.98px) {
	
	body {
		font-size: 16px !important;
	}
	
 	.pull-right-center-xs {
		float: right !important;
	} 
	
	nav div.title {
		font-size: 2rem;
	}
 
	
 	a.nav-brand img {
		width: 30%;
	} 
	
	
	span#cbNoScan label, span#ProductFunding_Panel65245391_1 label, span#rbFICOYes label, span#rbFICOYes span.fa, span#cbJointCredit label, span#MailingAddress label {
		display: inline;
	}
	
		.footer-icons {
		padding-top: .2rem;
	}
	
  	.footer-icons a img {
		width: 45% !important;
		 
	}
	
		.footer-icons img:nth-child(2) {
		width: 40% !important;
		 
	}  
	
		.FooterText p {
		font-size: 0.7143rem;
	}
	
	.progress-new .circle .label {
    	width: 25px;
    	height: 25px;
    	line-height: 20px;
    	border-radius: 25px;
    	font-size: 12px;
		margin-top: 1px;
	}
	
	.progress-new .circle, .progress-new .bar {
    	width: 29px;
    	height: 29px;
    	border-radius: 29px;
	}
	
	.progress-new .bar {
    	width: 40px;
    	height: 5px;
    	top: -28px;
		margin-left: -4px;
    	margin-right: -4px;
	}
	
	.progress-new .circle .title {
/*		font-size: 8px;
		margin-left: -35px;*/
		opacity: 0;
	}
	
	.fa-lg {
		line-height: 1.2rem;
	}
	
	
	.app-primary, .app-secondary,
	.btn.DefaultNextButton {
	margin-bottom: 20px;
	display: block;
	margin-right: 0;
	padding: 5px 20px;
	height: 40px;
	min-width: 250px;
	}
	
	input[name="btnNonMember$btnNonMember"], input[name="BackButton$BackButton_SubmitButton"], input[name="NextButton$NextButton_SubmitButton"], input[name="FailedScanNextButton$FailedScanNextButton_SubmitButton"] {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	
	span#ProductServiceTitle label {
		display: inline !important;
	}
	
	select#CreditCard_Month {
		margin-bottom: 20px;
	}

	
	input#tbReferralNumber_TextBox {
		width: 80% !important;
	}
	
	.ExpandableProductHeader {
		width: 100%;
	}
    
    #disclosuresAccept {
        padding-left: 20px;
        padding-right: 20px;
        display: inline;
        margin-right: 8px;
    }
    
    #disclosuresCancel {
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
    }

	#ProductFunding > .row:nth-of-type(2) {
		display: flex;
	}

	#ProductFunding > .row:nth-of-type(2) > div {
		width: 50%;
	}

	#pnlCreditCardFundingMethod,
	#pnlACHTransfer {
		display: flex;
		gap: 10px;
	}
	
}


@media screen and (max-width: 375px) {
	
	.pull-right-center-xs {
		float: right !important;
		margin-left: 10px;
	}
	
	.ExpandableProductHeader {
		text-align: left !important;
		font-size: 1.2rem;
		width: 100%;
	}
	
	.CheckBoxButton {
 		width: 50px !important; 
	}
	
		.FooterText p {
		font-size: 9px;
	}
	 
	.brand-header--nav__secondary ul li {
		padding: 0 0.58rem;
		margin-left: 0;
	}
	
	.fa-lg {
		line-height: 1.2rem;
	}
	
	.table>tbody>tr>td {
		padding: 10px 20px;
	}
	
	select#CreditCard_Year {
		margin-left: -17px;
		margin-top: 20px;
	}
	
/*	span#btnDecline input, span#btnBack input, span#NextButton input, span#BackButton input {
		margin-bottom: 20px;
    	display: block;
    	margin-right: 0;
    	padding: 5px 116px;
	}*/
	
/*	span#btnNext input {
		margin-bottom: 20px;
    	display: block;
    	margin-right: 0;
	}*/
	
	div#achDiv p:nth-child(2) {
		margin-top: 0;
	}
    
    #disclosuresAccept {
        padding-left: 10px;
        padding-right: 10px;
    }
}  

@media screen and (max-width: 320px) {
	.progress-new .bar {
		width: 20px;
	}
	
	input[name="btnNonMember$btnNonMember"], input[name="BackButton$BackButton_SubmitButton"], input[name="NextButton$NextButton_SubmitButton"], input[name="FailedScanNextButton$FailedScanNextButton_SubmitButton"] {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}



/* fIVIFIX */
.fiviCheckBox label {
	font-size: 1rem;
}

[id^='IDType'].fiviMultiInput {
	flex-direction: row !important;
}

#statesDiv {
	margin-top: auto;
}

[id^='ddlAddlManagerRemote'] {
	margin: 0 !important;
}