html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

/* Button CSS */
.DefaultPrevButton {
	background: #f9ba4d;
}

.DefaultNextButton {
	background: #0f5d8a;
	color: #fff;
}

.LargeButton {
	padding: 13px;
	transition: background-color 0.5s;
	border-radius: 35px;
}

.btn {
	border-radius: 35px;
	transition: background-color 0.5s;
}

.DefaultCollateralCommandButton {
	background: #ff6600;
	color: #003366;
}

.DefaultCompleteButton {
	background: #ffc100;
	color: #003366;
	width: 180px !important;
}

.DefaultIndividualCommandButton {
	background: #0f5d8a;
	color: #fff;
}

.SecondaryButton {
	background: #ffc100;
}

.btn-secondary {
	background-color: #fff;
	color: #0f5d8a;
	border: solid 2px #0f5d8a;
}

.DefaultNextButton:hover,
.DefaultNextButton:active,
.DefaultNextButton:focus,
.DefaultCollateralCommandButton:hover,
.DefaultCollateralCommandButton:active,
.DefaultCollateralCommandButton:focus,
.DefaultCompleteButton:hover,
.DefaultCompleteButton:active,
.DefaultCompleteButton:focus,
.DefaultIndividualCommandButton:hover,
.DefaultIndividualCommandButton:active,
.DefaultIndividualCommandButton:focus {
	color: #fff;
	background-color: #1c3b62;
}

.DefaultNextButton.btn-secondary:hover,
.DefaultNextButton.btn-secondary:active,
.DefaultNextButton.btn-secondary:focus,
.DefaultCollateralCommandButton.btn-secondary:hover,
.DefaultCollateralCommandButton.btn-secondary:active,
.DefaultCollateralCommandButton.btn-secondary:focus,
.DefaultCompleteButton.btn-secondary:hover,
.DefaultCompleteButton.btn-secondary:active,
.DefaultCompleteButton.btn-secondary:focus,
.DefaultIndividualCommandButton.btn-secondary:hover,
.DefaultIndividualCommandButton.btn-secondary:active,
.DefaultIndividualCommandButton.btn-secondary:focus {
	color: #0f5d8a;
	background-color: #eff9ff;
}

.SmallButton {
	width: 100px !important;
}

.MediumButton {
	width: 175px !important;
}

.LargeButton {
	width: 250px !important;
}

.MobileScanButton {
	background: #ffc100;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	/* width: 60%; */
	min-height: 40px;
	border-radius: 0.5em;
	border: thin solid #999;
}

.btn-container {
	padding: 0 20px;
}

.split-btns {
	padding: 45px 0;
}

label.btn.btn-default {
	border: solid 1px #147db9;
	color: #147db9;
}

label.btn.btn-default:hover {
	background-color: #147db9;
	color: #fff;
}

/* ============= END BUTTON CSS=============== */
/*CUSTOM FORM ELEMENT FOR SSN SHOW/HIDE*/
#SSNTextBox .icheckbox_square-grey {
	position: relative;
	margin-left: 283px;
	top: 25px;
}

#SSNTextBox_cbSSNShowHide_Lbl {
	position: relative;
	top: 26px;
	font-size: 12px;
}

/*END SSN*/
.centerform {
	margin: 0 auto;
	/*width: 960px;*/
	width: 100%;
}

.DefaultLabelClass {
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	width: 32%;
	padding-right: 10px;
}

.DefaultFormControlClass {
	width: 50% !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.AddressControlClass {
	margin-left: 32%;
	width: 50% !important;
}

.FullWidthLabel {
	font-size: 14px;
	width: 100%;
}

.FullWidthFormControl {
	width: 100%;
}

.CCMonthClass {
	width: 20% !important;
}

.CCYearClass {
	width: 20% !important;
}

.CCNameClass {
	width: 30% !important;
}

.CCNumberClass {
	width: 40% !important;
}

.CCCVVClass {
	width: 10% !important;
}

.DefaultProductFundingTextBoxClass {
	width: 190px !important;
}

.CursorPointer {
	cursor: pointer;
}

/* ============================ */
body {
	font-size: 14px;
	line-height: 150%;
	font-family: "Open Sans", sans-serif;
}

.Main {
	width: 960px;
	margin: 0 auto;
}

.no-padding-left {
	padding-left: 0;
}

.AdminConsole {
	width: 827px;
	margin: 0 auto;
}

.MainBackground {
	background-color: #fff;
}

.WhiteBackground {
	background-color: #ffffff;
}

a,
a:visited {
	/* color: #199ede; */
	color: #075290;
	text-decoration: underline;
}

a:hover {
	/*color: #00aeef;*/
	text-decoration: none;
}

/* VERIFY BUTTON ON APPLICANT NEW PAGE*/
.btn.fi-btn {
	color: #fcaf17;
	font-size: 16px;
	display: inline;
	width: auto !important;
	padding: 0 1px;
	margin-top: -3px;
	text-decoration: underline;
}

.btn.fi-btn:hover {
	text-decoration: none;
}

.verify-btn h3 {
	font-size: 20px;
}

.verify-btn,
.verify-btn h3 {
	color: #fff;
	margin-top: 0;
}

.verify-btn a,
.verify-btn a:visited {
	color: #fcaf17;
}

.verify-btn p {
	font-size: 16px;
	margin-bottom: 0;
}

.verify-btn {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding: 25px 115px 25px 30px;
	background-color: #003471;
	border-radius: 4px;
}

.verify-btn .text-wrap::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 26px;
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 25px solid #fff;
}

