/* Button CSS */
.DefaultPrevButton {
	background: #F9BA4D;
}

.DefaultNextButton {
	background: #147db9;
	color: #fff;
}

.LargeButton {
	padding: 13px;
    transition: background-color .5s;
    border-radius: 35px;
}

.btn {
	border-radius: 35px;
	transition: background-color .5s;
}

.DefaultCollateralCommandButton {
	background: #ff6600;
	color: #003366;
}
.DefaultCompleteButton {
	background: #FFC100;
	color: #003366;
	width: 180px !important;
}

.DefaultIndividualCommandButton {
	background: #147db9;
	color: #fff;
}

.SecondaryButton {
	background: #FFC100;
}

.btn-secondary {
	background-color: #fff;
	color: #147db9;
	border: solid 2px #147db9;
}

.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: #054b73;
}

.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: #147db9;
	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: .5em;
	border: thin solid #999;
}

.btn-container {
	padding: 0 20px;
}
.split-btns {
	padding: 45px 0;
}

@media screen and (max-width: 767px) {
	.btn-container {
		width: 100%;
		margin-bottom: 10px;
	}
}

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;
}

/* ========| UTILITY |========= */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex-container.align-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.flex-container.align-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	            -ms-grid-row-align: flex-start;
	        align-items: flex-start;
}

.flex-container .push-right {
	margin-left: auto;
}

.centered {
	text-align: center;
}

.form-flex {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.flex-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.flex-container.form-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.flex-container.mobile-reverse {
		flex-direction: column-reverse;
	}
}
/* ============================ */

body {
	font-size:14px;
	line-height: 150%;
}
	
.Main {
	width: 960px;
	margin: 0 auto;
}

.no-padding-left {
	padding-left: 0;
}

/*ADJUSTING CONTAINER TO BE 995PX WIDTH*/
@media (min-width: 1200px) {
	.container {
	    width: 995px;
	}
}

.AdminConsole {
	width: 827px;
	margin: 0 auto;
}
.MainBackground {
	background-color: #FFF;
	}

.WhiteBackground {
	background-color: #FFFFFF;
}
a,
a:visited {
	color: #199ede;
	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;
}

@media screen and (max-width: 767px) {
    .verify-btn {
        width: 100%;
        padding: 20px 110px 20px 20px;
    }
    .verify-btn h3 {
	    font-size: 17px;
	}
	.verify-btn p,
	.btn.fi-btn {
	    font-size: 15px;
	}

	.verify-btn .text-wrap::after {
	    right: 21px;
	    top: 19px;
	    border-top: 25px solid transparent;
	    border-bottom: 25px solid transparent;
	    border-left: 24px solid #fff;
	}
}


/*.lookup-btn {
    position: relative;
    background-color: #147db9;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    transition: .3s background-color;
}
    .lookup-btn:hover {
        background-color: #075aa0;
    }

.lookup-btn h3 {
    color: #fff;
    margin-top: 0;
}

.lookup-btn p {
    margin-bottom: 0;
}

.lookup-btn #btnVerify span,
.lookup-btn #btnVerify input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.lookup-btn #btnVerify input {
    text-indent: -9999px;
}*/

/*.lookup-btn .tri {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #fff;
}*/

/*@media screen and (min-width: 767px) {
    .container.verify .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
}
*/
/* 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;
}


@media screen and (max-width: 767px) {
	.logo-container {
		margin: 0 auto;
	}
}

.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;
}

.intro-text, .footer-text {
	line-height: 1.5em;
	max-width: 825px;
    margin: 0 auto 10px;
}
.intro-text {
	font-size: 19px;
}
.footer-text {
	font-size: 17px;
}

.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;
}

@media screen and (min-width: 767px)  {
	.ContentTable {
		min-height: 600px;
	}	
}

#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:.75em;
	vertical-align:top;
	line-height:12px;
}

.SmlTxtIndent {
	font-style:italic;
	font-size:.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;
	}

@media screen and (max-width: 767px)  {
	.FooterText, .FooterText.push-right {
		text-align: center;
		margin: 0 auto;
	}

}

.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;
	}

/* @media screen and (min-width: 768px){
	.sf-progressbar td.JourneyBarPrevious:before {
		width: 27px;
    	height: 27px;
    	margin-top: 2px;
	}
} */

.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;
}
.sf-progressbar td.JourneyBarFuture span {
	color: #dfe2e9;
}
.sf-progressbar td.JourneyBarPrevious span {
	color: #dfe2e9;
}

.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;
}

@media screen and (max-width: 767px){

	.Header .sf-logo {
	    max-width: 135px;
	    padding-top: 0;
	}
	.Header {
		margin-bottom: 105px;
		height: 84px;
	}

    
	.Header .fdic-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 100%;
		padding: 0;
	}

	.sf-progressbar {
		position: absolute;
	    top: 69px;
	    left: 0;
	    margin-left: -35px!important;
	    width: 100%;
	    padding-left: 0;
	}
	/* .sf-progressbar td:before {
		width: 25px;
    	height: 25px;
	} */

	/* .sf-progressbar td:after {
		top: 19px;
	} */
	
}

/* ================================= */

/* =========| 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: #597991;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    background: #fff;
}
@media screen and (max-width: 767px){
	.divide-wrapper {
		display: none;
	}
}
/* ================================= */

.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;
}
@media screen and (min-width: 768px)  {
	.box-wrap {
		margin-left: 30px;
	}
}

    .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: 18%;
	max-width: 184px;
    height: 184px;
    padding: 25px 30px;
    transition: transform .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: #428bca;
        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;
    }

@media screen and (max-width: 855px) and (min-width: 590px) {
	.box-wrap {
		max-width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	}
}    

