/*
    Layout v2.5

    Table of Contents

        1. Variables -- note, ie 11 does not support variables, refer to section 10 to set these variables manually
        2. Globals
        3. Layout
            3.1 Page
            3.2 Buttons
            3.3 Accordions
        4. Inputs
            4.1 Input Containers
            4.2 Inputs
            4.3 Labels
            4.4 Checkboxes and Radio Buttons
        5. Controls
            5.1 Panel
            5.2 Product Services
            5.3 Address
            5.4 Employment History
            5.5 Income
            5.6 Documents
            5.7 Disclosures
            5.8 Product Relationship
            5.9 Default ACH
            5.10 Credit Card
            5.11 One Time Passcode
            5.12 ProductFunding
            5.13 Individual Details
            5.14 Individual List
            5.15 IDAuth
			5.16 Progress Bar
			5.17 Beneficial Ownership
			5.18 Phone Control
			5.19 Progress Bar
        6. ID Specific
		7. Others
		8. Page Specific
			8.1 FundAccount
		9. Mobile
		10. IE Only

*/
/*
    1. Variables
*/
:root {
	--primary-color: #0e4681;
	--primary-color-focus: #6699cc;
	--secondary-color: #aaa;
	--secondary-color-focus: #d4d4d4;
	--box-background-color: #f6f6f6;
	--box-border-color: #3498db;
	--primary-shadow: 0.8rem 1.2rem 1.2rem rgba(0, 0, 0, 0.17);
	--primary-shadow-focus: 0px 5px 40px -5px rgba(0, 0, 0, 0.4);
	--secondary-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	--secondary-shadow-focus: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	--page-width: 96rem;
	--control-width: 40rem;
	--control-height: 4rem;
	--font-size: 1.6rem;
	--rem-size: 10px;
	--font-control-color: #303030;
	--font-label-color: #202020;
	--font-color: #575757;
	--link-font-color: #0066cc;
	--link-font-color-hover: #00aeef;
}

/*
    2. Globals
*/
html {
	font-size: var(--rem-size);
}

body {
	font-size: 1.4rem;
	line-height: 150%;
	font-family: Open Sans;
}

h1,
h2,
h3,
h4 {
	width: 100%;
	margin: 1.6rem 0;
	color: #6699cc;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.4rem;
	font-weight: 500;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 2rem;
	margin-top: 1.6rem;
	margin-bottom: 0.8rem;
	/* text-decoration: underline; */
}

#pnlNewIndividualList > div > h4,
#pnlExistingIndividualList > div > h4 {
	margin-top: 0;
}

p {
	width: 100%;
}

a {
	color: var(--link-font-color);
}

a:hover {
	color: var(--link-font-color-hover);
}

label {
	margin-bottom: 0;
	font-size: 1.6rem;
}

select::-ms-expand {
	background-color: white;
	border-color: white;
	padding-right: 1.6rem;
}

.indentLeft {
	margin: 0 0 0 1.6rem;
}

/*
    3. Layout

    3.1 Page
*/
/*this is inside the management console*/
#Content {
	width: calc(var(--page-width) + 20px);
}

/*form element class*/
.centerform {
}

/*contains the header, page contents, and footer*/
.Layout {
	background-color: #fff;
}

/*Header*/
#LayoutHeader {
	width: 100%;
	background-color: white;
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.17);
	/* z-index: 1; */
	position: relative;
	padding-bottom: 1.6rem;
}

#LayoutHeaderContents {
	margin: 0 auto;
	width: var(--page-width);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/*Footer*/
#LayoutFooter {
	width: 100%;
}

#LayoutFooterContents {
	margin: 0 auto;
	padding: 1.6rem 0;
	width: calc(var(--page-width) + 6.4rem + 2px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
}

#LayoutFooterContents > div {
	margin: 0.4rem 0;
}

.footerBar {
	border-top: 2px solid #515456;
	width: 80px;
	margin: 20px auto;
	display: none;
}

.footerImages > img {
	width: auto;
	height: auto;
	max-height: 80px;
	max-width: 800px;
}

.footerSmall {
	display: none;
	text-align: center;
}

/*The page w/ direction buttons*/
#LayoutPage {
	margin: 0 auto;
	width: calc(var(--page-width) + 6.4rem + 2px);
	/*this is right/left padding + border left/right width*/
	background-color: white;
	padding: 2.4rem 3.2rem 1.6rem 3.2rem;
}

.AdminConsole > #LayoutPage {
	padding: 4.8rem 0 1.6rem 0;
	width: var(--page-width);
}

/*Page html contents*/
.form-section {
	margin: 0 1.6rem;
}

.PageHeader {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 150%;
	margin: 0 0 0.4rem 0;
	color: #6699cc;
}

.PageDesc {
	margin: 0.4rem 0 0.8rem 0;
	font-size: 1.4rem;
}

.fiviPanel .PageDesc {
	margin: 0;
}

.AddInd {
	font-size: 1.4rem;
}

/*
.SectionBox {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .075), 0 0 3px rgba(102, 175, 233, .6);
	background-color: var(--box-background-color);
	border-radius: 1.6rem;
	border: 1px solid var(--box-border-color);
	width: calc(100% + 2px) !important;
	padding: 1.6rem 3.2rem !important;
	margin: 3.2rem 0 !important;
}
*/
#pnlIRSDisclosures .SectionBox {
	margin: 0 0 3.2rem 0;
}

.SectionHeaders {
	font-size: 2.4rem;
	width: 100%;
	margin: 3.2rem 0 0.5rem -1.6rem;
	padding: 0 0 0.8rem 0;
	color: #6699cc;
	border-bottom: 1px solid var(--primary-color);
	box-shadow: 0 4px 6px -6px var(--primary-color);
}