/* END VERIFY BUTTON*/
/* CCV Alignment*/
.fiviCCCardInfo .fiviInput.TwoControls input {
	position: absolute;
	bottom: -5px;
}

.MainBorder {
	/*border: solid;*/
	border-radius: 0em;
	border-width: 2px;
	border-color: #ff6600;
}

.Header {
	background-color: #fff;
	height: 115px;
	padding: 10px;
	margin-bottom: 35px;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	box-shadow: 0px 0px 13px 0px rgba(189, 189, 189, 0.46);
}

.Header .sf-logo {
	max-width: 175px;
	padding-top: 8px;
}

.Header .sf-logo.sfd {
	max-width: none;
}

.Header .fdic-logo {
	height: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.TopBar {
	background-color: #787878;
	height: 90px;
	padding: 10px 10px 20px 10px;
}

.PageHeader {
	font-size: 1.25em;
	font-weight: bold;
	color: #003366;
	line-height: 150%;
}

.TopBarText {
	padding-left: 30px;
}

h1,
h2,
h4,
h4 {
	font-family: "Lato", "Open-Sans", sans-serif;
}

h1,
h2,
h3 {
	color: #003172;
	font-weight: 700;
}

h1 {
	font-size: 37px;
	margin-bottom: 20px;
}

/* h2 {

} */
h3 {
	color: #575757;
	font-size: 21px;
}

h4 {
	color: #003172;
}

.SectionHeaders {
	/*border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: 14px;
	padding: 15px;
	background: #003366;
	color: #FFF;
	height: 45px;
	color: #575757;*/
	color: #003172;
	border-radius: 0;
	background-color: transparent;
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}

.intro-text,
.footer-text {
	line-height: 1.5;
	max-width: 825px;
	margin: 0 auto 10px;
}

.intro-text {
	font-size: 1.5em;
	line-height: 1.5em;
}

.footer-text {
	font-size: 1.7rem;
	margin: 1em;
	line-height: 2em;
}

.ContentTable {
	padding-bottom: 30px;
	/*background-color: #fff; */
	/*<== Add back in if BG problems occur*/
	width: 100%;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	color: #575757;
}

.blue-banner {
	display: flex;
	background-color: #0f5d8a;
	color: #ffffff;
	justify-content: center;
	padding: 1rem;
	text-shadow: none;
}

.info-table {
	display: table;
	max-width: 100%;
	margin-bottom: 2rem;
	border: 1px solid black;
	overflow-x: auto;
}

.info-hdr-group {
	display: table-header-group;
	background-color: #0f5d8a;
	color: #ffffff;
}

.info-hdr {
	display: table-cell;
	text-align: center;
	padding: 1rem;
	vertical-align: middle;
}

.info-row-group {
	display: table-row-group;
}

.info-row {
	display: table-row;
}

.info-col {
	display: table-cell;
	padding: 1rem;
	border-top: 1px solid black;
}

.info-middle {
	border-right: 1px solid black;
	border-left: 1px solid black;
}

/*
	Online Loan Mitigation - ExistingBorrowerInformation
*/
.page-ExistingBorrowerInformation [id^="existingCoBorrowers_Individual"] {
	margin-bottom: 1rem !important;
}

.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbEmail_"],
.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbPhone_"] {
	display: flex;
	width: 37rem;
	height: 5.5rem;
	position: relative;
	margin: 0 0 1.3rem 1rem;
}

.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbEmail_"] label,
.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbPhone_"] label {
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	transition: all 0.2s ease-in-out;
	color: #808080;
	font-weight: normal;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbEmail_"] input,
.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbPhone_"] input {
	width: 37rem !important;
	bottom: 0;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid black !important;
	border-radius: 0;
	line-height: 16px;
	vertical-align: bottom;
	height: unset !important;
	position: absolute;
}

.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbEmail_"] span,
.page-ExistingBorrowerInformation [id*="existingCoBorrowers_tbPhone_"] span {
	margin: 0;
	left: -1rem;
	width: 1px;
	top: 0;
}

