/*
    Layout v2.5 Mark 2

    Table of Contents

    1. Variables
	2. Defaults & General Elements
	3. Page
		3.1 Layout Header
		3.2 Layout Page Content
		3.3 Layout Footer
		3.4 Accordians
		3.5 General Classes
    4. Inputs
		4.1 Flex Config
		4.2 Input Default Classes
		4.3 Control Validator
		4.4 Label
		4.5 Checkboxes/Radio Buttons
	5. Buttons
		5.1 Navigation Button Container
		5.2 Primary Button
		5.3 Minor Button
		5.4 Next & Back Button
		5.5 Other Buttons
    6. Control Specific
		6.1 Panel
		6.2 Product Services
		6.3 Address
		6.4 Employment History
		6.5 Income
		6.6 Documents
		6.7 Disclosures
		6.8 Product Relationship
		6.9 Default ACH
		6.10 Credit Card
		6.11 One Time Passcode
		6.12 HMDA
		6.13 ProductFunding
		6.14 Individual Details
		6.15 Individual List
		6.16 IDAuth
		6.17 Progress Bar
		6.18 Beneficial Ownership
		6.19 Phone Control
		6.20 Beneficiaries
		6.21 Account Selection
		6.22 Prove
		6.23 SMS Options
		6.99 ID Specific (Always Last)
    7. Specific Pages
		7.1 Default
		7.2 Application Summary
    8. Mobile
		8.1 Tablet & Phone in Landscape (600px to 1200px)
		8.2 8.2 Smallest (<751px)
		8.3 Ultra Wide
    9. IE Only
		9.1 Variable Conversion
		9.2 Always Required
	10. Admin Console/Branch
		10.1  Branch Specific Controls
		10.1a Person Search
*/
/*
    1. Variables
*/

:root {
    --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: 86rem;
    --control-width: 40rem;
    --control-height: 4rem;
    --font-size: 1.6rem;
    --rem-size: 10px;
    --font-control-color: #5a656c;
    --font-label-color: #424b59;
    --font-color: #5a656c;
    --link-font-color: #286090;
    --link-font-color-hover: #1e77b3;
    --ecu-rust: #c73c23;
    --ecu-light-moss: #a7c253;
    --ecu-robins-egg: #88d0c7;
    --ecu-marigold: #f89023;
    --ecu-pumpkin: #d55928;
    --ecu-pumpkin-dark: #c63d27;
    --ecu-blue: #005a95;
    --ecu-blue2: #027abc;
    --ecu-slate: #2f353f;
    --ecu-lilac: #c8a2c6;
    --ecu-sunshine: #ffef5f;
    --ecu-light-gray: #f3faf9;
    --ecu-white: #edeae2;
    --ecu-purple: #2e353f;
    --ecu-background-gray: #e7f5f4;
    --font-family-primary: "Montserrat", sans-serif;
    --font-family-secondary: "Overpass", sans-serif;
}

/*
    2. Defaults & General Elements
*/
html {
    font-size: var(--rem-size);
    font-family: var(--font-family-primary);
}

body,
.AdminConsole {
    font-family: "Montserrat", Arial;
    /* font-size: 16px; */
    line-height: 24px;
    font-weight: 500;
    color: var(--font-color);
}

h1,
h2,
h3,
h4 {
    width: 100%;
    margin: 1.6rem 0;
    line-height: 22px;
    font-weight: 700;
    color: var(--font-label-color);
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #424b59;
    text-transform: uppercase;
}

h4 {
    font-size: 2rem;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
}

legend {
    display: none;
}

p {
    width: 100%;
}

a:not(#top) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* font-size: 14px; */
    line-height: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    /* padding: 2px 4px; */
    transition: all .1s ease;
    width: fit-content;
    font-weight: 500;
    /* font-family: var(--font-family-secondary); */
}

/* a:not(#top):after {
	content: ">";
	font-family: "Arial";
	font-weight: 700;
} */

/* a:not(#top):before {
	content: "";
	height: 100%;
	width: 0%;
	position:absolute;
	background-color: var(--ecu-pumpkin-dark);
	z-index: 1;
	left: 0;
	transition: width 0.3s linear;
}
 */
a:not(#top):hover {
    text-decoration: underline;
    /* text-underline-offset: .15em; */
    color: var(--ecu-blue);

}

a:not(#top):hover:before {
    width: 100%;
    z-index: -1;
    transition: width 0.3s linear;
}

label {
    margin-bottom: 0;
    font-size: 1.6rem;
}

select::-ms-expand {
    background-color: #fff;
    border-color: #fff;
    padding-right: 1.6rem;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-overflow-scrolling: Auto;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    border: 2px solid #7f7f7f;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
}

@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;
}

/*
    3. Page
*/
#Content {
    width: calc(var(--page-width) + 20px);
}

.centerform {}

.Layout {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

/*
    3.1 Layout Header
*/
#LayoutHeader {
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #d5dde3;
    z-index: 1;
    position: relative;
    /* padding-bottom: 1.6rem; */
    height: 135px;
}

#LayoutHeaderContents {
    margin: 0 auto;
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 20px;
    /* align-self: center; */
}

#HeadLogo {
    max-width: 160px;
}

#HeadLogo>img {
    max-width: 160px;
}

/*
    3.2 Layout Page Content
*/
#LayoutPage {
    margin: 0 auto;
    width: calc(var(--page-width) + 6.4rem + 2px);
    background-color: #fff;
    padding: 3.2rem;
    flex-grow: 1;
}

.form-section {
    margin: 0 1.6rem;
}

/*
    3.3 Layout Footer
*/

footer {
    background-color: #ffffff;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    color: #2d3640;
    font-weight: 500;
}

.footer__quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    border: 1px solid #e0e0e0;
    border-width: 1px 0;
    font-family: var(--font-family-secondary);
}

.footer__horizontal.footer__horizontal--wide {
    /* flex-direction: column; */
}

.footer__horizontal .footer__link>a {
    color: #027abc !important;
}

.footer__horizontal .footer__link:hover a {
    text-decoration: underline !important;
}

.footer__quick-links .footer__link {
    font-size: .875rem;
    text-transform: uppercase;
}

.footer__quick-links .footer__link {
    display: flex;
    gap: .5rem;
}

.footer__link {
    flex: 0 0 auto;
    font-size: 1rem;
    color: #052f48;
    cursor: pointer;
    transition: .2s ease;
}

.footer__main {
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
    max-width: 130rem;
    position: relative;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 2rem 0;
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    position: relative;
}

.footer__nav {
    /* display: flex;
        flex-direction: column; */
    align-items: stretch;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: .75rem;
    position: relative;

}

.footer__column {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 1rem 0 .875rem;
    border-bottom: 1px solid #e0e0e0;
}

.footer__column:last-child {
    border-bottom: none;
}