.LeftFlush {
	margin-left: 0;
}

.SectionDesc {
	margin: 0.8rem 0 0.8rem 0;
	width: 100%;
}

/*
    3.2 Buttons
*/
/*direction button container*/
#pnlDirectionButtons > .fiviPanelContainer,
#pnlASC > .fiviPanelContainer,
.pnlDirectionButtons {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	margin: 1.6rem 0 1.6rem 0;
}

#pnlASC > .fiviPanelContainer {
	margin: 1.6rem 0 -1.6rem 0;
}

.PrimaryButton {
	background-color: var(--primary-color);
	border: 0.4rem solid var(--primary-color);
	color: #fff;
	padding: 1.2rem 0px;
	margin: 0rem 3.2rem 0rem 3.2rem;
	box-shadow: var(--primary-shadow);
	width: 32rem !important;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	border-radius: 0.8rem;
	transition: all 0.4s ease 0s;
}

.PrimaryButton:hover,
.PrimaryButton:active,
.PrimaryButton:focus {
	background-color: var(--primary-color-focus);
	border-color: var(--primary-color-focus);
	border-radius: 3.2rem;
	color: #fff;
	box-shadow: var(--primary-shadow-focus);
	transition: all 0.4s ease 0s;
	outline: none;
}

.MinorButton {
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	padding: 1.2rem 0;
	margin: 0.5rem 0 1.6rem 0;
	box-shadow: var(--secondary-shadow);
	width: 25.6rem !important;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	transition: all 0.4s ease 0s;
}

.MinorButton:hover,
.MinorButton:active,
.MinorButton:focus {
	background-color: var(--primary-color-focus);
	color: #fff;
	box-shadow: var(--secondary-shadow-focus);
	transition: all 0.4s ease 0s;
	border-radius: 3.2rem;
	outline: none;
}

.SelectedProdGroup .MinorButton {
	width: 10rem !important;
	margin: 1.6rem 0 0 1.6rem;
}

.SumItem .MinorButton {
	width: 16rem !important;
}

.NextButton {
	/*box-shadow: none;*/
}

.NextButton:active,
.NextButton:hover,
.NextButton:focus {
}

.BackButton {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.BackButton:active,
.BackButton:focus,
.BackButton:hover {
	background-color: var(--secondary-color-focus);
	border-color: var(--secondary-color-focus);
}

.pnlDirectionButtons > #btnBackButton2 > .BackButton {
	text-align: center;
}

.SaveButton {
	color: var(--primary-color);
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	text-align: center;
	font-size: 1.4rem;
}

.SaveButton:active,
.SaveButton:hover,
.SaveButton:focus {
	background: transparent !important;
	border: none;
	box-shadow: none;
	text-align: center;
	text-decoration: underline;
	transition: all 0.4s ease 0s;
	color: var(--primary-color-focus);
}

.DeclineButton {
	box-shadow: none !important;
}

.DeclineButton:active,
.DeclineButton:hover,
.DeclineButton:focus {
}

.MobileScanButton {
	border-radius: 13px;
	margin: 0 0 0 0 !important;
	width: 100% !important;
	font-size: 1.4rem !important;
}

.MobileScanButton:active,
.MobileScanButton:hover,
.MobileScanButton:focus {
}

.StartButton {
	width: calc(100% - 1.6rem) !important;
	margin: 0 0 0.8rem 0;
}

.IconButton {
	color: var(--primary-color);
	font-size: 2.2rem;
	margin-left: 1.6rem;
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
	cursor: pointer;
}

.IconButton:active,
.IconButton:hover,
.IconButton:focus {
	color: var(--primary-color-focus);
	filter: none;
}

.fiviRemoveBtn {
	position: absolute;
	left: 48.5%;
	top: -2rem;
	z-index: 2;
	background-color: var(--box-background-color);
	color: var(--primary-color);
}

.fiviRemoveBtn:active,
.fiviRemoveBtn:hover,
.fiviRemoveBtn:focus {
	color: var(--primary-color-focus);
}

.fiviCenterBtn {
	display: flex;
	justify-content: space-around;
	margin: 1.6rem 0 1.6rem 0;
}

/*modal buttons*/
.modal .MediumButton {
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	padding: 1.2rem 0;
	margin: 0.5rem 0 1.6rem 0;
	box-shadow: var(--secondary-shadow);
	width: 20rem !important;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	transition: all 0.4s ease 0s;
}

.modal .MediumButton:hover,
.modal .MediumButton:active,
.modal .MediumButton:focus {
	background-color: var(--primary-color-focus);
	color: #fff;
	box-shadow: var(--secondary-shadow-focus);
	transition: all 0.4s ease 0s;
	border-radius: 3.2rem;
	outline: none;
}

/*
    3.3 Accordions
*/
.CursorPointer {
	cursor: pointer;
}

.panel-group {
	margin: 0 0 1.6rem 0;
	width: 100%;
}

.panel {
	border: none;
	box-shadow: none;
}

.panel-body {
	padding: 0;
	margin: 0;
}

.panel-default > .panel-heading {
	background-image: none;
	background-color: white;
	border-radius: 0.8rem;
	margin: 0;
	padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}

/* this sets the panel heading formatting when collapsed */
.panel-heading.collapsed {
	background-color: var(--box-background-color);
	box-shadow: 0px 3px 6px rgba(177, 177, 177, 0.16);
	border-radius: 0.8rem;
	border: 1px solid #87cefa;
}