#ProgBar {
	display: block;
	position: relative;
	right: -36px;
}

.HdrBar {
	background-color: #666666;
	color: #ffff99;
	font-weight: bold;
	padding: 4px;
}

fieldset {
	padding: 10px;
	/*border: thin solid #999;*/
}

.errors {
	color: #f00;
}

.SmlTxt {
	font-style: italic;
	font-size: 0.75em;
	vertical-align: top;
	line-height: 12px;
}

.SmlTxtIndent {
	font-style: italic;
	font-size: 0.75em;
	vertical-align: top;
	line-height: 12px;
	margin-left: 40px;
}

.JOSidebar {
	width: 200px;
	vertical-align: top;
	padding: 10px;
}

.JOMidSpace {
	padding-left: 20px;
}

.ProdServBox {
	background-color: #003366;
	border-radius: 1em;
	/* cellspacing:0px 15px 15px 0px; 		 */
	padding: 20px;
	vertical-align: top;
	border: #007d8b 1px solid;
}

.Footer {
	background-color: #3d4750;
	width: 100%;
	padding: 15px;
	margin-top: 25px;
}

.FooterText {
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	padding: 10px;
}

.FooterText.push-right {
	text-align: right;
}

.FooterText .footer-link {
	padding: 0 0 10px;
	min-width: 44px;
	min-height: 44px;
}

.HighlightBackground {
	background-color: #e6e6e6;
	border: thin solid #999;
	padding: 5px;
}

/* Progress Bar CSS */
/*.ProgressBarOuter {
	background-color:#003366;
	height: 16px;
	border: 1px #787878;
	border-radius: 1em;
	width: 40%;
	float: right;
	margin: 5px 10px 5px 2px;
	cellpadding: 0px;
	cellspacing: 0px;
}*/
/*.ProgressBarInner {
	background-color: #FFC100;
	border-radius: 1em;
	height: 14px;
	overflow: hidden;
}
*/
/* ========| PROGRESS BAR |========= */
.sf-progressbar {
	width: 525px;
	padding-left: 30px;
}

.sf-progressbar td {
	border-top: none;
	position: relative;
	text-align: center;
	z-index: 5;
}

.sf-progressbar td span {
	font-size: 13px;
	color: #8b93a6;
}

.sf-progressbar td:before {
	content: "";
	width: 23px;
	height: 23px;
	line-height: 30px;
	border: solid 4px #dfe2e9;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #428bca;
	z-index: 1;
	/*box-shadow: 0 2px 9px rgba(0,0,0,0.2);*/
}

.sf-progressbar td:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #dfe2e9;
	top: 18px;
	left: 50%;
	z-index: -1;
}

.sf-progressbar td:last-child:after {
	content: none;
}

.sf-progressbar .JourneyBarPrevious:after {
	background-color: #428bca;
}

.sf-progressbar .JourneyBarPrevious:before {
	background-color: #428bca;
	border: solid 4px #428bca;
}

.sf-progressbar .JourneyBarPrevious span:hover {
	color: #597991;
	text-decoration: underline;
}

.sf-progressbar .JourneyBarCurrent:before {
	background-color: #428bca;
	border: #fff 5px solid;
	/*box-shadow: 0 2px 9px rgba(0,0,0,0.2);*/
	box-shadow:
		0 2px 6px rgba(99, 103, 107, 0.2),
		0 0px 2px rgba(223, 226, 233, 0.9);
}

.sf-progressbar .JourneyBarFuture:before {
	background-color: #fff;
	box-shadow: none;
}

/*TEXT COLOR*/
.sf-progressbar td.JourneyBarCurrent span {
	/*color: #428bca;*/
	/* color: #597991; */
	color: #003172;
	font-weight: 600;
}

.sf-progressbar td.JourneyBarFuture span {
	/* color: #dfe2e9; */
	color: #555;
}

.sf-progressbar td.JourneyBarPrevious span {
	/* color: #dfe2e9; */
	color: #555;
}

.sf-progressbar table {
	margin-bottom: 0;
}

.sf-progressbar .table > thead > tr > th,
.sf-progressbar .table > tbody > tr > th,
.sf-progressbar .table > tfoot > tr > th,
.sf-progressbar .table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border: none;
}

/* ================================= */
/* =========| TEXT DIVIDE |========= */
.divide-wrapper {
	position: relative;
	height: 100px;
	width: 50px;
}

.line {
	position: absolute;
	left: 49%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e0e0e0;
	z-index: 1;
}

hr {
	border-color: #e0e0e0;
}

.wordwrapper {
	text-align: center;
	height: 12px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -12px;
	z-index: 2;
}

.word {
	color: #425b6e;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px;
	background: #fff;
}

/* ================================= */
.panel #Checking label,
.panel #Savings label {
	color: #1271a9;
	padding-left: 4px;
}