@media(min-width: 820px) {
    .footer__column {
        margin-right: auto;
        padding-left: 1rem;
        border-bottom: none;
        border-left: 1px solid #e0e0e0
    }
}

.footer__title {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: default;
    padding-left: 0.6rem;
}

.footer__list {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: .5rem;
    margin: 0;
    padding: 0.5em;
    height: 0;
    text-align: center;
    list-style: none;
    /* overflow: hidden; */
    /* opacity: 0; */
    /* visibility: hidden; */
}

.footer__list[data-active] {
    height: auto;
    opacity: 1;
    visibility: visible
}


.footer__item {
    display: flex;
    flex-direction: column;
    padding: .125rem .25rem;
}

.footer__link {
    flex: 0 0 auto;
    font-size: 14px !important;
    color: #052f48;
    cursor: pointer;
    transition: .2s ease;
}

a>.footer__link:hover {
    text-decoration: none;
    color: #005a95;
}

.footer__nav .footer__link {
    margin-left: -1rem;
    margin-right: -0.25rem;
    border-left: .5rem solid rgba(0, 0, 0, 0);
    padding-left: .5rem;
    padding-right: .25rem;
    text-decoration: none !important;
    font-family: var(--font-family-secondary);
    padding-top: .5em;
}

.footer__link--bold {
    font-weight: 700
}

.footer__nav .footer__link:focus,
.footer__nav .footer__link:hover {
    border-left-color: #005a95;
    color: #005a95;
    text-decoration: none
}

.footer__meta {
    border-top: 1px solid #e0e0e0;
    color: #515257
}

small {
    font-size: 80%;
}

.footer__meta-inner {
    margin-right: 3rem;
    margin-left: 3rem;
    width: calc(100% - 4rem);
    max-width: 130rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1.5rem 2rem;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.footer__copy {
    margin: 0 0 .5rem 0;

}

.footer__horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    text-transform: uppercase;
    color: #515257;
}

.icon-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer__meta .footer__link {
    font-size: 1.1rem !important;
    color: #515257;
    text-decoration: none !important;
    font-family: var(--font-family-secondary);
}

.footer__social-link {
    /* display: flex;
		justify-content: center;
		align-content: center;
		justify-items: center; */
    /* display: grid !important;
        place-items: center; */
    width: 36px !important;
    height: 36px;
    background: rgba(194, 191, 195, .5);
    border-radius: 80px;
    transition: all 200ms ease;
    align-items: center !important;

}

.footer__social-link svg {
    height: 1rem;
    width: auto;
    fill: #005a95;
}

.footer__social-link:hover {
    background: #052f48;
    text-decoration: none !important;
}

.footer__social-link:hover svg {
    fill: #fff
}

.footer__social-link:hover i {
    color: #fff
}

.footer__inner i {
    color: #005a95;
}

.fa-facebook-square,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    margin: auto;
}

.hideVisually,
.hide-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.footer__logo {
    color: #1e262e;

}

.footer__logo img {
    padding: 1em 0.5em;
    width: 180px;
    height: 70px;
}

.footer__address {
    text-align: center
}

.footer__routing {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    margin-top: .375rem
}

@media(min-width: 820px) {
    .footer__routing {
        margin-top: .75rem
    }

    .footer__quick-links {
        padding: 1.5rem 0;
    }

}

.footer__routing i {
    margin-right: .25rem;
    font-size: 1.125rem
}

.footer__info-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .5rem
}

.footer__info-logos img {
    width: auto;
    height: 4rem;
}

@media(min-width: 820px) {
    .footer__info-logos {
        gap: 2rem;
        grid-column: span 2
    }

    .footer__info-logos img {
        height: auto
    }

    .footer__info-logos a:first-child img {
        width: 5rem
    }

    .footer__info-logos a:last-child img {
        width: 7rem
    }
}



/* Media Queries */

