@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*colors*/
:root {
--primary:#EB002F;
--secondary:#610046;
--neutralColor:#FAF5F0;
--white:#FFFFFF;
--black:#271723;
--coreAccentColor:#B2BD4E;

--TextOne:#3D002C;
--TextTwo:#271723;
}

/*button classes*/
.PrimaryBtn{
	background:var(--primary);
	font-weight:700;
	opacity:0.9;
	
}

.PrimaryBtn:hover{
	opacity:1;
	cursor:pointer;
	background:var(--TextTwo) !important;
	transition:0.3s ease;
}
.secondaryBtn{
	background:var(--secondary) !important;
	font-weight:700;
}

.secondaryBtn:hover{
	background:var(--TextOne)  !important;
	cursor:pointer;
	transition:0.3s ease;
}
.TertiaryBtn{
	background:var(--white) !important;
	border:2px solid var(--black) !important;
	color:var(--black) !important;
	font-weight:700;
}

.TertiaryBtn:hover{
	background:var(--black)  !important;
	color:white !important;
	cursor:pointer;
	transition:0.3s ease;
}

*{
font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#ccDiv {
    background: var(--neutralColor);
    padding: 15px;
    /* display: flex !important; */
    flex-direction: column;
}

#ccDiv img {
    /* width: 400px !important; */
    /* margin: 0 auto; */
}

.FooterIcons img:nth-child(2) {
    gap: 10px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    margin: 10px;
}

.FooterLogo {
    width: 100%;
}

.FooterTextInner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/*Custom addition*/
#ProductsAndServices ul li{
	font-weight:bold;
}

#DisclosuresList01 a{
	margin-left: 2%;
}

#fiVISION_Panel{
	margin-top:5px;
	margin-bottom:5px;
}

.PageHeader label{
	color:#000;
}

/* Button CSS */
.DefaultPrevButton {
	background: #28939d;
        color: #FFF
}

.DefaultBackButton {
	background: #28939d;
	color: #FFF;
}

.DefaultNextButton {
	    background: var(--primary);
    border-radius: 50px;
	color: #FFF;
	letter-spacing:0.8;
}

.DefaultNextButton:hover,
.DefaultNextButton:active,
.DefaultNextButton:focus,
.DefaultPrevButton:hover,
.DefaultPrevButton:active,
.DefaultPrevButton:focus,
.DefaultCollateralCommandButton:hover,
.DefaultCollateralCommandButton:active,
.DefaultCollateralCommandButton:focus,
.DefaultCompleteButton:hover,
.DefaultCompleteButton:active,
.DefaultCompleteButton:focus,
.DefaultIndividualCommandButton:hover,
.DefaultIndividualCommandButton:active,
.DefaultIndividualCommandButton:focus
{
	color: #FFF;
	transition:0.3s ease;
	opacity:0.8;
	border: unset ! IMPORTANT;
}

.DefaultCollateralCommandButton {
	background: #28939d;
	color: #FFF;
}
.SmallButton, .MediumButton, .LargeButton{
	background: #28939d;
}

.SmallButton {
	width: 100px !important;
}

.MediumButton {
	width: 175px !important;
	border-radius: 50px;
  background: #EB002F;
}

.LargeButton {
	width: 360px !important;
	min-width: 150px;
	border-radius: 50px;
	background: #EB002F !important;
	padding: 10px 20px;
    font-size: 16px;
	Font-weight:700;
}

.LargeButton:hover{
	cursor: pointer;
    background: var(--TextTwo) !important;
}

.btn-link, .btn-link:hover {
	border-radius: 50px;
    color: white;
    border: 1px solid white);
    background: var(--white);
    text-decoration: none;
    padding: 4px 18px;
    font-weight: 700;
    margin-left: 10px;
}

.btn-default, .btn-default:hover {
        border-radius: 50px;
        color:#fff;
        background: var(--primary);
        text-decoration:none;
        /* max-width: 185px; */
        padding: 5px 12px;
        border-color: unset !IMPORTANT;
}

.DefaultCompleteButton {
	background: #28939d;
	color: #FFF;
	width: 180px !important;
}

.DefaultIndividualCommandButton {
	background: #610046;
	color: #FFF;
}

.SecondaryButton {
	background: #EEECEC;
}

.DocUploadButton {
        margin-bottom: 10px;
	margin-left: 25vw;
	font-size: 18px;
        min-width: 150px;
	background: #28939d;
	line-height: 1.4;
	border-radius: 4px;
	border: 1px solid transparent;
	padding: 10px 12px;
	Color: #fff;        
}