.panel-title {
	text-align: left;
	position: relative;
}

/* this moves the accordian icon to the right*/
.panelArrow {
	float: none !important;
	font-size: 1em !important;
	position: absolute;
	top: 0.4rem;
	right: 0rem;
}

/*
    4. Inputs

    4.1 Input Containers  
*/
/*
    Determines the number of inputs per row on the page
    - form-flex: Multiple inputs per row based on the width of the inputs
    - form-inline: one input per row, centered

    the fiviMultiInput is found within completex controls (ie id type) and is used to pass the 
    selected form setting into the complex controls
*/
.form-flex,
.form-inline {
	width: 100%;
	padding: 0 3.2rem 1.6rem 3.2rem;
	display: flex;
}

.fiviMultiInput {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.flexBreak {
	flex-basis: 100%;
	height: 0;
}

.form-flex,
.form-flex .fiviMultiInput {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-inline,
.form-inline .fiviMultiInput {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fiviMultiInput {
	width: 100%;
	position: relative;
	display: flex;
}

.fiviHMDAControl > .fiviMultiInput {
	padding-left: 1.6rem;
}

/*used to seperate the multiple employment/income info panels*/
.fiviMultiSeperator {
	margin: 1.6rem auto 0.4rem auto;
	width: 24rem;
	height: 2px;
	background-color: var(--primary-color);
	box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}

/*fiviInput is the primary control input container on all control inputs*/
.fiviInput {
	display: flex;
	position: relative;
	padding-top: 20px;
	width: var(--control-width);
	margin-bottom: 0.8rem;
}

.fiviInput.TwoControls {
	padding: 0;
	margin: 0;
}

.fiviProdPanel > .fiviInput {
	width: 100%;
}

.fiviProductFundingItem > .fiviInput {
	width: 100%;
	justify-content: space-between;
	padding-top: 0.8rem;
	margin: auto;
	align-items: center;
	padding: 0.8rem 0 0 1.6rem;
}

.fiviProductFundingItem > .fiviInput > input {
	order: 1;
}

/*fiviTwoInput usually contains two inputs; ie duration controls, it modifies fiviInput*/
.fiviTwoInput {
	justify-content: space-between;
}

.fiviLongInput {
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
}

/*Other input modifier classes*/
.fiviFullWidth {
	width: 100% !important;
}

.fiviThirdWidth {
	width: 33% !important;
	display: block;
}

.fiviNoPadding {
	padding: 0;
}

.fiviLineMargins {
	margin: 1.6rem 0 0.8rem 0 !important;
}

.fiviHide {
	display: none !important;
}

.fiviCenterControl {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*
    4.2 Inputs
*/

#tbEMAMSSNTextBox > .darkCheckClass {
	position: absolute !important;
	top: 50%;
	left: calc(100% + 12px);
	transform: translateY(-50%);
	margin: 0;
}

#tbEMAMSSNTextBox > #tbEMAMSSNTextBox_cbSSNShowHide_Lbl {
	position: absolute;
	top: 50%;
	left: calc(100% + 42px);
	transform: translateY(-50%);
	white-space: nowrap;
}

/*
/* Default Input Classes*/
.form-control {
	width: 100% !important;
	height: 4rem;
	margin: 5px 0px 5px 0px;
	padding: 0px 1.6rem 0px 1.6rem;
	background-color: white;
	color: var(--font-control-color);
	border: 1px solid #c0c0c0;
	border-radius: 0.4rem;
	border-bottom: 1px solid var(--primary-color);
	box-shadow: 0 4px 6px -6px var(--primary-color);
}

.rbGroupTwoAnswers > span > .form-control,
.rbGroupAnswer > span > .form-control {
	width: 90% !important;
}

.TwoControls {
	margin: 5px 0px 5px 0px;
	padding: 0 1.6rem 0 1.6rem;
	width: 48% !important;
}

.fiviLongInput > .TwoControls {
	width: 19.2rem !important;
	margin-right: 1.6rem;
}

select.TwoControls {
	padding: 0px 10px 0px 10px;
}

.fiviCheckBox.TwoControls {
	padding: 8px 10px 0px 10px;
}

.fiviInput.TwoControls {
	padding: 0;
	margin: 0;
}

/* The validation * class*/
.CtlValidator {
	position: absolute;
	top: 3.6rem;
	right: 0.4rem;
	font-weight: 700;
	z-index: 2;
}

.fiviInput.TwoControls > .CtlValidator {
	top: 1.6rem;
}

.fiviProductFundingItem .CtlValidator {
	top: 2.4rem;
}

/* The toottips */
.DefaultTooltipClass {
	position: absolute;
	right: 1.6rem;
	top: 3.6rem;
}

.fiviInput.TwoControls > .DefaultTooltipClass,
.fiviCheckBox > .DefaultTooltipClass {
	top: 1.6rem;
}

.fiviProdServ > .fiviCheckBox > .DefaultTooltipClass {
	top: 2.2rem;
}

.fiviProdServ > div > .DefaultTooltipClass {
	top: 1.6rem;
}

.fiviProdServ > .DefaultTooltipClass {
	top: 1.6rem;
}

.fiviDocumentList .DefaultTooltipClass {
	position: relative;
	right: unset;
	top: 0.4rem;
}

/*
    4.3 Labels
*/
.DefaultLabelClass {
	position: absolute;
	left: 1.6rem;
	top: 3.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 26px;
	color: var(--font-label-color);
	cursor: text;
	transition: all 0.2s ease-in-out;
	text-align: left;
	width: 100%;
	pointer-events: none;
}

.fiviTwoInput > .DefaultLabelClass,
.fiviLongInput > .DefaultLabelClass {
	top: 0;
	left: 0;
	font-size: 1.6rem;
}

.fiviInput.fiviLongInput.fiviPhoneControl > .DefaultLabelClass {
	left: 1.6rem;
	top: 3.4rem;
	font-size: 1.8rem;
}

.FocusLabelClass,
.fiviInput.fiviLongInput.fiviPhoneControl > .FocusLabelClass {
	top: 0;
	left: 0;
	font-size: 1.6rem;
}

/*a psuedo label that sits outside the fiviInput container, used mainly for super long labels*/
.fiviOutsideLabel {
	margin: 2.4rem 0 0.8rem 0;
}

/*
    4.4 Checboxes and Radio Buttons
*/
.darkCheckClass {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(/Scripts/square-grey.png) no-repeat;
	border: none;
	cursor: pointer;
	background-position: -24px 0;
	background-color: white;
}

.darkRadioClass {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(/Scripts/square-grey.png) no-repeat;
	border: none;
	cursor: pointer;
	background-position: -144px 0;
	background-color: white;
}

.fiviCheckBox {
	align-items: center;
	margin: 0.4rem 0px;
	padding: 0;
}

.rbGroupTwoAnswers > .fiviCheckBox {
	margin: 0;
	padding: 0;
	width: 8rem;
}

.ProductServiceTitle.fiviCheckBox {
	margin: 0.8rem 0 0 0;
}

.fiviHMDAControl > .fiviMultiInput > .fiviCheckBox,
.fiviHMDAControl > .fiviMultiInput > div > .fiviCheckBox {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cbButtonGroup {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0 0 calc(1.6rem + 5px) 0;
	padding: 0 0 0 32rem;
}

.rbButton {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.8rem 0 0.8rem -1.6rem;
}

.rbButton > .fiviCheckBox {
	width: 3.2rem;
}

.rbLabel {
	font-size: 1.6rem;
	margin: 0 0 0 0;
}

.rbButtonGroup {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 1.6rem 0;
}

.rbGroupQuest {
	width: 50%;
	min-width: 200px;
	padding-right: 3%;
	font-size: 1.6rem;
}

.rbGroupAnswer {
	min-width: 140px;
	width: 50%;
}

.rbGroupTwoAnswers {
	padding: 0px 10px;
	min-width: 140px;
	width: 30%;
	display: flex;
}

.rbButtonGroup > .cbButtonGroup {
	padding: 0 0 0 3.2rem;
	margin: 1.6rem 0 0 0;
}

.rbButtonGroup label {
	font-weight: 500;
}

.rbGroupAddInfo {
	margin: 0 0 0 3.2rem;
	width: 40rem;
}

.fivicbNoLabel {
	display: inline;
	margin: 0.8rem 0;
	padding: 0;
}

/*
	5. Controls
	
	5.1 Panel
*/
.fiviPanel {
	width: 100%;
}

.fiviPanelContainer {
	width: 100%;
}

/*
	5.2 Product Services
*/
.ProductGroupTitles {
	margin: 0 0 0.8rem 0;
}

.fiviProdServControl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0rem 3.2rem 1.6rem 3.2rem;
	position: relative;
}

.fiviProdServ {
	width: calc(var(--control-width) - 3.2rem);
	/*account for the parent's padding*/
	margin: 1.6rem 0;
	padding: 1.6rem;
	background-color: var(--box-background-color);
	/*box-shadow: 0px 3px 6px rgba(177, 177, 177, .16);*/
	box-shadow: 0.8rem 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
	border-radius: 1.6rem;
	/*border: 1px solid #87CEFA;*/
	position: relative;
}

.fiviNoProd {
	padding: 0.8rem 0 1.6rem 2.4rem;
}

.Product_MoreInfo,
.Service_MoreInfo {
	margin: 0.8rem 0 0.4rem 1.6rem;
}

.fiviProdInnerPanel > .Service_MoreInfo {
	margin: 0.8rem 0 0.8rem 3.2rem;
}

.fiviProdInnerPanel > .DefaultTooltipClass {
	top: 1rem;
	right: 0;
}

.fiviProductFundingItem > .Product_MoreInfo {
	margin: auto;
	width: 80%;
}

.fiviProdPanel {
	padding: 0 0 0 1.6rem;
}

.fiviProductFundingItem > .fiviProdPanel {
	width: 80%;
	margin: auto;
}

.fiviProdInnerPanel {
	display: flex;
	flex-direction: column;
	margin: 0 0 0 0;
	position: relative;
}

.fiviProdDesc {
	margin: 0 2.4rem 0 2.4rem;
}

.fiviCDWizardInfo {
	width: 94%;
	justify-content: space-between;
}

.ProductServiceTitle {
	align-items: center;
	display: flex;
}

.ProductServiceTitle > div {
	margin: 0;
}

.ProductServiceTitle > label {
	font-weight: 700;
	font-size: 1.6rem;
	margin: 0 0 0 0.6rem;
}

.fiviCertDesc {
	padding: 0 3.2rem 0 3.2rem;
}

/*
	5.3 Address
*/
.DefaultAddressVerifyingClass {
	display: block;
	width: 100%;
	text-align: center;
}

.fiviSameAs {
	width: 100%;
	padding: 0.8rem 0;
	margin: 1.6rem 0 0.8rem 0;
}

.AddressContainer {
	width: var(--control-width);
	position: relative;
}

.AddressContainer > .fiviAddress {
	position: static;
}

.AddressContainer .fiviSameAs {
	position: absolute;
	top: 0.8rem;
	left: 17.6rem;
	z-index: 1;
	margin: 0;
}

.AddressContainer .fiviSameAs > label {
	font-weight: normal;
}

.fiviAddManual {
	width: 100%;
	margin: 1.6rem 0 0 0;
}

/*
	5.4 Employment History
*/
.fiviEmpHistoryControl {
	width: 100%;
}

.fiviEmpHistHeadText {
	margin: 0.8rem 0 0.8rem 0.4rem;
	display: block;
}

/*
	5.5 Income
*/
.fiviIncomeControl {
	width: 100%;
}

/*
	5.6 Documents
*/
.fiviDocumentList {
	width: 100%;
	margin: 1.6rem 1.6rem 0rem 1.6rem;
}

.fiviDocListBtn {
	display: flex;
	justify-content: center;
}

.fiviDocumentList .fiviCenterBtn {
	margin-bottom: 0;
}

.fiviDocumentList td {
	vertical-align: middle !important;
}

.fiviDocumentList tr:nth-of-type(1) > td {
	font-weight: bold;
	text-align: left !important;
	border: none;
}

.fiviDocumentList td,
.fiviDocumentList tr {
	border: none;
}

/*
	5.7 Disclosures
*/
.fiviDisclosureList {
	display: flex;
	flex-direction: column;
	margin: 0.8rem 0 1.6rem 0.8rem;
	width: 100%;
}

/*
	5.8 Product Relationship
*/
.fiviProductRelationship {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.fiviProductRelationship td {
	padding: 0.8rem 3.2rem !important;
	margin: 3.2rem 0;
	vertical-align: middle !important;
}

.fiviProductRelationship table {
	overflow-x: auto;
	white-space: nowrap;
	border: none;
}

.fiviProductRelationship tr:nth-of-type(1) > td {
	font-weight: bold;
	text-align: left !important;
	border: none;
}

.fiviProductRelationship td,
.fiviProductRelationship tr {
	border: none;
}

/*
	5.9 Default ACH
*/
.fiviACHStatus {
	width: var(--control-width);
	margin: 0 0 0 1.6rem;
	display: block;
}

.fiviACHStatus > span {
	font-weight: normal !important;
}

.fiviACHcbCont {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.fiviACHControl > .fiviCheckBox {
	width: 100%;
	margin: 5px 0 15px 16.5px;
}

/*
	5.10 Credit Card
*/
.fiviCreditCardControl {
	align-items: center;
	flex-direction: row !important;
	justify-content: space-between;
}

.fiviCCIndInfo,
.fiviCCCardInfo {
	width: var(--control-width);
	display: block;
	margin: 0 auto;
}

.fiviCCIndInfo > .fiviInput,
.fiviCCIndInfo > .fiviMultiInput > .fiviInput,
.fiviCCCardInfo > .fiviInput {
	width: 100%;
}

.fiviCCCardInfo > .DefaultAddressVerifyingClass {
	text-align: right;
	margin: 0 0 0 0;
	padding-right: 1.6rem;
}

#CreditCard_Month {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#CreditCard_Year {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

#CreditCard_CVV {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*
	5.11 One Time Passcode
*/
.fiviOTPDest {
	padding: 0;
}

.fiviOTPDest:first-of-type {
	padding: 0;
	margin-top: 1.6rem;
}

.fiviOTPButtonGroup {
	padding: 1.6rem;
	margin: 0 auto;
	width: 100%;
}

.fiviPanelContainer > span > .fiviInput {
	margin: 0 auto;
}

/*HMDA*/
.fiviHMDA {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#hmdaEthnicityGender {
	width: 50%;
}

.fiviHMDAControl {
	width: 50%;
}

/*
	5.12 ProductFunding
*/
.fiviProductFunding {
	width: 100%;
	margin: auto;
}

.DefaultProductFundingTextBoxClass {
	width: 33% !important;
}

.fiviFundingAmount {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid var(--primary-color);
	box-shadow: 0 -4px 6px -6px var(--primary-color);
	padding: 0.8rem 1.6rem 0 1.6rem;
	width: 100%;
	margin: 1.6rem auto;
}

.fiviFundingMethods {
	width: 100%;
}

.fiviFundingMethods .fiviMultiInput {
	justify-content: space-around;
}

.fiviFundingMethods .fiviCheckBox {
	width: 45rem;
}

.fiviFundingMethods .fiviCheckBox > label {
	width: 80%;
}

.fiviFundingDetails {
	width: 100%;
}

/*
	5.13 Individual Details
*/
.fiviIndDetailTitle {
	font-size: 2rem;
	margin: 0.4rem 0;
	color: var(--primary-color);
	display: flex;
	align-items: baseline;
}

.IndDetailSingle,
.IndDetailGroupTitle {
	font-weight: 700;
}

.IndDetailGroup {
	margin: 0 0 0 0.4rem;
}

.fiviIndDetails {
	margin: 0 0 0 0.4rem;
	display: block;
}

.fiviEmptyIndList {
	width: 50%;
}

/*
	5.14 Individual List
*/
.IndividualLists {
	display: flex;
	justify-content: space-around;
}

.IndividualLists > .fiviPanel {
	margin: 1.6rem 3.2rem 0.8rem 3.2rem;
	display: block;
}

/*
	5.15 IDAuth
*/
.fiviIDAuth {
	margin: 1.6rem 0 0 0;
}

.fiviIDAuth label {
	font-weight: normal;
	padding-left: 0.4rem;
}

/*
	5.16 Progress Bar
*/
#progBar {
	position: absolute;
	background: white;
	z-index: 1;
	right: 0rem;
	bottom: -4rem;
	display: flex;
	width: 44.8rem;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 0.8rem;
	border-radius: 0.8rem;
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.17);
}

.ProgressBarOuter {
	background-color: #787878;
	height: 16px;
	border: 1px #787878;
	border-radius: 1em;
	/*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
	width: 32rem;
	margin: 5px 10px 5px 2px;
	cellpadding: 0px;
	cellspacing: 0px;
	order: 2;
}

.ProgressBarInner {
	background-color: #8fc53f;
	border-radius: 1em;
	height: 14px;
	overflow: hidden;
}

.TextClass {
	font-weight: bold;
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
	width: 11.2rem;
	order: 1;
}

/*
	5.17 Beneficial Ownership
*/
.fiviBeneOwnership {
	margin: 1.6rem auto 0 auto;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.fiviBeneOwnership .fiviCenterBtn {
	margin-bottom: 0;
}

.fiviBeneOwnership table {
	overflow-x: auto;
	white-space: nowrap;
	border: none;
}

.fiviBeneOwnership td {
	padding: 0.8rem 3.2rem !important;
	margin: 3.2rem 0;
	vertical-align: middle !important;
}

.fiviBeneOwnership tr:nth-of-type(1) > td {
	font-weight: bold;
	text-align: left !important;
	border: none;
}

.fiviBeneOwnership td,
.fiviBeneOwnership tr {
	border: none;
}

/*
	5.18 Phone Control
*/
/*
.fiviInput.fiviLongInput.fiviPhoneControl {
	width: 60rem;
	margin-left: 16.4rem;
}
*/
.fiviPhoneControl > .fiviCheckBox {
	border: none;
	box-shadow: none;
	width: 12.8rem !important;
}

.fiviPhoneControl > .fiviCheckBox > label {
	font-weight: normal;
}

.fiviLongInput.fiviPhoneControl > .CtlValidator {
	left: 17.6rem;
}

/*
	Shopping Cart
*/
#ShoppingCart {
	width: 7rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*
	5.21 Beneficiaries
*/

.fiviBeneficiaries {
	margin: 1.6rem auto 0 auto;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.fiviBeneficiaries .fiviCenterBtn {
	margin-bottom: 0;
}

.fiviBeneficiaries table {
	overflow-x: auto;
	white-space: nowrap;
	border: none;
}

.fiviBeneficiaries td {
	padding: 0.8rem 3.2rem !important;
	margin: 3.2rem 0;
	vertical-align: middle !important;
}

.fiviBeneficiaries tr:nth-of-type(1) > td {
	font-weight: bold;
	text-align: left !important;
	border: none;
}

.fiviBeneficiaries td,
.fiviBeneficiaries tr {
	border: none;
}

/* 
    6. Specific Pages 

    6.1 Default Page
*/
#DefaultContents .ApplicationHeader {
	text-align: center;
	/* padding-top: 1.5rem; */
}

#DefaultContents .SectionHeaders {
	margin-top: 2.4rem;
	margin-bottom: 1.6rem;
	font-size: 2.2rem;
}

.fa-li {
	color: #0068b3;
	padding-top: 0.2rem;
}

.RequiredList > li {
	font-size: 1.4rem;
	margin: 0.2rem;
}

.thumbnailGroup {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2.4rem 0 0 0;
}

.thumbnailMiniGroup {
	justify-content: space-around;
}

.thumbnail {
	width: 27.2rem;
	text-align: center;
	box-shadow:
		inset 0 1px 3px rgba(0, 0, 0, 0.075),
		0 0 3px rgba(102, 175, 233, 0.6);
	background-color: #f6f6f6;
	border-radius: 10px;
	border: 1px solid #87cefa;
	padding: 0.8rem 0.8rem 0 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.thumbIcon {
	width: 68px;
	margin: auto;
	font-size: 27px;
	color: #0068b3;
	padding: 18px 20px;
	background-color: #ffffff;
	border: solid 1px #0068b3;
	border-radius: 50%;
	text-align: center;
}

.thumbnail p {
	padding: 0 0.8rem 0.8rem 0.8rem;
	text-align: center;
	font-size: 1.6rem;
}

/* 
    7. Others
*/
/*These two are primary to handle select inputs for dynamic labeling*/
select::-ms-expand {
	background-color: white;
	border-color: white;
	padding-right: 1.6rem;
}

.fiviTransparent {
	color: white !important;
}

/*set the icheck helper backgrouds to white*/
/*set the icheck helper backgrouds to white*/
.icheckbox_square-black,
.icheckbox_square-red,
.icheckbox_square-green,
.icheckbox_square-blue,
.icheckbox_square-aero,
.icheckbox_square-grey,
.icheckbox_square-orange,
.icheckbox_square-yellow,
.icheckbox_square-pink,
.icheckbox_square-purple {
	background-color: white;
}

.iradio_square-black,
.iradio_square-red,
.iradio_square-green,
.iradio_square-blue,
.iradio_square-aero,
.iradio_square-grey,
.iradio_square-orange,
.iradio_square-yellow,
.iradio_square-pink,
.iradio_square-purple {
	background-color: white;
	border-radius: 50%;
}

/*used on the app summary page to group the summary infos*/
.SumGroup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	align-items: baseline;
	margin-bottom: 0.8rem;
}

.SumGroup > .fiviPanel {
	width: 50%;
}

.SumItem > div,
.SumItem > span,
.SumGroup > .SelectedProdGroup > .fiviIndDetailTitle {
	display: block;
	margin: 1.6rem 0 1.6rem 1.6rem;
}

.SumItem {
	width: 50%;
	position: relative;
}

.SumGroup > .fiviPanel .SumItem {
	width: 100%;
}

.SumGroup > .SelectedProdGroup {
	width: 50%;
	position: relative;
}

#pnlBackupWithholding {
	margin: 0 0 1.6rem 1.6rem;
}

#Comments {
	padding: 0;
}

/*modifing tables*/
.SectionBox .table-striped > tbody > tr:nth-child(even) > td,
.SectionBox .table-striped > tbody > tr:nth-child(even) > th {
	background-color: white;
}

.SectionBox .table-hover > tbody > tr:not(:first-of-type):hover > td {
	background-color: #e8e8e8;
}

.SectionBox .table-hover > tbody > tr:first-of-type:hover > td {
	background-color: inherit;
}

.SectionBox th {
	border-top: none !important;
}

/*
	8. Page Specfic

	8.1 FundAccount

*/
#pnlTransferFunds,
#pnlTransferFunds2 {
	margin: 1.6rem 0 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/*
		10. IE Only
	*/
	html {
		font-size: 10px;
	}

	a {
		color: #0066cc;
	}

	a:hover {
		color: #00aeef;
	}

	#Content {
		width: calc(96rem + 20px);
	}

	#LayoutHeaderContents {
		width: 96rem;
	}

	#LayoutFooterContents {
		width: calc(96rem + 6.4rem + 2px);
	}

	#LayoutPage {
		width: calc(96rem + 6.4rem + 2px);
	}

	.AdminConsole > #LayoutPage {
		width: 96rem;
	}

	.SectionHeaders {
		border-bottom: 1px solid #0e4681;
		box-shadow: 0 4px 6px -6px #0e4681;
	}

	.PrimaryButton {
		background-color: #0e4681;
		border: 0.4rem solid #0e4681;
		box-shadow: 0.8rem 1.2rem 1.2rem rgba(0, 0, 0, 0.17);
	}

	.PrimaryButton:hover,
	.PrimaryButton:active,
	.PrimaryButton:focus {
		background-color: #6699cc;
		border-color: #6699cc;
		box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.4);
	}

	.MinorButton {
		background-color: #0e4681;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	}

	.MinorButton:hover,
	.MinorButton:active,
	.MinorButton:focus {
		background-color: #6699cc;
		box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	}

	.BackButton {
		background-color: #aaa;
		border-color: #aaa;
	}

	.BackButton:active,
	.BackButton:focus,
	.BackButton:hover {
		background-color: #d4d4d4;
		border-color: #d4d4d4;
	}

	.SaveButton {
		color: #0e4681;
	}

	.SaveButton:active,
	.SaveButton:hover,
	.SaveButton:focus {
		color: #6699cc;
	}

	.IconButton {
		color: #0e4681;
	}

	.IconButton:active,
	.IconButton:hover,
	.IconButton:focus {
		color: #6699cc;
	}

	.fiviRemoveBtn {
		background-color: #f6f6f6;
		color: #0e4681;
	}

	.fiviRemoveBtn:active,
	.fiviRemoveBtn:hover,
	.fiviRemoveBtn:focus {
		color: #6699cc;
	}

	.modal .MediumButton {
		background-color: #0e4681;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	}

	.modal .MediumButton:hover,
	.modal .MediumButton:active,
	.modal .MediumButton:focus {
		background-color: #6699cc;
		box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
	}

	.panel-heading.collapsed {
		background-color: #f6f6f6;
	}

	.fiviMultiSeperator {
		background-color: #0e4681;
	}

	.fiviInput {
		width: 40rem;
	}

	.fiviLongInput {
		width: 100%;
	}

	.form-control {
		color: #303030;
		border-bottom: 1px solid #0e4681;
		box-shadow: 0 4px 6px -6px #0e4681;
	}

	.DefaultLabelClass {
		color: #202020;
	}

	.fiviProdServ {
		width: calc(40rem - 3.2rem);
		background-color: #f6f6f6;
	}

	.AddressContainer {
		width: 40rem;
	}

	.fiviACHStatus {
		width: 40rem;
	}

	.fiviCCIndInfo,
	.fiviCCCardInfo {
		width: 40rem;
	}

	.fiviFundingAmount {
		border-top: 1px solid #0e4681;
		box-shadow: 0 -4px 6px -6px #0e4681;
	}

	.fiviIndDetailTitle {
		color: #0e4681;
	}
}

/*
    9. Mobile
*/
@media all and (max-device-width: 992px), all and (max-width: 992px) {
	.centerform {
		margin: 0 auto;
		width: 100%;
	}

	#LayoutHeaderContents {
		margin: 0.8rem 0.8rem 0 0.8rem;
		width: 100%;
		justify-content: flex-start;
	}

	#HeadLogo,
	#HeadContact {
		max-width: 100%;
	}

	#HeadLogo > img {
		width: 100%;
	}

	#LayoutFooterContents {
		width: 100%;
	}

	#LayoutPage {
		width: 100%;
		padding: 3.2rem 0.8rem 1.6rem 0.8rem;
	}

	.footerImages {
		display: none;
	}

	.footerSmall {
		display: block;
		text-align: center;
	}

	#progBar {
		display: none;
	}

	#progBar > .TextClass {
		display: none;
	}

	.form-section {
		margin: 0 0;
	}

	.form-flex,
	.form-inline {
		padding: 0 0.8rem 0.8rem 0.8rem !important;
		margin-bottom: 1.6rem !important;
	}

	.form-control {
		width: 100% !important;
	}

	.SectionHeaders {
		margin: 3.2rem 0 0.5rem 0rem;
	}

	.fiviInput {
		width: 100%;
	}

	.fiviLongInput {
		flex-direction: column;
	}

	.fiviLongInput > .TwoControls {
		width: 96% !important;
	}

	.fiviLongInput > .DefaultTooltipClass {
		top: 0;
		bottom: 1.6rem;
	}

	.AddressContainer .fiviSameAs {
		position: relative;
	}

	.fiviProdServ {
		width: 100%;
	}

	.fiviProdServControl {
		padding: 0rem 0.8rem 1.6rem 0.8rem;
	}

	.rbGroupQuest {
		width: 100%;
	}

	.rbGroupTwoAnswers {
		width: 100%;
		justify-content: flex-start;
		margin-top: 1.6rem;
	}

	.rbGroupTwoAnswers > .fiviCheckBox {
		width: 20%;
	}

	.cbButtonGroup {
		width: 100%;
		padding: 0 0 0 1.6rem;
	}

	.cbButtonGroup > .fiviCheckBox {
		width: 100%;
	}

	.fiviCCIndInfo,
	.fiviCCCardInfo {
		width: 100%;
	}

	.fiviACHcbCont {
		width: 100%;
	}

	#hmdaEthnicityGender,
	#hmdaRace {
		width: 100%;
	}

	.panel-group,
	.panel-body {
		margin: 0;
		padding: 0;
	}

	#pnlDirectionButtons > .fiviPanelContainer,
	.pnlDirectionButtons,
	.fiviOTPButtonGroup {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	#btnBackButton {
		order: 2;
	}

	#btnNextButton {
		order: 3;
	}

	#pnlASC {
		order: 1;
	}

	#pnlASC > .fiviPanelContainer {
		margin-top: 0;
	}

	.PrimaryButton {
		margin: 0.8rem 0.8rem 0.8rem 0.8rem;
	}

	.MobileScanButton {
		width: 100% !important;
	}

	.fiviOTPButtonGroup input {
		margin: 0 0 1.6rem 0;
	}

	.fiviCertDesc {
		padding: 0 1.6rem 0 1.6rem;
	}

	.SumItem,
	.SumGroup > .SelectedProdGroup {
		width: 100%;
	}

	.fiviProductFunding {
		width: 100%;
	}

	.fiviProductFundingItem > .fiviInput {
		width: 100%;
		padding: 0.8rem 0 0 0rem;
	}

	.fiviProductFundingItem .form-control {
		width: 50% !important;
	}

	.fiviFundingAmount {
		width: 100%;
		padding: 0.8rem 0 0 0;
	}

	.fiviCCCardInfo > .fiviTwoInput > select {
		width: 70% !important;
	}

	.DefaultTooltipClass {
		right: 1.2rem;
	}

	.fiviCCCardInfo .DefaultTooltipClass {
		right: 0.8rem;
	}

	.fiviRemoveBtn {
		left: 15.2rem;
	}

	.thumbnailGroup {
		justify-content: space-around;
	}

	.thumbnail {
		width: 32rem;
	}

	.fiviEmptyIndList {
		width: 75%;
	}

	.fiviDocumentList {
		width: 100%;
		margin: 1.6rem 0 0rem 0;
	}

	.fiviACHControl > .fiviCheckBox {
		width: 100%;
		margin: 5px 0 15px 0;
	}

	.fiviACHControl > .fiviCheckBox > label {
		width: calc(100% - 27px);
		vertical-align: middle;
	}

	.modal .MediumButton {
		width: 100% !important;
		display: block;
		position: relative;
	}

	.modal .MediumButton.pull-right {
		float: none !important;
	}

	.DefaultModalBodyClass {
		height: auto;
		display: block;
	}
}