@media(min-width: 86rem) {
    .footer__main {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

@media(min-width: 820px) {
    .footer__main {
        flex-direction: row
    }
}

@media(min-width: 820px) {
    .footer__info {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: start;
        gap: 1rem
    }
}


@media (max-width: 819px) {
    .footer__nav .footer__title {
        /* gap: .5rem;
            cursor: pointer; */
    }

    .footer__nav .footer__title::after {
        /* content: "";
            height: .4rem;
            width: .4rem;
            border-left: 2px solid #005a95;
            border-bottom: 2px solid #005a95;
            transform: translateY(-50%) rotate(-45deg);
            transition: .25s ease; */
    }

    .footer__nav .footer__title[data-active]::after {
        transform: translateY(0) rotate(135deg)
    }

}

@media (min-width: 820px) {
    .footer__title {
        margin-bottom: .875rem;
    }
}


@media(min-width: 820px) {
    .footer__nav {
        flex: 1 1 auto;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between
    }
}

@media (min-width: 820px) {
    .footer__title {
        margin-bottom: .875rem;
    }
}

@media(max-width: 819px) {
    .footer__list {
        /* align-items: center;
            text-align: center; */
        height: 100%
    }

    .footer__list>*:first-child {
        padding-top: .5rem;
    }

    .footer__list>*:last-child {
        padding-bottom: 1.25rem
    }
}

@media (min-width: 820px) {
    .footer__list {
        align-items: stretch;
        text-align: left;
        margin-right: auto;
        overflow: initial;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 820px) {
    .footer__item {
        padding: .125rem 0;
    }
}

@media (min-width: 820px) {
    .footer__copy {
        margin-bottom: 0;
    }

    .footer__copy br:first-child {
        display: none
    }
}

@media (min-width: 992px) {
    .footer__meta-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

@media (min-width: 90rem) {
    .footer__meta-inner {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

/*
    3.4 Accordians
*/
.CursorPointer {
    cursor: pointer;
}

.panel-group {
    margin: 0 0 1.6rem 0;
    width: 100%;
}

.panel {
    border: none;
    box-shadow: none;
    background-color: #e7eef5;
    border: 1px solid #045a94;
    padding: 0 .8rem 0 .8rem;
}

.panel-body {
    padding: 0 0 .8rem 0;
    margin: 0;
}

.panel-default>.panel-heading {
    margin: 0;
    padding: 0.8rem 0 0.8rem 0;
    background-image: none;
    background-color: #e7eef5;
}

.panel-heading.collapsed {
    background-color: #e7eef5;
    background-image: none;
}

.panel-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.panelArrow {}

/*
    3.5 General Classes
*/
/*
.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;
}
*/
.PageHeader {
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 1.6rem 0;
    color: var(--font-label-color);
}

.PageDesc {
    margin: 1.6rem 0;
    font-size: 1.6rem;
}

.SectionHeaders {
    width: 100%;
    margin: 1.6rem 0 1.0rem 0rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #424b59;
    text-transform: none;
    /* margin-bottom: 16px; */
}

.SectionDesc {
    margin: 0.8rem 0 0.8rem 0;
    width: 100%;
}

.indentLeft {
    margin: 0 0 0 1.6rem;
}

.LeftFlush {
    margin-left: 0;
}

.AddInd {
    font-size: 1.6rem;
}

.flexBreak {
    flex-basis: 100%;
    height: 0;
}

.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);
}

.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;
}

.DefaultTooltipClass {
    position: absolute;
    right: 1.6rem;
    top: 3.6rem;
}

.tooltip-arrow {
    display: none;
}

.tooltip-inner {
    width: max-content;
    max-width: 350px !important;
}

.SectionBox .table-striped>tbody>tr:nth-child(even)>td,
.SectionBox .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fff;
}

.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;
}

/*
    4. Inputs
    4.1 Flex Config
*/
.form-flex,
.form-inline {
    width: 100%;
    padding: 0 0 1.6rem 0;
    display: flex;
}

.fiviMultiInput {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.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;
}

/*
    4.2 Input Default Classes
*/
.fiviInput {
    display: flex;
    position: relative;
    padding-top: 19px;
    width: var(--control-width);
    margin-bottom: 1.6rem;
}

.form-control {
    width: 100% !important;
    height: 4rem;
    margin: 0px;
    padding: .8rem;
    background-color: #fff;
    color: var(--font-control-color);
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.form-control:active,
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

.fiviTransparent {
    color: transparent;
}

.TwoControls {
    margin: 0px 0px 0px 0px;
    padding: 0 1.6rem 0 1.6rem;
    width: 48% !important;
}

.fiviInput.TwoControls {
    padding: 0;
    margin: 0;
}

select.TwoControls {
    padding: 0px 10px 0px 10px;
}

.fiviTwoInput {
    justify-content: space-between;
}

.fiviLongInput {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}

.fiviLongInput>.TwoControls {
    width: 19.2rem !important;
    margin-right: 1.6rem;
}

.fiviFullWidth {
    width: 100% !important;
}

.fiviThirdWidth {
    width: 33% !important;
    display: block;
}

.fiviInput.TwoControls>.DefaultTooltipClass {
    top: 1.0rem;
}

.fiviCheckBox>.DefaultTooltipClass {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    margin-left: 1rem;
}

/*
    4.3 Control Validator
*/
.CtlValidator {
    position: absolute;
    top: 3.2rem;
    right: 0.4rem;
    font-weight: 700;
    z-index: 2;
    width: 1rem;
}

.fiviInput.TwoControls>.CtlValidator {
    top: 1.6rem;
}

.fiviProductFundingItem .CtlValidator {
    top: 2.4rem;
}

.fiviCheckBox.fivicbNoLabel>.CtlValidator {
    top: 0;
    left: -1rem;
}

/*
    4.4 Label
*/
.DefaultLabelClass {
    position: absolute;
    left: 1.6rem;
    top: 3.2rem;
    font-size: 1.8rem;
    color: #5a656c;
    cursor: text;
    transition: all 0.2s ease-in-out;
    text-align: left;
    width: 100%;
    pointer-events: none;
    line-height: 16px;
    font-weight: 400;
}

.fiviTwoInput>.DefaultLabelClass,
.fiviLongInput>.DefaultLabelClass {
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
    font-weight: 700;
}

.fiviInput.fiviLongInput.fiviPhoneControl>.DefaultLabelClass {
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
    font-weight: 700;
}

.FocusLabelClass,
.fiviInput.fiviLongInput.fiviPhoneControl>.FocusLabelClass {
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
    font-weight: 700;
}

.fiviOutsideLabel {
    margin: 2.4rem 0 0.8rem 0;
}

label.label-inline {
    font-weight: normal;
    display: inline;
    font-size: 1.4rem;
    font-weight: 600;
}

/*
    4.5 Checkboxes/Radio Buttons
*/
.fiviCheckBox {
    align-items: center;
    margin: 0.4rem 0px;
    padding: 0;
}

.rbGroupTwoAnswers>.fiviCheckBox {
    margin: 0;
    padding: 0;
    width: fit-content;
}

.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 0;
    gap: 5px;
}

.rbButton>.fiviCheckBox {
    width: 3.2rem;
}

.rbLabel {
    font-size: 1.4rem;
    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: 50%;
    display: flex;
    gap: 20px;
}

.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;
}

.rbGroupTwoAnswers>span>.form-control,
.rbGroupAnswer>span>.form-control {
    width: 90% !important;
}

.fiviCheckBox.TwoControls {
    padding: 8px 10px 0px 10px;
}

.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: #fff;
}

.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: #fff;
    border-radius: 50%;
}

.cbButtonGroup.add-joint-bene {
    padding: 0;
    gap: 10px;
}

/*
    5. Buttons
    5.1 Navigation Button Container
*/
#pnlDirectionButtons>.fiviPanelContainer,
#pnlASC>.fiviPanelContainer,
.pnlDirectionButtons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 1.6rem 0 1.6rem 0;
}

.pnlDirectionButtons.stack-direction-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

#pnlASC>.fiviPanelContainer {
    margin: 1.6rem 0 -1.6rem 0;
}

/*
    5.2 Primary Button
*/
.PrimaryButton,
.btn-success,
.closeModal {
    background-color: var(--ecu-white);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #1e262e;
    padding: 12px 20px;
    /* min-width: 100px; */
    width: fit-content !important;
    width: 200px !important;
    text-shadow: none;
    transition: .25s ease;
    font-family: var(--font-family-secondary);
}

.PrimaryButton:hover,
.PrimaryButton:active,
.PrimaryButton:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.closeModal:hover,
.closeModal:active,
.closeModal:focus {
    background-color: var(--ecu-blue2) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.SaveButton {
    display: flex !important;
    justify-content: center !important;
}


/*
    5.3 Minor Button
*/
.MinorButton {
    background-color: var(--ecu-blue);
    border: none;
    color: #fff;
    padding: 1.2rem 0;
    margin: 0.5rem 0 1.6rem 0;
    width: 25.6rem !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.MinorButton:hover,
.MinorButton:active,
.MinorButton:focus {
    background-color: var(--ecu-blue2);
    color: #fff;
    border-radius: 2px;
    transition: 0.1s all linear;
    outline: none;
}

.AddIndBtn {
	 background-color: var(--ecu-blue);
}

.AddIndBtn:hover,
.AddIndBtn:active,
.AddIndBtn:focus {
	 background-color: var(--ecu-blue2);
}


/*
    5.4 Next & Back Button
*/
.NextButton,
.StartButton {
    background-color: var(--ecu-blue);
    color: #fff;
}

td>.NextButton {
    background-color: var(--ecu-white);
    color: #1e262e;
}

.NextButton:active,
.NextButton:hover,
.NextButton:focus {}

span#btnBackButton,
span#btnSaveButton,
span#btnDeclineButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

span#btnBackButton:after,
span#btnSaveButton:after,
span#btnDeclineButton:after {
    content: "";
    height: 20px;
    width: 0%;
    position: absolute;
    background-color: var(--ecu-pumpkin-dark);
    z-index: 1;
    right: 0;
    transition: width 0.3s linear;
}

span#btnBackButton:before,
span#btnSaveButton:before,
span#btnDeclineButton:before {
    /* content: "<"; */
    /* font-weight: 700;
	color: var(--ecu-pumpkin);
	padding: 2px 0 2px 5px;
	z-index: 2;
	font-family: "Arial Narrow"; */
}