.MobileScanButton {
	background: #EEECEC;
        color: #999;
        text-align: center;
        padding: 10px;
    /* width: 60%; */
        min-height: 40px;
        border-radius: .5em;
	border: thin solid #999;
}

.MiscButton {
        margin: 5px;
        font-size: 18px;
        min-width: 150px;
        background: var(--primary);
        line-height: 1.4;
        border-radius: 50px;
        border: 1px solid transparent;
        padding: 5px 12px;
        Color: #fff;
		Font-weight:700;
}

.MiscBackButton {
        margin: 5px;
        font-size: 18px;
        min-width: 150px;
        background: var(--white);
        line-height: 1.4;
        border-radius: 50px;
        border: 1px solid var(--TextOne);
        padding: 5px 12px;
        Color: var(--TextOne);
		Font-weight:700;
}

#pnlDirectionButtons {margin: 0px;overflow: hidden;display: block;}
#pnlDirectionButtons #BackButton .btn {background: #aaa; border-radius: 4px; color: #fff; margin-bottom: 10px; margin-right: 8px;}
#pnlDirectionButtons #NextButton .btn {margin-bottom: 10px;}
/* End Button CSS */
.centerform {
	margin: 0 auto;
	/* width: 960px; */
	width: 100%;
}

.SectionHeaders {
	border-top-left-radius: 20px;
	font-size: 16px;
	padding: 15px;
	background: var(--secondary);
	color: #fff;
	height: 45px;
}

.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%;
	background-color: #fff;
	font-family: "Public Sans",sans-serif;
	/* width: 100vw; */
}

#btnAdd {
    margin: 10px;
}

#TopBarLargeLogo {
    border-bottom: 1px solid lightgray;
}

div#FooterDiv {}

.form-section {
	padding: 20px 40px 20px 40px;
	max-width: 900;
}
	
.Main {
	margin: 0 auto;
}
.AdminConsole {
	width: 827px;
	margin: 0 auto;
}
.MainBackground {
    /*background: #666666; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#666666, #fff); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#666666, #fff); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#666666, #fff); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#666666, #fff); /* Standard syntax (must be last) */
	background: #fff;
	}

.WhiteBackground {
	background-color: #FFFFFF;
}
#application-start-options {margin: 40px 0;}
#application-start-options td {padding: 20px 0;}
#application-start-options h3 {font-size: 24px; margin: 0;}
#lblFINumber_Label {font-size: 18px;} /* start phone # */
	a	{
	color:var(--primary);
	Font-weight: 700;
	/* Text-Decoration:underline; */
	/* text-align: left; */
	width: 100%;
	display: block;
	font-size: 14px;
	/* margin: 5px; */
	}	

 
a:hover	{
	opacity:0.8;
	transition:0.3s ease;
	Text-Decoration:underline;
	color: var(--primary);
	}	

.MainBorder {
	/*border: solid;*/
	border-radius: 0em;
	border-width: 2px;
	border-color:#28939d;
}

.TopBarLargeLogo{
	background:var(--white);
}
	
.Header {
	background-color:#fff;
	height: 90px;
	padding:10px 10px 10px 30px;
	border-top-left-radius:0em;
	border-top-right-radius:0em;
	width: 1200px !IMPORTANT;
	margin: 0 auto;
}

.TopBar {
	background-color:#787878;
	padding:20px 10px 20px 15px;
}

.PageHeader {
	font-size:1.25em;
	font-weight:bold;
	color:#a6192e;
	line-height: 150%;
}

.TopBarText {
	padding-left: 30px;
}

h1,h2,h3,h4{
	font-style: Arial, Sans-serif;
}

h1 {
	color: var(--secondary);
	font-size: 32px;
	margin-bottom: .67em;
	font-weight: bolder;
}

h2 {
	color:#333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: .67em;
}

h3 {
	color:#333;
        font-size: 18px;
	font-weight: 500;
	margin-bottom: .67em;
}

h4 {
	color:#333;
}


.errors {
	color:#B40000 !Important;
	background: var(--neutralColor);
	padding: 10px;
}


p, ul, ol {
	margin-bottom: 1em;
	font-family:Sans-serif;
	'color: #333;'
	line-height:1.4em;
}

.ContentTable {
	width: 1400px;
	font-family: sans-serif;
	/* text-align:left; */
	color:#333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 20px auto;
	}

.CheckboxDisabledMessage {
    color: var(--primary) !IMPORTANT;
    display: block;
    background: var(--neutralColor);
    padding: 10px;
    margin: 10px 0;
}

.AnswerCSS td label {
    font-weight: 300 !important;
}

.ButtonOptionsOuterWrapper {
    padding: 10px;
}

.progBarWrapper {
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
}