.ProductServiceTitle label {
	color: #575757;
}

/* ============| STEPS |============ */
.box-wrap {
	position: relative;
	padding: 20px 0;
	margin-bottom: 55px;
}

.box-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #cfdeef;
}

.feature-box-container {
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: solid 1px #e9e9e9;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(189, 189, 189, 0.58);
	position: relative;
	width: 205px;
	height: 200px;
	padding: 25px 30px;
	transition: transform 0.5s ease-out;
}

/*.box:hover {
	transition: transform .5s ease-out;
	transform: translateY(-10px);
}*/
.box h4 {
	font-size: 16px;
	text-align: center;
	color: #4d4d4d;
	line-height: 20px;
	width: 100%;
}

.box .step,
.step-container .step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0 20px;
	color: #fff;
	font-size: 32px;
	font-family: "Lato", "Open Sans", sans-serif;
	font-weight: 700;
	text-align: center;
	transform: translate(-50%, 0);
	border-radius: 50%;
	background-color: #0f5d8a;
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 5;
}

.step-container {
	display: flex;
	align-items: flex-start;
}

.step-container .step {
	transform: none;
	position: static;
	bottom: 0;
	left: 0;
	margin-right: 10px;
	color: #428bca;
	background-color: #fff;
	border: solid 2px #428bca;
}

.box .icon {
	margin-bottom: 8px;
}

/* ================================= */
#accordion .panel h4 i {
	padding-left: 7px;
	padding-right: 2px;
}

.TextClass {
	float: right;
	font-weight: bold;
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
}

#status {
	width: 50%;
	padding: 10px;
	outline: none;
	height: 36px;
}

.focusField {
	border: solid 2px #73a6ff;
	background: #eff5ff;
	color: #000;
}

.idleField {
	background: #eee;
	color: #6f6f6f;
	border: solid 2px #dfdfdf;
}

.wideLogo {
	margin-bottom: 6px;
	width: 100%;
}

/* =========| PAGE SPECIFIC |========= */
.start-application {
	padding-top: 15px;
}

.start-application h2 {
	margin-bottom: 45px;
}

.checkbox-left {
	padding-left: 10px;
}

.tax-ID-check {
	margin: 15px 0 0.3rem 1rem;
	width: 85%;
}

.enroll-btn {
	display: inline-block;
	margin-right: 10px;
}

.enroll-btn .btn.btn-secondary {
	border-color: #147db9 !important;
	color: #147db9 !important;
	background-color: #fff !important;
	text-decoration: none;
	border: solid 1px;
}

/* SURVEY */
#ExitSurvey .h1,
#ExitSurvey .h2 {
	font-size: 14px;
	font-weight: 600;
}

/*NEW FORM ELEMENTS*/
.form-flex .iradio_square-grey {
	height: 25px;
}

.survey-title {
	color: #575757;
	font-size: 21px;
	font-weight: 700;
}

@viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

/*
	fivi 2.5 input formatting
*/
.fiviCCIndInfo > .fiviHide {
	display: none;
}

.fiviInput {
	display: block;
	width: 37rem;
	height: 5.5rem;
	position: relative;
	margin: 0 0 1.3rem 1rem;
	/*border: 1px solid black;*/
}

.fiviInput.fiviTwoInput {
	height: 6rem;
}

.fiviMultiInput {
	position: relative;
}