span#btnBackButton:hover:before,
span#btnSaveButton:hover:before,
span#btnDeclineButton:hover:before,
span#btnBackButton:focus-within:before,
span#btnSaveButton:focus-within:before,
span#btnDeclineButton:focus-within:before,
span#btnBackButton:active:before,
span#btnSaveButton:active:before,
span#btnDeclineButton:active:before {
    /* color: white;
	transition: .5s all cubic-bezier(0,.28,.26,.89); */
}

span#btnBackButton:hover:after,
span#btnSaveButton:hover:after,
span#btnDeclineButton:hover:after,
span#btnBackButton:focus-within:after,
span#btnSaveButton:focus-within:after,
span#btnDeclineButton:focus-within:after,
span#btnBackButton:active:before,
span#btnSaveButton:active:before,
span#btnDeclineButton:active:before {
    /* width: 100%;
	transition: width 0.3s linear;
	color: white; */
}

.BackButton,
.SaveButton {
    background-color: var(--ecu-white);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #1e262e;
    padding: 12px 20px !important;
    min-width: 100px;
    /* width: fit-content !important; */
    text-shadow: none;
    transition: .25s ease;
    font-family: var(--font-family-secondary);
}

span#btnBackButton:hover .BackButton,
span#btnSaveButton:hover .SaveButton,
span#btnDeclineButton:hover .SaveButton {
    color: white;
}

.BackButton:active,
.BackButton:focus,
.BackButton:hover,
.SaveButton:active,
.SaveButton:hover,
.SaveButton:focus {
    color: #fff !important;
}


.pnlDirectionButtons>#btnBackButton2>.BackButton {
    text-align: center;
}

/*
    5.5 Other Buttons
*/

.fiviDocumentList>.PrimaryButton {
    background-color: var(--ecu-blue);
    color: #fff;
}


.fiviDocumentList>.PrimaryButton:hover {

    background-color: var(--ecu-blue2);
    color: #fff;
}

#IndividualHandler01 .PrimaryButton,
#IndividualHandler02 .PrimaryButton,
.thumb-button .PrimaryButton {
    background-color: var(--ecu-white);
    color: #1e262e;
}

.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 {}

.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;
}

.StartButton {}

/*
    6. Control Specific
    6.1 Panel
*/
.fiviPanel {
    width: 100%;
}

.fiviPanelContainer {
    width: 100%;
}

.fiviPanel .PageDesc {
    margin: 0;
}

/*
    6.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: 0;
    position: relative;
    /* margin-bottom: auto; */
    /* height: fit-content; */
    /* align-self: flex-start; */
}

.fiviProdServ {
    min-width: 380px;
    width: 380px;
    max-width: 320px;
    min-height: 300px;
    position: relative;
    padding: 1.6rem;
    border-radius: 0;
    transition: none;
    background-color: white;
    z-index: 10;
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: flex-start;
}

.fiviProdServ:hover {
    border: none;
}

.fiviProdServ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border: 1px solid #424b59;
}

/* .fiviProdServ:hover:before {
	height: calc(100% + 16px);
	top: -8px;
	left: 0px;
	display: block;
	border: 1px solid #424b59;
	transition: 0.3s all;
	z-index: -1;
}

.fiviProdServ::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.fiviProdServ:hover::after {
	position: absolute;
	width: calc(100% + 16px);
	height: 100%;
	border: 1px solid #424b59;
	top: 0px;
	left: -8px;
	display: block;
	transition: 0.3s all;
	z-index: -1;
} */

.fiviProdServ>.fiviCheckBox>.DefaultTooltipClass {
    position: absolute;
    right: 1.6rem;
    top: 2.2rem;
    margin: 0;
}

.fiviNoProd {
    padding: 0.8rem 0 1.6rem 2.4rem;
}

.Product_MoreInfo,
.Service_MoreInfo {}

.fiviProdInnerPanel>.Service_MoreInfo {
    margin: .8rem 0 .8rem 3.2rem;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.Service_MoreInfo_Title {
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 5px;
}

.fiviProductFundingItem>.Product_MoreInfo {
    margin: auto;
    width: 80%;
}

.fiviProdPanel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fiviProdPanel>.fiviInput {
    width: 100%;
}

.fiviProductFundingItem>.fiviProdPanel {
    width: 80%;
    margin: auto;
}

.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;
    flex-shrink: 0;
}

.fiviProdInnerPanel {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    position: relative;
    font-size: 14px;
    line-height: 21px;
}

.fiviProdInnerPanel>.DefaultTooltipClass {
    right: 0rem;
    top: 0.5rem;
}

.fiviProdDesc {
    margin: 0 2.4rem 0 2.4rem;
}

.fiviCDWizardInfo {
    width: 100%;
    justify-content: space-between;
    background-color: var(--box-background-color);
    box-shadow: none;
    margin: 0 0rem;
    padding: 1.6rem 0 .8rem 0;
    max-width: unset;
    min-height: unset;
}

.fiviCDWizardInfo:before,
.fiviCDWizardInfo:after,
.fiviCDWizardInfo:hover:before,
.fiviCDWizardInfo:hover:after {
    display: none;
}

.fiviCertDesc {
    margin: 0 0.8rem;
}

.fiviMultiInput.fiviCDWizardInfo {
    flex-direction: row;
}

.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; */
    text-indent: -3px;
}

.ProductServiceTitle.fiviCheckBox {
    /* margin: 0.8rem 0 0 0; */
    display: flex;
    gap: 5px;
}

.disclosure-small {
    font-size: 14px;
    line-height: 21px;
}

.disclosure-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.disclosure-container>.fiviCheckBox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    text-indent: -4px;
}

#BackupWithContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.required-account-container {
    width: 100%;
}

.required-account-container>.fiviProdServControl {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem 0;
}

.required-account-container>.fiviProdServControl>.fiviProdServ {
    border: none;
    height: fit-content;
    min-height: fit-content;
    margin: 0;
    padding: 0;
    display: flex !important;
}

.required-account-container>.fiviProdServControl>.fiviProdServ:before,
.required-account-container>.fiviProdServControl>.fiviProdServ:after {
    display: none;
}

/*
    6.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: .6rem;
    left: 50%;
    z-index: 1;
    margin: 0;
}

.AddressContainer .fiviSameAs>label {
    font-weight: normal;
}

.fiviAddManual {
    width: 100%;
    margin: 1.6rem 0 0 0;
}

/*
	6.4 Employment History
*/
.fiviEmpHistoryControl {
    width: 100%;
    /* display: block; */
}