#progBarSmall {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: 5vh;
}

#progBar{
  width: 100%;
  margin: 0 auto;
  background: var(--secondary);
  display: inline-block;
}

#progBar .TextClass{
  color:white;
  margin: 5px 10px;
}

.ProgBarBg {
	background-repeat:no-repeat;
	background-position:top right;
 	}
	
.HdrBar {
	background-color:#666666;
	color:#ffff99;
	font-weight:bold;
	padding:4px;
}

fieldset {
  	/*padding: 10px;
	border: thin solid #999;*/
}


.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: 5px;
	padding: 5px 20px;
	background: var(--neutralColor);
}

.JOSidebar {
	width: 200px;
	vertical-align: top;
	padding:10px;
}

.JOMidSpace {
	padding-left:20px;
}

.ProdServBox {	
	background-color:#e6e6e6;
	border-radius: 1em;
	cellspacing:0px 15px 15px 0px; 		
	padding:20px;
	vertical-align:top;		
	border:#007d8b 1px solid;
}

.Footer {
	/*background-color:#787878;*/
	background-color: #eeeeee;
	border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	/*width:100%;*/
	width: 960px;
	border: 1px solid black;
	padding: 15px;
}

.FooterWrapper{
	background:var(--neutralColor);
	/* padding:20px; */
	border-top: 1px solid lightgray;
}

.FooterText {
	font-size:0.75em;
	/*color:white;*/
	/* padding-left:10px; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* height: 100px; */
	/* border-top: 1px solid lightgray; */
	padding: 30px;
}

.HighlightBackground {
	background-color: #e6e6e6;
	border: thin solid #999;
	padding: 5px
}

/* Progress Bar CSS */

.ProgressBarOuter {
	background-color: var(--white);
	border-radius: 1em;
	width: 40%;
	margin: 10px 0;
	in: 10px;
	cellpadding: 0px;
	cellspacing: 0px;
}
.ProgressBarInner {
	background-color: #B2BD4E;
	border-radius: 1em;
	height: 14px;
	overflow: hidden;
}
.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%;
    }


.topLinks { /* this changed from theirs to be more responsive */
	position: relative; top:-95px; right: -530px; 
	width: 430px;
}
	
.topLinks ul {
	list-style: none; 
	padding-left: 0px;
	height: 26px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 0px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	box-shadow: 0px 5px 15px #444444;
	-moz-box-shadow: 0px 5px 15px #444444;
	-webkit-box-shadow: 0px 5px 15px #444444;	
}
	
.topLinks ul li {
	float: right; 
	text-align:center;
	margin-top: 0px;
	font-size: 12px;
}
	
.topLinks ul li a {
	color: #28939d;
	text-decoration: none;
	line-height: 26px;
	padding: 0px;
	display: block;	
	font-weight: bold;
	padding-left: 10px; 
	padding-right: 10px;
}
	
.topLinks ul li a:link, 
.topLinks ul li a:visited {
	color: #28939d;
	text-decoration: none;
	font-weight: bold;
}

.topLinks ul li a:hover, 
.topLinks ul li a:focus, 
.topLinks ul li a:active {
	color: #ffffff;
	background-color: #28939d;
	font-weight:bold;
}

.fiviCollapseMenu {
	position: relative; top:-40px; left: 50px;
	width: 90%;
}
/* 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%; */
		/* margin: 0 auto; */
	}

	.progBarWrapper{
		width: 90%;
		margin:10px;
		/* position: relative; */
	}

	.mobileLogo{
		height:70px;padding:10px;height: 70px;
    padding: 10px;
    margin: 0 auto;
    /* position: relative; */
    /* text-align: center; */
    justify-content: center;
    display: flex;
	}

	.FooterText{
		width:100%;
		flex-direction:column;
	}
	
	.DefaultPrevButton {
		width: 38% !important;
	}

	.DefaultNextButton {
		width: 38% !important;
	}

        .DefaultBackButton {
		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;
	}
	
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	.topLinks { /* this changed from theirs to be more responsive */
		position: relative; top:-95px; right: -530px; 
		width: 490px;
	}
	
}

/* "extra-small" in bootstrap - phones */
@media all and (max-device-width: 769px) , all and (max-width: 769px)
{
	/* 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;
		/* border-radius: 50px; */
	}

	.LargeButton {
		width: 100% !important;
	}

	.DefaultCompleteButton {
		width: 53% !important;
	}
}

@viewport{

    width: device-width;
}
@-ms-viewport{
    width: device-width;

}

/* copied from old fiVI-style.css file */
/*

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/

/* attempt to prevent iOS from zooming in */
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;
}