.fiviTwoInput {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fiviInput .DefaultLabelClass {
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	color: #808080;
	font-weight: normal;
	pointer-events: none;
}

.fiviTwoInput .DefaultLabelClass {
	top: 0;
	font-size: 1.6rem;
}

.fiviInput .FocusLabelClass {
	top: 0;
	font-size: 1.2rem;
}

.fiviInput .form-control {
	width: 100% !important;
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid black !important;
	border-radius: 0;
	line-height: 16px;
	vertical-align: bottom;
	align-self: flex-end;
}

.fiviTwoInput .form-control {
	width: 45% !important;
	position: relative;
}

.CtlValidator {
	position: absolute;
	bottom: 0.7rem;
	left: -1rem;
}

.fiviInput .DefaultTooltipClass {
	position: absolute;
	bottom: 0.5rem;
	right: 2rem;
}

.fiviMultiInput .DefaultAddressVerifyingClass {
	display: block;
	margin: 0 0 1rem 1rem;
	color: #ff0000;
}

.fiviTransparent {
	color: white;
}

.fiviSameAs,
.fiviOTPDest {
	height: 2rem;
	margin: 5px 0 10px;
}

.fiviProductFunding {
	width: 100%;
}

.fiviProductFundingItem > .fiviInput {
	display: flex;
	width: 80%;
	justify-content: space-between;
	padding-top: 0.5rem;
	align-items: center;
	padding: 0.5rem 2rem 0 1rem;
}

.fiviInput .DefaultProductFundingTextBoxClass {
	width: 20% !important;
}

.fiviProductFundingItem .form-control {
	position: relative;
}

.fiviFundingAmount {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px dotted black;
	padding: 0.5rem 1.5rem 0 2rem;
	width: 80%;
	margin: 1.5rem 0;
}

.fiviFundingMethods {
	width: 100%;
}

.fiviFundingMethods .fiviMultiInput {
	justify-content: space-around;
}

.fiviFundingDetails {
	width: 100%;
}

.fiviRemoveBtn {
	position: absolute;
	top: 2rem;
	left: 37rem;
}

/*declartion page stuff*/
.fiviInput.fiviHasExplain {
	height: auto;
	width: 70rem;
	margin: 1rem 0 2rem 0;
}

.fiviInput.fiviHasExplain > .DefaultLabelClass,
.fiviInput.fiviHasExplain > .FocusLabelClass,
.fiviHasExplainCont > .fiviInput > .DefaultLabelClass,
.fiviHasExplainCont > .fiviInput > .FocusLabelClass {
	position: static;
	display: block;
	font-size: 16px;
	width: 100%;
}

.fiviInput.fiviHasExplain > select.form-control {
	width: 20rem !important;
	position: static;
	align-self: flex-start;
}

.fiviInput.fiviHasExplain {
	display: flex;
	flex-direction: column;
}

.fiviInput.fiviHasExplain > .fiviHasExplainCont {
	width: 58rem;
	align-self: flex-start;
	margin: 1rem 0 0 0;
}

.fiviHasExplainCont > .fiviInput {
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 10rem;
}

.fiviHasExplain .fiviTransparent {
	color: black;
}

.fiviHasExplainCont textarea.form-control {
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 0.5rem;
}

/*
	Income Controls - Loan Mitigation Application Only
*/
.income-controls .DefaultLabelClass {
	top: 0;
	font-size: 1.2rem;
	width: 100%;
	z-index: unset;
	position: relative;
}

.income-controls .fiviInput {
	width: auto;
	display: flex;
	height: auto;
	flex-direction: column;
}

.income-controls .fiviInput input {
	width: 37rem !important;
	position: relative;
	align-self: flex-start;
}

/* copied from old fiVI-style.css file */
/*

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-size: 16px !important;
}

/* CHAT */
.chat-icon {
	position: fixed;
	z-index: 200;
	/*overflow: hidden;*/
	bottom: 0px;
	right: 17px;
	/*width: 89px;*/
	height: 76px;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	transition: -webkit-transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition:
		transform 0.5s ease-out,
		-webkit-transform 0.5s ease-out;
	-webkit-animation: slideIn 0.5s cubic-bezier(0.03, 0.21, 0.27, 1.3) 0.5s 1 forwards;
	animation: slideIn 0.5s cubic-bezier(0.03, 0.21, 0.27, 1.3) 0.5s 1 forwards;
}

.chat-icon button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	border-radius: 45px;
	width: 50px;
	height: 50px;
	padding: 37px;
	background: #ffb82d;
	-webkit-box-shadow:
		0px 4px 4.55px 0.45px rgba(4, 4, 4, 0.1),
		0px 6px 35.77px 13.23px rgba(4, 4, 4, 0.05);
	box-shadow:
		0px 4px 4.55px 0.45px rgba(4, 4, 4, 0.1),
		0px 6px 35.77px 13.23px rgba(4, 4, 4, 0.05);
	border: solid 1px #f3c048;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.chat-icon button img {
	width: 28px;
	height: 24px;
	margin-top: 6px;
}

.chat-icon button:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #ffd26a;
}

@media screen and (max-width: 400px), screen and (pointer: coarse) {
	.chat-icon button:hover span {
		opacity: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.chat-icon button span {
	display: block;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	/*position: absolute;*/
	color: #003172;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.chat-icon:hover span {
	opacity: 1;
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}

	100% {
		-webkit-transform: translateY(-27px);
		transform: translateY(-27px);
	}
}

@keyframes slideIn {
	0% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}

	100% {
		-webkit-transform: translateY(-27px);
		transform: translateY(-27px);
	}
}

.center-content {
	text-align: center;
}

.skip-to-content-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #fff;
	border: none;
	padding: 5px;
	transform: translateY(-100%);
	transition: transform 0.3s;
	font-weight: bold;
	font-size: 1.3rem;
	color: #003172;
	&:focus {
		transform: translateY(0%);
		border: 1px solid #003172;
		border-radius: 5px;
		outline: none;
		text-decoration: none;
	}

	&:hover {
		text-decoration: underline;
	}
}

/* CD Maintenance Workflow CSS  */

.flex-col {
	display: flex;
	flex-direction: column;
}