.fiviEmpHistHeadText {
    margin: 0.8rem 0 0.8rem 0.4rem;
    display: block;
}

/*
	6.5 Income
*/
.fiviIncomeControl {
    width: 100%;
}

/*
	6.6 Documents
*/
.fiviDocumentList {
    width: 100%;
    margin: 1.6rem 0 0rem 0;
}

.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;
}

.fiviDocumentList .DefaultTooltipClass {
    position: relative;
    right: unset;
    top: 0.4rem;
}

.fiviDocumentList a:before,
.fiviDocumentList a:after {
    display: none;
}

.fiviDocumentList a:hover {
    background-color: var(--ecu-pumpkin)
}

.fiviDocumentList>.btn.PrimaryButton.NextButton {
    margin-bottom: 20px;
}

.fiviDocumentList>input.PrimaryButton {
    margin-bottom: 10px;
}

/*
	6.7 Disclosures
*/

.fiviDisclosureList.fivi-disclosure-modal {
    gap: 10px;
}

.fiviDisclosureList {
    display: flex;
    flex-direction: column;
    margin: 0.8rem 0 1.6rem 0.8rem;
    width: 100%;
    gap: 10px;
}

.fivi-disclosure-modal .modal-header {
    font-weight: bold;
    font-size: 1.8rem;
}

.fivi-disclosure-modal .modal-body>div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 65rem;
    margin: 0 auto;
}

.fivi-disclosure-modal .modal-body .NextButton {
    margin-left: 5rem;
}

.fiviDisclosure-checkbox-container {
    display: flex;
    align-items: center;
}

.fiviDisclosure-checkbox-container .SaveButton {
    width: auto !important;
    margin: 0 0 0 1rem;
    padding: 0;
    font-size: 1.6rem;
    outline: none;
    border-radius: 0;
}

.page-text.disclosure-text {
    font-size: 14px;
    line-height: 21px;
}

#lnkHistory01 a:before,
#lnkHistory01 a:after,
.fiviDisclosureList a:before,
.fiviDisclosureList a:after {
    display: none;
}

#lnkHistory01 a,
.fiviDisclosureList a {
    color: var(--ecu-blue) !important;
}

#lnkHistory01 a:hover,
#lnkHistory01 a:visited,
.fiviDisclosureList a:hover,
.fiviDisclosureList a:visited {
    color: var(--ecu-purple) !important;
}

#lnkHistory01 a:hover,
.fiviDisclosureList a:hover {
    text-decoration: underline;
}

/*
	6.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;
}

/*
	6.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;
}

.DefaultAddressVerifyingClass {
    font-size: 12px;
    line-height: 18px;
}

/*
	6.10 Credit Card
*/

/* Has Just A CC Controls */
.fiviCreditCardControl {
    display: flex;
    justify-content: space-around !important;
    align-items: center;
}

.fiviCCCardInfo,
.fiviCCIndNameInfo {
    width: 100%;
}

.fiviCCCardInfo>.DefaultAddressVerifyingClass {
    text-align: left;
    margin: 0 0 0 0;
    padding-right: 1.6rem;
    width: 100%;
    order: 3;
}

/*Has CC and Name*/
.fiviCreditCardControl.ccControl-has-name .fiviCCIndInfo {
    width: var(--control-width);
}

.fiviCreditCardControl.ccControl-has-name .fiviCCIndInfo,
.fiviCreditCardControl.ccControl-has-name .fiviCCCardInfo,
.fiviCreditCardControl.ccControl-has-name .fiviCCIndNameInfo {
    width: 100%;
}

.fiviCreditCardControl.ccControl-has-name .fiviCCCardInfo {
    flex-direction: row;
}

.fiviCreditCardControl.ccControl-has-name .fiviCCCardInfo>.DefaultAddressVerifyingClass {
    text-align: left;
    order: 3;
}

/*Has CC, Name, Address*/
.fiviCreditCardControl.ccControl-has-name.ccControl-has-address {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}

.fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCIndInfo {
    width: 100%;
}

.fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCCardInfo,
.fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCIndNameInfo,
.fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCIndAddy {
    width: var(--control-width);
}

.fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCCardInfo>.DefaultAddressVerifyingClass {
    text-align: right;
}

#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;
}

.fiviCCCardInfo .fiviTwoInput>.fiviInput.TwoControls {
    margin-top: 0;
}

/*
	6.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;
}

/*
	6.12 HMDA
*/
.fiviHMDA {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#hmdaEthnicityGender {
    width: 50%;
}

.fiviHMDAControl {
    width: 50%;
}

.fiviHMDAControl>.fiviMultiInput {
    padding-left: 1.6rem;
}

.fiviHMDAControl>.fiviMultiInput>.fiviCheckBox,
.fiviHMDAControl>.fiviMultiInput>div>.fiviCheckBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*
	6.13 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;
}

.fiviFundingDetails {
    width: 100%;
}

/*
	6.14 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;
}

.fiviIndDetails.manual-fill {
    display: flex;
    flex-direction: column;
}

.fiviEmptyIndList {
    width: 50%;
}

/*
	6.15 Individual List
*/
.IndividualLists {
    display: flex;
    justify-content: space-around;
}

.IndividualLists>.fiviPanel {
    margin: 1.6rem 0 0.8rem 0;
    display: block;
}

.IndividualLists h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #424b59;
    text-transform: uppercase;
}

.IndividualLists a:after {
    display: none;
}

/*
	6.16 IDAuth
*/
.fiviIDAuth {
    margin: 1.6rem 0 0 0;
}

.fiviIDAuth label {
    font-weight: normal !important;
    padding-left: 0.4rem;
}

#IDAuthenticationQuestions td {
    padding-bottom: 0.2rem;
}

/*
	6.17 Progress Bar
*/
#progBar,
#journeyBar {
    background: #fff;
    display: none;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#journeyBar {
    display: flex;
    margin: 0 auto 0 auto;
    padding-right: 160px;
}

@media all and (max-device-width: 1024px),
all and (max-width: 1024px) {
    #journeyBar {
        margin: 0;
        padding-right: 0;
    }
}

@media all and (max-device-width: 850px),
all and (max-width: 850px) {
    #progBar {
        display: flex;
    }

    #journeyBar {
        display: none !important;
    }

}


.ProgressBarOuter {
    background-color: #a6c254;
    height: 16px;
    border: 1px var(--ecu-purple);
    border-radius: 8px;
    /*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
    max-width: 300px;
    width: 300px;
    /* width: 32rem; */
    order: 2;
}

.ProgressBarInner {
    background-color: var(--ecu-blue);
    height: 14px;
    border-radius: 7px;
    overflow: hidden;
    margin-left: 1px;
}