@media screen and (max-width: 855px)  {
	
	.box-wrap::before {
		background-color: #FFF;
	}
	.feature-box-container {
		justify-content: center;
    	flex-wrap: wrap;
	}
	.box .icon img {
        width: 45px;
    }
	
	.box {
		justify-content: flex-end;
		padding: 20px 15px;
		padding-bottom: 38px;
		margin-bottom: 40px;
    	max-width: 184px;
    	width: 45%;
    	height: 184px;

	}
    .box:nth-child(odd) {
    	margin-right: 10px;
    }
	
}


@media screen and (max-width: 400px)  {
	.box-wrap,.box-title {
		display: none;
	}
}

/* ================================= */

#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 |========= */
.yui3-aclist {
	z-index: 2;
}

.lookup-btn {
  position: relative;
  background-color: #075aa0;
  color: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: .3s background-color;
}

.lookup-btn:hover {
  background-color: #054b73;
}

.lookup-btn h3 {
  color: #fff;
  margin-top: 0;
}

.lookup-btn p {
  margin-bottom: 0;
}

.lookup-btn #btnVerify span,
.lookup-btn #btnVerify input {
  position: absolute;
  width: 100% !important;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.lookup-btn #btnVerify input {
  text-indent: -9999px;
}


.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%;
}

.business-type {
	display: flex;
	justify-content: center;
}

#ddlBusinessType {
	width: 450px;
	max-width: 450px;
}

#pnlCorpType {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 3.2rem;
}

#pnlCorpType span {
	padding-right: 1.6rem;
}

.cbDivCol {
	display: flex;
	flex-direction: column;
}

.rbQuest {
	padding-bottom: 25px;
}

@media screen and (max-width: 767px)  {
	.start-application {
		padding-top: 0px;
    	margin-top: -15px;
	}
	/* .checkbox-left {
		
	} */
}

@media screen and (min-width: 767px) {
	.container.verify .col-sm-6 {
		padding-left: 0;
		padding-right: 0;
	}
  }
  
.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;
}

/* End normal size */

/* "large" in bootstrap - large desktops */
@media all and (min-device-width: 1200px) , all and (min-width: 1200px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "large - tablet to some desktop media query > 1200 fired"; }*/

}

/* "medium" in bootstrap - desktops */
@media all and (max-device-width: 1200px) , all and (max-width: 1200px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "mediom - tablet to some desktop media query < 1200 fired"; }*/

}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px) , all and (max-width: 992px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "small - tablet to some desktop media query > 769 and < 992 fired"; }*/

	.Main {
		width: 100%;
	}
	
	.DefaultPrevButton {
		width: 38% !important;
	}

	/* .DefaultNextButton {
		width: 38% !important;
	} */

	.DefaultCollateralCommandButton {
		width: 38% !important;
	}

	.WideButton {
		width: 30% !important;
	}
	
	.SmallButton {
		width: 30%!important;
		height: 60px !important;
	}

	.MediumButton {
		width: 38% !important;
		height: 60px !important;
	}

	/* .LargeButton { 
		width: 50% !important;
		height: 60px !important;
	}*/

	.DefaultCompleteButton {
		width: 30% !important;
	}	
	
	.DefaultLabelClass {
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	
	.DefaultFormControlClass {
		width: 100% !important;
	}
	
	.AddressControlClass {
		width: 100% !important;
	}

	.CCMonthClass {
		width: 33% !important;
	}

	.CCYearClass {
		width: 33% !important;
	}

	.CCNumberClass {
		width: 100% !important;
	}
	
	.CCNameClass {
		width: 100% !important;
	}

	.CCCVVClass {
		width: 33% !important;
	}
	
	.DefaultProductFundingTextBoxClass {
		width: 100% !important;
	}

    .ContentTable {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		width:100%;
    }

    .wideLogo {
        margin-bottom: 6px;
        width:630px;
    }
    .Footer {
		width:100%;
    }
    .JOSidebar {
		width: 170px;
    }
	.ProgressBarOuter {
		/*float: left;*/
		width: 90%;
	}
	.TextClass {
		float: left;
	}
	body {
		padding-top: 0px;
	}
	
}

/* "extra-small" in bootstrap - phones */
@media all and (max-device-width: 768px) , all and (max-width: 768px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "extra-small < 769 fired"; }*/

	.centerform {
		margin: 0 auto;
		width: 100%;
	}
	.ProgressBarOuter {
		/*float: left;*/
		width: 70%;
	}
	
	.WideButton {
		width: 53% !important;
	}
		
	.SmallButton {
		width: 100%!important;
	}

	.MediumButton {
		width: 100% !important;
	}

	.LargeButton {
		width: 100% !important;
	}

	.DefaultCompleteButton {
		width: 53% !important;
	}
}

@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;*/
}
@media screen and (max-width: 400px), screen and (pointer: coarse) {
	.fiviInput {
		width: 100%;
		margin: 0 0 1.3rem 0;
	}
}

.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 .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: .7rem;
	left: -1rem;
}

.fiviInput .DefaultTooltipClass {
	position: absolute;
	bottom: .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: .5rem;
	align-items: center;
	padding: .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: .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: 10rem !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: .5rem;
}

@media all and (max-device-width: 992px) , all and (max-width: 992px)
{
	.fiviProductFundingItem>.fiviInput,
	.fiviFundingAmount {
		width: 100%;
		align-items: flex-end;
	}

	.fiviInput .DefaultProductFundingTextBoxClass {
		width: 50% !important;
	}

	.fiviInput.fiviLongLabel, .fiviInput.fiviHasExplain {
		width: 100%;
	}
}

/* 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 .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .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 .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .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: #0c4f8a;
      font-size: 13px;
      font-weight: 800;
      text-align: center;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .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); } }

	