.cd-maintenance .MediumButton {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cd-maintenance {
	padding: 0 1em;
}
.cd-maintenance .page-navigation-container {
	padding-top: 2em;
	display: flex;
	justify-content: center;
	width: 100% !important;
}

.navigation-save-container {
	display: flex;
	justify-content: center;
	padding-top: 2em;
	span input {
		width: fit-content !important;
	}
}

/* Default  */
.cd-maintenance-default {
	padding: 0 1.5em;
}

.cd-maintenance-default .page-text-small {
	padding: 0 4em;
}

.cd-maintenance-default .lets-get-started-container {
	display: flex;
	flex-direction: column;
	justify-self: center;
	padding-bottom: 2em;
}

.cd-maintenance-default .lets-get-started-container h2,
.cd-maintenance-default .lets-get-started-container #IndividualHandler01 {
	text-align: center;
}

.lets-get-started-container #IndividualHandler01 {
	padding: 1em 0;
}

.flex-container:has(.default-container) {
	display: flex;
	justify-content: center;
}

.default-container {
	display: flex;
	justify-content: center;
	text-align: center;
}

.default-footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-text {
	padding: 1em 0;
	font-weight: 600;
}

/* Lookup  */
.page-ApplicantExistingLookup.cd-maintenance .flex-row {
	flex-direction: column;
}

.page-ApplicantExistingLookup.cd-maintenance {
	padding-bottom: 3em;
}

/* Select Accounts  */
.page-SelectAccount.cd-maintenance {
	text-align: center;
}

.page-SelectAccount.cd-maintenance .section-container {
	padding: 2em 1em;
	display: flex;
	justify-content: center;
}

#AccountSelectionCheckboxList {
	padding: 2em 2em;
}

@media all and (max-device-width: 511px), all and (max-width: 511px) {
	#AccountSelectionCheckboxList {
		padding: 2em 0;
	}
}

/* Make Changes  */
.page-MakeChanges {
	padding: 0 1em 2em 1em;
}

.page-MakeChanges .section-container {
	padding: 0.5em 1em;
}

/* Submit */
.page-Submit.cd-maintenance h2 {
	padding-bottom: 0.5em;
}

.page-Submit.cd-maintenance .section-container #Summary div {
	padding: 0.5em 0;
}

.page-Submit.cd-maintenance {
	padding: 0 1em 2em 1em;
}

.page-Submit.cd-maintenance .section-text {
	text-align: center;
	padding-top: 1em;
}

/* Approved  */

.page-Approved.cd-maintenance {
	padding: 0 1em;
}

.page-Approved.cd-maintenance .section-container {
	display: flex;
	justify-content: space-around;
}

/* Online Account Maintenance  */

.chooseAccounts {
	padding: 0 1em 3em 1em;
}

.chooseAccounts #AccountSelectionCheckboxList {
	padding: 0;
	width: 100%;
}

.chooseAccounts .SectionBox {
	display: flex;
	/* justify-content: center */
}

.chooseAccounts .cbButtonGroup {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.chooseAccounts .cbButtonGroup .pagedesc {
	padding-bottom: 1em;
}

.fiviIndDetailTitle {
	color: #003172;
	font-size: 20px;
	font-weight: 600;
}

.SumItem {
	padding: 1em 0;
}

#existingJointOwners .ListHeaderLabel {
	color: #003172;
}

/* OCOM - ApplicantExisting  */

.phone-sms {
	padding: 2em;
	padding-bottom: 15em;
	display: flex;
}

.phone-sms #tbCellPhoneNumber {
	flex-direction: column;
}

.phone-sms #tbCellPhoneNumber_pnlSMSOptInOut {
	margin-top: 15px;
}

@media (max-width: 1000px) {
	.phone-sms #tbCellPhoneNumber_outerButtonDiv {
		flex-direction: column;
	}

	.phone-sms #tbCellPhoneNumber_pnlSMSOptInOut {
		display: flex !important;
		justify-content: center !important;
	}

	.phone-sms #tbCellPhoneNumber_smsOptionsDiv {
		min-width: 200px !important;
	}

	.phone-sms {
		padding-bottom: 20em;
	}
}

/* Loans Only Default page */

.default-title-text {
	text-align: center;
	font-size: 14px;
	padding-bottom: 1em;

	h3 {
		font-size: 16px;
	}

	#lblFIName3_Label {
		margin-right: -5px;
	}
}

/* Vehicle Info  */

#tbPurchasePrice label {
	top: 0.5rem;
}

/* Declaration */

[id^="TestQuestion"] label {
	font-weight: 600 !important;
}

#deletePhonetbCellPhoneNumber {
	left: -10px !important;
	top: 5em !important;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.col-sm-6 .fiviInput:has(#deletePhonetbCellPhoneNumber) {
	height: 65px;
}