.TextClass {
    color: var(--font-label-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
    order: 1;
    flex-shrink: 0;
}

.journeybar {
    text-align: center;
    border-top: none;
    margin-bottom: 0;
}

.journeybar .hidden-xs.hidden-sm {
    display: unset !important;
}

.journeybar>tbody>tr {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.journeybaricons {
    display: block;
    max-height: 24px;
    margin: 0 auto;
}

.journeybarcurrent,
.journeybarfuture,
.journeybarprevious {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    border-top: none !important;
    border-bottom: solid 6px var(--ecu-blue);
    border-radius: 0.5em 0.5em 0 0;
    padding: 11px 5px 5px 5px !important;
    min-width: 110px;
    width: fit-content;
    font-size: 16px;
}

.journeybarcurrent {
    font-weight: 700;
    background-color: #d2e0a942;
    border-bottom: solid 6px var(--ecu-light-moss);
}

.journeybarfuture {
    opacity: 0.4;
}

.journeybarprevious {
    opacity: 0.75;
}



/*
.journeybarcurrent {
	display: inline-block;
	width: 16%;
	border-bottom: solid 6px #003e74;
	border-radius: 0.5em 0.5em 0 0;
	margin-right: 0.5%;
	font-weight: bold;
	color: #000000;
	border-top: none !important;
	background-color: #003e740a;
}

.journeybarfuture {
	display: inline-block;
	width: 16%;
	border-bottom: solid 6px #003e747d;
	border-radius: ;
	margin-right: 0.5%;
	color: #003e74;
	opacity: 0.4;
	border-top: none !important;
}

.journeybarprevious {
	display: inline-block;
	width: 16%;
	border-bottom: solid 6px #003e74c9;
	border-radius: em;
	margin-right: 0.5%;
	color: #003e74;
	opacity: 0.75;
	border-top: none !important;
}
*/

/*
	6.18 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;
}

/*
	6.19 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;
}

/*
	6.20 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.21 Account Selection
*/
.fiviAccountSelection {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 calc(1.6rem + 5px) 0;
    padding: 0 0 0 0;
    align-items: center;
}

#indProdRel div {
    text-align: left !important;
    justify-content: flex-start;
    padding: 0.5rem 0 0.5rem 0;
    flex-direction: row;
}

#indProdRel label:first-child {
    font-size: 1.8rem;
    font-weight: bold;
}

#indProdRel label {
    font-weight: normal;
}

#AccountSelectionCheckboxList label {
    font-weight: normal;
}

/*
	6.22 Prove
*/

.fiviMultiInput.fiviProveIndividualLookup {
    flex-direction: column;
    align-items: center;
}

.fiviMultiInput.fiviProveIndividualLookup>.ProveButtons,
.prove-previous-app>.ProveButtons {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fiviProveIndividualLookup>.loading {}

.prove-error-message {
    margin-top: 2rem;
    text-align: center;
}

.prove-previous-app>#ProvePreviousAppDescDiv {
    text-align: center;
    margin: 5rem 0;
    font-size: 1.6rem;
}

/*
	6.23 SMS Options
*/
.fiviPhoneControl {
    flex-wrap: wrap;
}

[id$="_pnlSMSOptInOut"] {
    width: 100%;
    max-width: var(--control-width);
    padding-top: 1.6rem;
}

[id$="_smsOptionsOuterDiv"] {
    width: 100%;
}

[id$="_smsOptionsOuterDiv"] br {
    display: none;
}

[id$="_innerButtonDivOptIn"],
[id$="_innerButtonDivOptOut"] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[id$="_innerButtonDivOptIn"] span,
[id$="_innerButtonDivOptOut"] span {
    padding: 0.75rem;
}

[id$="_outerButtonDiv"] {
    width: 100%;
    margin-bottom: 1.6rem;
}

[id$="_smsOptionsDiv"] {
    width: 100%;
    min-width: 100% !important;
    padding: 1.6rem !important;
}

[id$="_smsOptionsDiv"] span {
    width: 100%;
}

/*
    6.99 ID Specific
*/
#pnlNewIndividualList>div>h4,
#pnlExistingIndividualList>div>h4 {
    margin-top: 0;
}

#pnlIRSDisclosures .SectionBox {
    margin: 0 0 3.2rem 0;
}

#pnlBackupWithholding {
    margin: 0 0 1.6rem 1.6rem;
}

#Comments {
    padding: 0;
}

#pnlTransferFunds,
#pnlTransferFunds2 {
    margin: 1.6rem 0 0 0;
}

/*
    7. Specific Pages
    7.1 Default
*/

#DefaultContents {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#DefaultContents>* {
    margin: 0;
}

#DefaultContents .PageHeader {
    font-weight: 600;
}

/* #DefaultContents .PageHeader > span {
	font-weight: 900;
} */

#DefaultContents>.PageDesc {
    text-align: center;
}

#DefaultContents .ApplicationHeader {
    text-align: center;
    /* padding-top: 1.5rem; */
}

#DefaultContents>.TitleDefault {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#DefaultContents>.TitleDefault>* {
    margin: 0;
    text-align: center;
}

.what-you-need {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    align-self: center;
}

.what-you-need>.SectionHeaders {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.RequiredList {
    margin-bottom: 0;
}

.fa-li {
    color: var(--ecu-blue);
    padding-top: 2px;
}

.RequiredList>li {
    font-size: 1.6rem;
    margin: 0;
}

.thumbnailGroup {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2.4rem 0 0 0;
    gap: 30px;
}

.thumbnailMiniGroup {
    justify-content: space-around;
}

.thumbnail {
    min-width: 320px;
    width: 320px;
    max-width: 320px;
    height: 300px;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    transition: none;
}

#LayoutFooterContents .thumbnail {
    height: 350px;
}


.thumbnail-content-container {
    height: 100%;
    width: 100%;
    text-align: center;
    /* background-color: var(--ecu-light-gray); */
    border-radius: 0;
    border: 1px solid #c2bfc3;
    padding: 28px 28px 45px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: var(--ecu-blue);
    z-index: 10;
}

.thumbnail-border-tall::after {
    height: 100%;
    width: 100%;
    content: '';
    background: url("/_assets/layoutcontent/20044/25/textured_Background.png");
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.thumbnail-content-container::before {
    /* content: '';
	background: url("/_assets/layoutcontent/20044/25/textured_Background.png");
	opacity: .1; 
	position:absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0; */
}


/* .PrimaryButton {
	content: '';
	background-color: var(--ecu-blue2);
	color: #fff;
}
 */


/* .thumbnail-content-container:hover {
	background-color: #fff;
} */

#LayoutFooterContents .thumbnail-content-container,
#LayoutFooterContents .thumbnail-content-container:hover {
    background-color: var(--ecu-purple);
    border: 1px solid #424b59;
    padding: 40px 15px 40px 15px;
}

.thumbnail-border-tall,
.thumbnail-border-wide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