/*
	11. Admin Console/Branch Workflows
*/

.AdminConsole > #LayoutPage {
	padding: 1.6rem 3.2rem 1.6rem 3.2rem;
	width: 96rem;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.AdminConsole .form-inline,
.AdminConsole .form-flex {
	padding: 0 0 1.6rem 0;
}

.AdminConsole .form-inline > .rbButton,
.AdminConsole .form-flex > .rbButton {
	padding-left: 0.8em;
}

.AdminConsole .form-inline > .rbButton,
.AdminConsole .form-flex > .rbButton {
	padding-left: 0.8em;
}

.AdminConsole .SectionHeaders {
	margin-left: 0;
}

.AdminConsole .FocusLabelClass,
.AdminConsole .fiviInput.fiviLongInput.fiviPhoneControl > .FocusLabelClass {
	top: 0;
	left: 0;
}

.AdminConsole .fiviPanelContainer > span > .fiviInput {
	margin: 0;
}

.fiviBranchScanner > .pnlDirectionButtons {
	justify-content: center;
	flex-wrap: wrap;
}

.fiviBranchScanner > .pnlDirectionButtons > .btn {
	margin: 0.5rem 4rem 1.6rem 4rem;
}

/*
	5.20 Person Search
*/

.fiviPersonSearch {
	width: 100%;
	display: block;
}
.fiviPersonSearch .form-control {
	width: 30% !important;
}
.fiviPersonSearch .form-inline {
	display: block;
	padding: 0 0 0 0;
}

.fiviPersonSearch .form-inline .form-control {
	width: 30% !important;
}

.fiviPersonSearch td {
	vertical-align: middle !important;
}

.fiviPersonSearch tr:nth-of-type(1) > td {
	text-align: left !important;
	border: none;
}

.fiviPersonSearch td,
.fiviPersonSearch tr {
	border: none;
}

.fiviPersonSearch .fiviCenterBtn {
	display: inline-block;
}

@viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

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: 1.6rem !important;
}