/*Round Up*/

div[id*="Checking_Panel"]:has(.hide-debit-card-roundup) {
	display: none;
}

.fiviProductServices {
	width: 100%;
	> div div {
		padding: 0 !important;
	}
	& .product-services-productService-mode-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	& .fiviProdServ {
		& h2 {
			text-align: left;
			color: #003172;
			font-size: 20px;
			font-weight: normal;
		}
		& .fiviProductServiceMoreInfo {
			display: none;
		}
		& .fiviProductServiceDisplay {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			gap: 10px;
			& .fiviCheckBox {
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: flex-start;
				gap: 10px;
				margin-left: 10px;
				& > input {
					margin: 0;
					width: 22px;
					height: 22px;
					accent-color: #73716e;
				}
				& > label {
					margin: 0;
					font-size: 16px;
					line-height: 20px;
					font-weight: 500;
					font-family: "Open Sans", sans-serif;
				}
			}
			& .fiviNoProductServiceProductModificationsOptions {
				margin-left: 10px;
			}
		}
	}
	& .fiviNewLine {
		display: none;
	}
}

.fiviControl.fiviPanel.pnlDirectionButtons {
	justify-content: center;
}

.MainBackground:has(.product-services-productService-mode-container) {
	.JourneyBarPrevious,
	.JourneyBarCurrent,
	.JourneyBarFuture {
		padding: 8px;
	}
}

/* v3 */

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	margin: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 995px;
	& .row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.Main {
	min-height: 600px;
	width: 100%;
	max-width: 960px;
}

.Footer .flex-container {
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	width: 100%;
}

.logo-container {
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	line-height: 1.1;
}

h1.centered {
	text-align: center;
}

.h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: inherit;
}

a, a:visited {
    cursor: pointer;
}

.page-text {
	font-size: 14px;
	width: 100%;
}

ul.page-text {
	margin: 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	line-height: 1.42857143;
	margin: 0;
	cursor: pointer;
}

.MediumButton {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	font-size: 14px;
}

.btn-link {
	font-weight: 400;
	color: #428bca;
	border-color: transparent;
	background-color: transparent;
	font-size: 14px;
	&:hover,
	&:active,
	&:focus {
		text-decoration: underline;
	}
}

.fiviErrorSummary {
	display: none;
}

.fiviErrorSummary:has(div) {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100vw;
	max-width: 100%;
}

.fiviErrorSummary > div {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	color: red;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}

.page-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.section-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	max-width: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.flex-row {
    width: 100%;
}

.flex-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.SectionHeaders {
    padding: 10px 0;
    margin-bottom: 10px;
}

.page-navigation-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
}

.page-navigation-container .button-link {
	text-transform: none;
}

.fiviInput {
	display: flex;
	flex-direction: column;
	height: auto;
	max-width: 37rem;
	width: 100%;
	& .form-control {
		position: relative;
		height: 34px;
		margin-top: 22px;
		&::placeholder {
			color: transparent;
		}
		&.ErrorMessageInput {
			background-color: rgb(255, 255, 224);
		}
		&:hover,
		&:active,
		&:focus {
			outline: none;
		}
	}
	&:has(input.form-control:active),
	&:has(input.form-control:focus),
	&:has(input.form-control:hover) {
		& .DefaultLabelClass {
			top: 0;
			font-size: 12px;
		}
	}
}

.fiviLabelContainer {
	display: inline-flex;
	width: fit-content;
}

.fiviNewLine {
	display: none;
}

.fivisionpopover > .arrow {
	display: none;
}

.fivisionpopover .popover-content {
	font-size: 12px;
	font-weight: 500;
	color: red;
	padding: 0;
}

.fivisionpopover {
	box-shadow: none;
	border: none;
	background-color: transparent;
	width: 100%;
	margin-top: 2px;
}