#LayoutFooterContents .thumbnail-border-tall,
.thumbnail:hover>.thumbnail-border-tall {
    /* height: calc(100% + 16px);
	top: -8px;
	left: 0px;
	display: block;
	border: 1px solid #424b59;
	transition: 0.3s all; */
}

#LayoutFooterContents .thumbnail-border-wide,
.thumbnail:hover>.thumbnail-border-wide {
    /* position: absolute;
	width: calc(100% + 16px);
	height: 100%;
	border: 1px solid #424b59;
	top: 0px;
	left: -8px;
	display: block;
	transition: 0.3s all; */
}

.thumbnail:hover>.thumbnail-border-tall,
.thumbnail:hover>.thumbnail-border-wide {
    /* background-color: var(--ecu-light-gray); */
}

#LayoutFooterContents .thumbnail:hover>.thumbnail-border-tall,
#LayoutFooterContents .thumbnail:hover>.thumbnail-border-wide {
    background-color: var(--ecu-purple);
}

.thumbTitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: var(--ecu-light-moss);
    text-align: center;
    width: 100%;
}

#LayoutFooterContents .thumbTitle {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.thumbnail .divider {
    width: 30px;
    height: 2px;
    background-color: var(--ecu-pumpkin);
    display: none;
}

#LayoutFooterContents .divider {
    display: block;
}

.thumb-content {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    flex-grow: 1;
}

#LayoutFooterContents .thumb-content {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#LayoutFooterContents .thumb-content a {
    color: #fff !important;
}

#LayoutFooterContents .thumb-content a:before,
#LayoutFooterContents .thumb-content a:after {
    display: none;
}

/*
    7.2 Application Summary
*/
.SumGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    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: 45%;
    position: relative;
}

.SumGroup>.fiviPanel .SumItem {
    width: 100%;
}

.SumGroup>.SelectedProdGroup {
    width: 45%;
    position: relative;
    justify-self: right;
}

.SelectedProdGroup .MinorButton {
    width: 10rem !important;
    margin: 1.6rem 0 0 1.6rem;
}

.SumItem .MinorButton {
    width: 16rem !important;
}

.SelectedProdGroup .fiviProdServiceSelected>div {
    padding-left: 30px;
}

.SelectedProdGroup .fiviProdServiceSelected>div>ul:first-of-type {
    padding-left: 0px;
}

.IconButton {
    color: var(--ecu-blue);
    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;
}

/*
	Additional Information
*/

.eligibility-section {
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.eligibility-section>.rbButton {
    margin: 0;
}

.eligibility-section>.rbButton .rbLabel {
    font-weight: 600;
}

.eligibility-section>.page-text,
.eligibility-section>.fiviPanel {
    margin-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.eligibility-section>.fiviPanel>.fiviPanelContainer {
    flex-direction: column;
    width: 100%;
}

#pnlNRA {
    width: var(--control-width);
}

#cbAddBene {
    margin-top: 15px;
}

#pnlMailDetails .page-text {
    margin-bottom: 10px;
}

/*
    8. Mobile
    8.1 Tablet & Phone in Landscape (600px to 1200px)
*/
@media all and (max-device-width: 900px),
all and (max-width: 900px) {
    .centerform {
        margin: 0 auto;
        width: 100%;
    }

    #LayoutHeaderContents {
        padding: 20px 10px;
        width: 100%;
    }

    #HeadLogo,
    #HeadContact {
        max-width: 50%;
    }

    #HeadLogo>img {
        /* width: 100%; */
    }

    #LayoutFooterContents {
        width: 100%;
    }

    #LayoutPage {
        width: 100%;
        padding: 3.2rem 1rem 1.6rem 1rem;
    }

    .form-section {
        margin: 0;
    }
}

@media all and (max-device-width: 850px),
all and (max-width: 850px) {
    .thumbnailGroup {
        justify-content: space-around;
    }

    .thumbnail {
        margin: 0 1rem 2rem 1rem;
    }
}

@media all and (max-device-width: 825px),
all and (max-width: 825px) {
    .fiviMultiInput.fiviCDWizardInfo {
        flex-direction: column;
    }

    .fiviProdServ {
        min-width: 35rem;
    }

    h3 {
        /* width: var(--control-width); */
    }

    h3.panel-title {
        width: 100%;
    }

    .fiviInput,
    .AddressContainer,
    .fiviACHStatus {
        width: 35rem;
    }

    .AddressContainer .fiviSameAs {
        left: 15rem;
    }

    .fiviLongInput {
        width: 100%;
    }

    .fiviCheckBox.TwoControls {
        padding: 8px 0 0px 0;
        margin-right: 0;
    }

    .fiviPhoneControl>.fiviCheckBox {
        width: 12.8rem !important;
    }

    .fiviLongInput>.TwoControls {
        width: 17.2rem !important;
    }

    .fiviPhoneControl {
        overflow-x: visible;
    }

    .cbButtonGroup {
        padding: 0 0 0 28rem;
    }

    .fiviProductFundingItem>.fiviInput,
    .fiviFundingAmount {
        width: 100%;
        margin: 0 0 0 0;
        padding: 1rem 0 0 0;
    }

    .fiviFundingAmount {
        margin-top: 1rem;
    }

    .fiviCreditCardControl.ccControl-has-name .fiviMultiInput {
        align-items: center;
        justify-content: center;
    }

    .fiviCreditCardControl.ccControl-has-name .fiviCCCardInfo {
        width: 100%;
        flex-direction: column;
    }

    .fiviCreditCardControl.ccControl-has-name .fiviCCCardInfo .DefaultAddressVerifyingClass,
    .fiviCreditCardControl.ccControl-has-name .fiviCCIndNameInfo {
        width: 35rem;
    }

    .fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviMultiInput {
        align-items: center;
        justify-content: center;
    }

    .fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCCardInfo {
        width: 100%;
        flex-direction: column;
    }

    .fiviCreditCardControl.ccControl-has-name.ccControl-has-address .fiviCCCardInfo .DefaultAddressVerifyingClass {
        width: 35rem;
    }
}