.center-button {
	width: 100%;
	display: flex;
	justify-content: center;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.loader {
	position: relative;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 16px solid #d3d3d3;
	border-radius: 50%;
	border-top: 16px solid #2f80ed;
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
}

.fiviPleaseWait {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	background-color: black;
	opacity: 0.75;
	top: 0;
	left: 0;
	padding-top: 20vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	& > .loaderMessage {
		text-align: center;
		color: white;
	}
}

.fiviControl.fiviCheckBox,
.fiviCheckBox {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 100%;
	max-width: fit-content;
	padding: 0;
	margin: 0;
}

input.DefaultCBControlClassV3 {
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-color: white;
	accent-color: #0f5d8a;
	cursor: pointer;
	margin: 0;
	&:hover {
		accent-color: #1c3b62;
	}
}

label.DefaultCBLabelClass {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	width: 100%;
}

.fiviControl.fiviRadioButton {
	width: 100%;
	max-width: fit-content;
	padding: 0;
	margin: 0;
}

.fiviControl.fiviRadioButton > .fiviRadioButtonContainer,
.fiviControl.fiviRadioButton > .fiviCheckboxContainer {
	width: 100%;
	max-width: fit-content;
	padding: 0;
	margin: 0;
}

.fiviControl.fiviRadioButton > .fiviRadioButtonContainer {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 100%;
	max-width: fit-content;
	padding: 0;
	margin: 0;
}

input.DefaultRBControlClassV3 {
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-color: white;
	accent-color: #0f5d8a;
	cursor: pointer;
	margin: 0;
	&:hover {
		accent-color: #1c3b62;
	}
}

input.DefaultRBControlClassV3 + label {
	position: relative;
	left: unset;
	top: unset;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1;
	width: 100%;
}

.fiviControl.fiviCheckBox,
.fiviCheckBox,
.fiviControl.fiviRadioButton,
.fiviRadioButton {
	& .fiviTooltipContainer {
		position: relative;
		top: unset;
	}
}

.fiviControl.fiviDropDown:has(option[value=""]:checked) label.DefaultLabelClass {
	top: 2.5rem;
	font-size: 1.6rem;
}

.fiviControl.fiviDropDown:has(option[value=""]:checked) label.DefaultLabelClass:has(+ select:focus),
.fiviControl.fiviDropDown:has(option[value=""]:checked) label.DefaultLabelClass:has(+ select:active),
.fiviControl.fiviDropDown:has(option[value=""]:checked) label.DefaultLabelClass:has(+ select:hover) {
	top: 0;
	font-size: 1.2rem;
}

.fiviControl.fiviDropDown select:has(option[value=""]:checked) {
	color: transparent;
	&:active,
	&:focus,
	&:hover {
		color: var(--font-color);
	}
}

.product-service-product-header {
    margin-top: 0;
}

.fiviProductServiceDisplay > .fiviRadioButton {
    display: none;
}

.fiviOTP {
	width: 100%;
	max-width: 100%;
	margin-top: calc(12px * -1);
	& > .loading {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	& .fiviOTPDestination,
	& .fiviOTPCode {
		display: flex;
		flex-direction: column;
		gap: 24px;
		width: 100%;
		padding-bottom: calc(24px * 3.5);
	}
	& .fiviOTPDestination:has(select) {
		align-items: flex-start;
		& > .fiviRadioButton {
			width: 100%;
			max-width: 100%;
		}
	}
	& .fiviOTPCode {
		padding-top: var(--gap-vertical-50);
		align-items: flex-start;
		& .fiviLabelContainer > label {
			font-size: calc(14px + 4px);
            &.FocusLabelClass {
                font-size: 1.2rem;
            }
		}
	}
	& .fiviOTPDestination > div:has(> .fiviBtnContainer),
	& .fiviOTPButtonContainer {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		padding: 24px;
		padding-top: 36px;
		align-items: center;
		width: 100%;
	}
	& .fiviPanel {
		width: 100%;
	}
}

.footer-application-number {
    font-size: 10px;
    text-align: center;
    width: 100%;
    max-width: 995px;
    margin: 0 auto;
    color: white;
}

@media all and (max-device-width: 600px), all and (max-width: 600px) {
	.Header .row {
		align-items: center;
		justify-content: center;
		& > div {
			width: fit-content;
		}
	}

	.Footer .flex-container {
		flex-direction: column;
		& .FooterText {
			text-align: center;
		}
	}

	.page-navigation-container {
		flex-direction: column;
		& > div {
			width: 100%;
		}
	}

	.btn {
		width: 100% !important;
		height: 60px;
	}

	.center-button {
		& * {
			width: 100%;
		}
	}

	.fiviOTP {
		& .fiviOTPDestination > div:has(> .fiviBtnContainer),
		& .fiviOTPButtonContainer {
			flex-direction: column-reverse;
            width: 100%;
            & .fiviBtnContainer {
                width: 100%;
            }
		}
	}
}

.fiviViewFormHeader {
	max-width: 960px;
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	min-height: 70px;
	& > .fiviSCDropDown {
		width: 100vw;
		max-width: fit-content;
        display: flex;
		flex-direction: row;
		margin: 10px 0;
		gap: 10px;
		align-items: center;
        justify-content: center;
		& > label {
			font-size: 16px !important;
			font-weight: 500;
			width: fit-content;
		}
		& > .form-control {
			margin: 0;
			padding: 5px 12px;
			height: auto;
			width: fit-content;
		}
	}
}

.workflow-internal .MainBackground {
	& .Header,
	& .Footer,
	& .progress-container {
		display: none;
	}
	& > main {
		max-width: var(--column-width-11);
		& > .layout-container {
			margin: 0;
		}
	}
}