/*
    8.2 Smallest (<751px)
*/
@media all and (max-device-width: 750px),
all and (max-width: 750px) {

    .form-flex,
    .form-flex .fiviMultiInput {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #LayoutHeaderContents {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: nowrap;
        /* width: 100%; */
    }

    #HeadLogo {
        max-width: 75%;
        /* width: 100%; */
    }

    #HeadContact {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    #HeadPhone,
    #HeadEmail {
        margin-left: 1rem;
    }

    #HeadContact>br {
        display: none;
    }

    #progBar {
        width: 100%;
        /* position: relative; */
        /* bottom: -2rem; */
        gap: 10px;
    }

    .fiviProdServControl {
        flex-direction: column;
        align-items: center;
    }

    .ProgressBarOuter {
        /* margin-right: 5px; */
    }

    .TextClass {
        font-size: 10px;
    }

    #pnlDirectionButtons>.fiviPanelContainer,
    #pnlASC>.fiviPanelContainer,
    .pnlDirectionButtons {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .pnlDirectionButtons.stack-direction-buttons {
        align-items: center;
        gap: 17px;
    }

    .PrimaryButton {
        /* width: 30rem !important; */
        /* margin: 0 0 2rem 0; */
    }

    .StartButton {
        width: 100% !important;
    }

    .fiviInput {
        width: 100%;
        max-width: var(--control-width);
    }

    .fiviLongInput {
        flex-direction: column;
        margin-left: 0;
    }

    .DefaultLabelClass {
        width: calc(100% - 1.6rem);
    }

    .fiviLongInput>.TwoControls {
        width: 30rem !important;
    }

    .fiviProdServ {
        min-width: 30rem;
    }

    .AddressContainer .fiviSameAs {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .rbButtonGroup {
        flex-direction: column;
        align-items: flex-start;
    }

    .cbButtonGroup {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .rbGroupQuest {
        width: 100%;
        margin-bottom: 1rem;
    }

    #btnBackButton {
        /* order: 2; */
    }

    #btnNextButton {
        order: 3;
    }

    #pnlASC {
        order: 1;
    }

    #pnlASC>.fiviPanelContainer {
        margin-top: 0;
    }

    h4 {
        width: 30rem;
    }

    h3 {
        /* width: 30rem; */
    }

    h3.panel-title {
        width: 100%;
    }

    .AddressContainer {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .SumGroup {
        flex-direction: column;
        align-items: center;
    }

    .SumItem>div,
    .SumItem>span,
    .SumGroup>.SelectedProdGroup>.fiviIndDetailTitle {
        margin-left: 0;
    }

    .SumItem,
    .SumGroup>.SelectedProdGroup {
        width: 30rem;
    }

    #pnlIRSDisclosures h4 {
        width: 100%;
    }

    #pnlBackupWithholding {
        margin-left: 0;
    }

    .DefaultProductFundingTextBoxClass {
        width: 50% !important;
    }

    #pnlACHDetails h4,
    #pnlYesFundingOptions2 h4,
    #pnlCreditCardDetails h4 {
        width: 100%;
    }

    .fiviPanelContainer>span>.fiviInput {
        margin: 0 0;
    }

    .fiviACHStatus {
        width: 30rem;
    }

    .fiviCCIndInfo>.fiviInput,
    .fiviCCIndInfo>.fiviMultiInput>.fiviInput,
    .fiviCCCardInfo>.fiviInput,
    .fiviCCIndInfo,
    .fiviCCCardInfo {
        width: 30rem;
    }

    .fiviCCCardInfo .fiviTwoInput {
        flex-wrap: wrap;
    }

    .fiviCCCardInfo .fiviTwoInput>.TwoControls {
        width: 100% !important;
    }

    .fiviCCCardInfo .fiviTwoInput>.TwoControls {
        width: 15rem !important;
    }

    #CreditCard_Month {
        border-radius: 0.4rem;
    }

    #CreditCard_Year {
        border-radius: 0.4rem;
        border: 1px solid #c0c0c0;
    }

    .fiviDocumentList {
        margin-left: 0;
    }
}

@media all and (max-device-width: 410px),
all and (max-width: 410px) {}

/*
    8.3 Ultra Wide
*/
@media all and (min-device-width: 2400px),
all and (min-width: 2400px) {}

/*
    9. IE Only
    9.1 Variable Conversion
*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    html {
        font-size: 10px;
    }

    h1,
    h2,
    h3,
    h4 {
        color: #286090;
    }

    a {
        color: #286090;
    }

    a:hover {
        color: #1e77b3;
    }

    #Content {
        width: calc(86rem + 20px);
    }

    #LayoutHeaderContents {
        width: 86rem;
    }

    #LayoutPage {
        width: calc(86rem + 6.4rem + 2px);
    }

    #LayoutFooterContents {
        width: calc(86rem + 6.4rem + 2px);
    }

    .panel-heading.collapsed {
        background-color: #f6f6f6;
    }

    .PageHeader {
        color: #286090;
    }

    .SectionHeaders {
        color: #286090;
        border-bottom: 1px solid #286090;
        box-shadow: 0 4px 6px -6px #286090;
    }

    .fiviMultiSeperator {
        background-color: #286090;
    }

    .fiviInput {
        width: 40rem;
    }

    .form-control {
        color: #303030;
        border-bottom: 1px solid #286090;
        box-shadow: 0 4px 6px -6px #286090;
    }

    .DefaultLabelClass {
        color: #202020;
    }

    .PrimaryButton {
        background-color: #286090;
        border: 0.4rem solid #286090;
        box-shadow: 0.8rem 1.2rem 1.2rem rgba(0, 0, 0, 0.17);
    }

    .PrimaryButton:hover,
    .PrimaryButton:active,
    .PrimaryButton:focus {
        background-color: #3498db;
        border-color: #3498db;
        box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.4);
    }

    .MinorButton {
        background-color: #286090;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    }

    .MinorButton:hover,
    .MinorButton:active,
    .MinorButton:focus {
        background-color: #3498db;
        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: #286090;
    }

    .SaveButton:active,
    .SaveButton:hover,
    .SaveButton:focus {
        color: #3498db;
    }

    .fiviRemoveBtn {
        background-color: #f6f6f6;
        color: #286090;
    }

    .fiviRemoveBtn:active,
    .fiviRemoveBtn:hover,
    .fiviRemoveBtn:focus {
        color: #3498db;
    }

    .fiviProdServ {
        width: 40rem;
        background-color: #f6f6f6;
    }

    .AddressContainer {
        width: 40rem;
    }

    .fiviACHStatus {
        width: 40rem;
    }

    .fiviCCIndInfo,
    .fiviCCCardInfo {
        width: 40rem;
    }

    .fiviFundingAmount {
        border-top: 1px solid #286090;
        box-shadow: 0 -4px 6px -6px #286090;
    }

    .fiviIndDetailTitle {
        color: #286090;
    }

    #progBar {
        width: 40rem;
    }

    .ProgressBarOuter {
        background-color: #aaa;
        border: 1px #aaa;
    }

    .ProgressBarInner {
        background-color: #286090;
    }

    .IconButton {
        color: #286090;
    }

    .IconButton:active,
    .IconButton:hover,
    .IconButton:focus {
        color: #3498db;
    }
}

/*
    9.2 Always Required
*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fiviTransparent {
        color: #fff !important;
    }

    .fiviLongInput {
        width: 100%;
    }

    .fiviCreditCardControl {
        flex-direction: row-reverse !important;
    }
}

/*
    10. Admin Console/Branch
*/

.AdminContent #LayoutHeader,
.AdminContent footer {
    display: none !important;
}



.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;
}

/*
    10.1  Branch Specific Controls
    10.1a 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;
}

/*
Unused?


@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;
}

*/