.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00707C;
    transition: width .6s ease;
}

.mt-1 {
    margin-top: 1rem;
}

.check-svg {
    text-align: center;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

html {
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2
}

body {
    background: #fafaf8;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.2
}

#skipMain {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

#skipMain:focus, #skipMain:active {
    color: #fff;
    background-color: #00707c;
    left: auto;
    top: auto;
    width: 10%;
    height: auto;
    overflow: auto;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 15px;
    border: 3px solid #000;
    text-align: center;
    z-index: 10;
    font-size: 1rem
}

nav, footer {
    padding: 0 15px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

nav {
    background: #d12a2e;
    color: #fff;
    height: 58px
}

nav .call-us {
    display: none
}

nav a {
    display: block;
    color: #fff
}

footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    font-size: .9rem;
    color: #192838;
    background-color: #f4f5f5
}

footer img {
    vertical-align: text-bottom
}

footer #ncua-logo {
    width: 85px;
    height: 40px
}

#main-logo {
    background-image: url("../../img/becu-logo-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px;
    height: 30px;
    width: 96px
}

.body-content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
    padding-left: 15px;
    padding-right: 15px
}

form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

a {
    color: #00707c;
    text-decoration: none;
    cursor: pointer
}

a:link, a:visited {
    text-decoration: none
}

a:hover, a:focus, a:active {
    text-decoration: underline
}

a:focus {
    outline: 1px dashed #192838
}

a.add-optional-info, a.remove-optional-info {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: .9rem
}

a.add-optional-info:before, a.remove-optional-info:before {
    display: inline-block;
    color: #fff;
    background-color: #00707c;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    margin-right: 7px;
    margin-bottom: 1px;
    text-align: center
}

a.add-optional-info:before {
    content: '+'
}

a.remove-optional-info:before {
    content: '-'
}

a.underlined {
    text-decoration: underline
}

.text.small {
    font-size: .9rem
}

.text.medium-gray {
    color: #e5e5e5
}

.text.success {
    color: #7ed321
}

h1, h2, h3, h4 {
    text-align: center;
    color: #292e35;
    width: 100%
}

h1 {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 40px 0 10px
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 20px
}

h2.title {
    text-align: left;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px
}

h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 20px
}

h4 {
    font-size: .9rem;
    font-weight: 100;
    color: #000;
    margin: 10px 0 20px
}

hr {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin: 10px 0
}

h1+h3, h1+h2 {
    margin-top: 10px
}

p {
    margin: 16px 0 16px 0;
    line-height: 20px
}

p.text-center {
    margin: 0 auto;
    text-align: center
}

.warning {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffeccc;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ffa300;
    padding: 0 24px;
    margin-top: 24px;
    font-size: .8rem
}

.warning.hidden {
    display: none
}

.warning svg {
    margin-right: 20px;
    min-width: 30px;
    min-height: 30px
}

.warning a {
    color: #000;
    text-decoration: underline
}

.field.full.identity-type fieldset legend {
    display: block;
    line-height: 2
}

fieldset .field {
    vertical-align: top
}

fieldset .field.small.left+.field {
    width: 75.97%
}

fieldset .field.small.left+.field+.field {
    width: 100%
}

fieldset .field.small.left+.field+.field+.field {
    width: 100%
}

.field {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    margin: 5px 0;
    width: 58%;
    display: inline-block
}

.field.small, .field.tiny {
    margin-left: 5px;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.field.small {
    width: 20%;
    min-width: 20%
}

.field.smallish {
    width: 58%;
    min-width: 58%;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.field.tiny {
    width: 25%;
    min-width: 16%
}

.field.big {
    width: 95%
}

.field.big+.field {
    margin-left: 0;
    margin-right: 5px
}

.field.left {
    margin-left: 0;
    margin-right: 5px
}

.field.full {
    width: 100%
}

.field.half {
    width: 50%
}

.field label {
    white-space: nowrap;
    line-height: 2;
    display: inline-block
}

.field label.radio {
    text-align: left;
    -webkit-flex-basis: 20px;
    -ms-flex-basis: 20px;
    flex-basis: 20px;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.field label.radio input {
    margin: -2px 10px 0 0;
    vertical-align: middle
}

.field label.icon-with-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.field label.hide-employment {
    display: none
}

.field label .additional-info {
    font-weight: 300;
    font-size: .8rem;
    display: block;
    margin-top: -8px;
    margin-left: 25px
}

.field.identity-type label.radio {
    display: inline-block;
    width: 49%
}

.field.eligibility label.radio {
    font-size: .9rem;
    display: block;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 10px
}

.field.eligibility label.radio input {
    margin-right: 5px
}

.field span.label {
    display: block;
    line-height: 2
}

.field input[type=text], .field input[type=email], .field select {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #8794a1;
    border-radius: 4px;
    background: #fff
}

.field input[type=text].error, .field input[type=email].error, .field select.error {
    border-left: solid 3px #ab111a
}

.field input[type=text].hide-employment, .field input[type=email].hide-employment, .field select.hide-employment {
    display: none
}

.field input::-webkit-input-placeholder {
    color: #9b9b9b
}

.field input::-moz-placeholder {
    color: #9b9b9b
}

.field input:-ms-input-placeholder {
    color: #9b9b9b
}

.field input:-moz-placeholder {
    color: #9b9b9b
}

.field input::placeholder {
    color: #9b9b9b
}

input[type=text]:focus, input[type=email]:focus, select:focus {
    box-shadow: 0 0 8px rgba(68, 112, 214, .6);
    border: 1px solid #4470d6;
    outline: 0
}

input[type=checkbox]:focus, input[type=radio]:focus {
    outline-color: #4470d6
}

.why-we-ask {
    font-size: .8rem;
    text-align: center
}

.why-we-ask.with-room {
    margin-bottom: 20px
}

.why-we-ask a {
    font-size: .9rem;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600
}

.why-we-ask p {
    margin-bottom: 5px
}

.why-we-ask li {
    line-height: 18px;
    list-style-type: disc;
    margin: 0 0 5px 18px
}

.why-we-ask div.left {
    text-align: left
}

.error {
    color: #c5282e
}

.error label, .error .label {
    color: #c5282e
}

.error input, .error select {
    border-color: #ab111a
}

.error+.validation-message, .error .error-message {
    display: block;
    color: #ab111a;
    font-size: .8rem;
    font-weight: 300;
    padding-top: 4px
}

.error+.validation-message.spacing, .error .error-message.spacing {
    padding: 8px 0 4px
}

.error+.validation-message:last-child, .error .error-message:last-child {
    text-align: right
}

.error+.validation-message {
    text-align: right
}

.error.hidden {
    display: none
}

.date-error {
    display: block;
    color: #ab111a;
    font-weight: 300;
    text-align: right;
    padding-top: 4px
}

.date-error.hidden {
    display: none
}

.error-message, .validation-message {
    display: none
}

.boxed {
    width: calc(100% + 20px);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.boxed.centered-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.boxed.centered-content hr {
    width: 100%
}

.boxed.centered-content .icon-with-content {
    width: 100%
}

.boxed h2 {
    margin-top: 0
}

.boxed.resume-info {
    margin-top: 10px
}

.eligibility {
    border: none;
    background-color: inherit;
    padding-top: 10px
}

.eligibility p {
    margin: -5px 0 0 35px
}

.eligibility h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px
}

.eligibility .boxed {
    margin-top: 10px;
    padding-top: 5px
}

.eligibility .boxed:first-child {
    margin-top: 0
}

.hide-eligibility .eligibility {
    display: none
}

.hide-mailing .mailing {
    display: none
}

.home-phone.hidden {
    display: none
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin: 0 5px 0 0
}

input[type=checkbox].big {
    transform: scale(1.5);
    margin: 0
}

.buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap
}

.buttons label {
    line-height: 30px;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center
}

.buttons .spaced {
    margin-right: 20px
}

.buttons input [type=submit], .buttons input[type=button], .buttons button, .buttons .primary-button, .buttons .secondary-button {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%
}

.field.boxed .buttons:last-child {
    margin-bottom: 0
}

input[type=submit], input[type=button], button, .primary-button, .secondary-button {
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    flex-grow: 4;
    flex-basis: 100px;
    display: inline-block;
    line-height: 1.2;
    margin: 5px 0
}

input[type=submit]:link, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:link, input[type=button]:visited, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, button:link, button:visited, button:hover, button:focus, button:active, .primary-button:link, .primary-button:visited, .primary-button:hover, .primary-button:focus, .primary-button:active, .secondary-button:link, .secondary-button:visited, .secondary-button:hover, .secondary-button:focus, .secondary-button:active {
    text-decoration: none
}

input[type=submit]:focus, input[type=button]:focus, button:focus, .primary-button:focus, .secondary-button:focus {
    outline: none
}

input[type=submit]:first-child, input[type=button]:first-child, button:first-child, .primary-button:first-child, .secondary-button:first-child {
    margin-top: 0
}

input[type=submit]:last-child, input[type=button]:last-child, button:last-child, .primary-button:last-child, .secondary-button:last-child {
    margin-bottom: 0
}

input[type=submit].full, input[type=button].full, button.full, .primary-button.full, .secondary-button.full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

input[type=submit].full.width, input[type=button].full.width, button.full.width, .primary-button.full.width, .secondary-button.full.width {
    width: 100%
}

input[type=submit].small, input[type=button].small, button.small, .primary-button.small, .secondary-button.small {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
    font-size: .8rem
}

input[type=submit].medium, input[type=button].medium, button.medium, .primary-button.medium, .secondary-button.medium {
    padding: 5px 40px;
    height: 30px;
    min-width: 135px
}

input[type=submit], input[type=button], button, .primary-button {
    background-color: #00707c;
    color: #fff;
    border: 3px solid #00707c
}

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, button:hover, button:active, button:focus, .primary-button:hover, .primary-button:active, .primary-button:focus {
    background-color: #fff;
    border: 3px solid #00707c;
    color: #00707c
}

input[type=submit][disabled], input[type=submit].disabled, input[type=button][disabled], input[type=button].disabled, button[disabled], button.disabled, .primary-button[disabled], .primary-button.disabled {
    cursor: not-allowed;
    background-color: #82939d;
    border-color: #82939d;
    color: #fff
}

.secondary-button {
    background-color: #fff;
    color: #00707c;
    border: 2px solid #00707c
}

.secondary-button:hover, .secondary-button:active, .secondary-button:focus {
    background-color: #f4f5f5
}

.secondary-button[disabled], .secondary-button.disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #82939d;
    border-color: #82939d
}

.secondary-button[disabled]:hover, .secondary-button.disabled:hover {
    background-color: #82939d
}

ul.checklist li {
    list-style-image: url("/Content/images/checkmark.svg");
    list-style-position: inside;
    line-height: 2
}

ul.checklist.bulleted li {
    list-style-image: none;
    list-style-type: disc
}

.icon-with-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.icon-with-content img, .icon-with-content svg, .icon-with-content .icon {
    margin-right: 40px
}

.icon-with-content img.half-wide, .icon-with-content svg.half-wide, .icon-with-content .icon.half-wide {
    max-width: 50%;
    margin-right: 20px
}

.icon-with-content .icon {
    text-align: center
}

.icon-with-content .icon img {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%
}

.icon-with-content.vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.icon-with-content.vertical img, .icon-with-content.vertical svg, .icon-with-content.vertical .icon {
    margin-right: 0;
    margin-bottom: 15px
}

.account {
    width: 80%
}

.account-created {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px
}

.account-type {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center
}

.account-number {
    border-radius: 4px;
    background: #f4f5f5;
    font-weight: 600;
    font-size: .95rem;
    padding: 10px 30px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.routing-number {
    text-align: center
}

.download-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin-top: 15px
}

.download-link a {
    margin-left: 10px
}

.tooltip-label {
    padding: 10px 0;
    width: 59%
}

.tooltip-label span {
    height: 100%;
    vertical-align: middle
}

.tooltip-label img {
    padding-left: 5px;
    vertical-align: middle
}

.icon-divider {
    text-align: center;
    margin-top: 40px
}

.back-to-top {
    margin-top: 40px;
    font-size: 1.5rem;
    text-align: center
}

.image-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 20px
}

.image-row div.image-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .8rem
}

.image-row div.image-container a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 8px;
    height: 75px;
    width: 75px;
    margin-bottom: 7px
}

.image-row div.image-container div:last-child {
    width: 75px;
    height: 75px;
    text-align: center
}

.disclaimer {
    color: #192838;
    font-size: .8rem;
    line-height: 1.2
}

label .info {
    font-size: .9rem;
    font-weight: 200;
    color: #192838;
    margin-left: 5px
}

.description {
    font-weight: 300
}

.required-footnote {
    font-size: .9rem;
    font-style: italic
}

.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.horizontal.space-between {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.horizontal.center-aligned {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#product-selection {
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0 10px 0;
    width: 100%
}

#product-selection p {
    margin: 5px 0
}

#product-selection > * {
    font-size: .9rem;
    font-weight: 400
}

#product-selection > span {
    font-size: .8rem;
    line-height: .8rem;
}

#whats-a-family-member div {
    padding-bottom: 40px
}

#whats-a-family-member p {
    margin-left: 0
}

#whats-a-family-member h3 {
    margin-bottom: 20px;
    text-align: center
}

#whats-a-family-member a {
    margin-top: 10px;
    font-size: .9rem;
    float: right
}

#adverseActionVersion {
    margin-top: 20px;
    font-size: .9rem
}

#print-confirmation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#print-confirmation p {
    color: #9b9b9b;
    margin-top: 0;
    font-size: .9rem
}

#print-confirmation h2 {
    height: 60px;
    padding-top: 15px;
    width: calc(100% + 30px);
    margin: 20px -15px 40px -15px;
    background-color: #f4f5f5
}

#print-confirmation h4 {
    text-align: left;
    font-weight: 600
}

#print-confirmation input[disabled] {
    color: #000
}

#print-confirmation .value {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px
}

#print-confirmation .value.underneath {
    display: block
}

#print-confirmation .small {
    margin-left: 0
}

#print-confirmation .agree-button {
    margin: 20px 0
}

#print-confirmation .card-selection {
    text-align: center;
    margin: 0 auto 10px auto;
    width: 150px
}

#print-confirmation .account-info, #print-confirmation .access-info, #print-confirmation .app-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

#print-confirmation .access-info h2 {
    margin-bottom: 10px
}

#print-confirmation .print-disclosure h3 {
    margin-bottom: 10px;
    text-align: left;
    font-size: .9rem
}

.upload-error {
    font-size: 15px;
    color: red;
    margin-top: 5px
}

.file-error {
    color: red
}

#disclosureList {
    font-size: .9em;
    margin: -16px 0 16px 20px;
    line-height: 20px
}

.information-box {
    background-color: #d7e4f4;
    border: 1px solid #4470d6;
    border-radius: 4px;
    color: #192838;
    font-family: Arial;
    font-size: 14px;
    display: table;
    letter-spacing: -.55px;
    padding: 10px;
    width: 100%
}

.information-box .col1 {
    min-width: 50px;
    display: table-cell;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.information-box .note {
    margin-top: 10px
}

.terms-conditions {
    margin: 10px 0
}

.modal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(229, 233, 239, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.modal.hidden {
    display: none
}

.modal .modal-message {
    text-align: left;
    width: 50%;
    min-width: 300px;
    max-width: 550px;
    box-shadow: 0 2px 4px 0;
    background-color: #fff;
    margin: 0 20px;
    padding: 30px
}

.modal .modal-message button {
    margin-right: 20px;
    text-align: center
}

.modal .modal-message h2 {
    margin-top: 20px;
    text-align: left
}

.modal .modal-message svg {
    float: right;
    cursor: pointer
}

.info-text {
    margin: 10px 0 30px
}

h1.product-intro {
    margin-bottom: 0
}

h1.product-intro+h3 {
    margin-bottom: 30px
}

h1.product-intro+div {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px
}

.field.boxed .heloc {
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.field.boxed .heloc h2 {
    text-align: left
}

.field.boxed .heloc div:last-child {
    margin-left: 20px
}

p.productIntroText {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: #292e35
}

.field.boxed.product {
    padding-left: 30px;
    font-size: 1rem
}

.field.boxed.product h1, .field.boxed.product h2, .field.boxed.product h4 {
    text-align: left
}

.field.boxed.product h2 {
    margin-top: 5px
}

.field.boxed.product h3 {
    font-size: 1rem;
    margin: 0 0 10px 0
}

.field.boxed.product h4 {
    margin-top: 5px
}

.field.boxed.product a {
    font-size: .8rem
}

.field.boxed.product .actions {
    float: right;
    width: 110px;
    text-align: center;
    line-height: 1
}

.field.boxed.product .actions .primary-button {
    font-size: .9rem;
    border-radius: 4px;
    padding: 5px 25px;
    margin: 0;
    display: none
}

.field.boxed.product .required {
    display: flex;
    border-bottom: 1px solid #f4f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.field.boxed.product .required h2 {
    font-size: 1rem;
    font-weight: 600
}

.field.boxed.product .required h4 {
    margin-bottom: 0;
    color: #000
}

.field.boxed.product .required input[type=radio] {
    width: 30px;
    height: 30px
}

.field.boxed.product div:last-child {
    border: none
}

.field.boxed.full-table {
    padding: 0
}

.field.boxed.full-table table {
    width: 100%
}

.field.boxed.full-table th, .field.boxed.full-table td {
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px
}

.field.boxed.full-table th {
    padding-top: 30px;
    vertical-align: bottom
}

.field.boxed.full-table th:first-child {
    text-align: left
}

.field.boxed.full-table th:first-child, .field.boxed.full-table td:first-child {
    padding-left: 30px;
    min-width: 150px;
    width: auto
}

.field.boxed.full-table th:last-child, .field.boxed.full-table td:last-child {
    border-left: solid 1px #e5e5e5
}

.field.boxed.full-table thead:first-child th:last-child {
    border-left: none
}

.field.boxed.full-table tbody td {
    font-size: .8rem;
    font-weight: 300
}

.field.boxed.full-table tbody tr:nth-child(2n+1) {
    background-color: #f4f5f5
}

.field.boxed.full-table td {
    text-align: center;
    vertical-align: middle;
    color: #192838
}

.field.boxed.full-table td:first-child {
    color: #000;
    text-align: left
}

.field.boxed.full-table .disclaimer {
    margin: 30px;
    font-weight: 300
}

.delivery-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 30px
}

.delivery-options .error-message {
    width: 100%;
    padding-left: 25px
}

#cardSelection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

#cardSelection .card-option {
    border-radius: 4px;
    border: solid 1px #d5d7d9;
    margin: 0 auto 10px auto
}

#cardSelection .card-option.selected {
    border: solid 2px #78bfcb
}

#cardSelection .card-option input {
    margin-right: 16px
}

#cardSelection .card-option label {
    display: block;
    background-color: #f4f5f5;
    font-size: .9rem;
    height: 50px;
    line-height: 50px
}

#cardSelection .card-option .card-image {
    display: block;
    margin: 5px auto;
    padding: 20px
}

.field label.card-option {
    white-space: normal
}

.pickup {
    display: none
}

.hide-card-options .mail-header, .hide-card-options .card-option {
    display: none
}

.hide-card-options .pickup {
    display: block
}

.hide-card-options div.pickup {
    width: 100%
}

.hide-card-options div.pickup img {
    display: block;
    margin: 20px auto 15px auto
}

.hide-card-options div.pickup .additional-info {
    margin-top: 10px;
    font-size: .9rem
}

#promo-access-page-form {
    margin-top: 40px
}

#promo-access-page-form h2, #promo-access-page-form div {
    margin-bottom: 15px
}

#promo-access-page-form button {
    width: 100%;
    margin-top: 25px
}

#promo-access-page-form input.valid {
    content: '';
    display: inline;
    background: url("/Content/images/green-check.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 5px
}

#promo-access-page-form .success.text {
    margin-top: 5px;
    text-align: right
}

.error #cardSelection {
    margin-top: 15px
}

ol.review-documents {
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 20px;
    margin-left: 20px
}

ol.review-documents p {
    margin: 4px 0 16px 0;
    font-size: .9rem;
    color: #192838;
    font-weight: 400
}

ul.review-items {
    list-style-type: circle;
    margin: 4px 0 0 35px;
    font-size: .9rem;
    font-weight: 400
}

.review-disclaimer {
    padding: 0 20px 0 20px;
    text-align: left;
    margin-top: 20px
}

h2.review {
    font-size: 1.3rem
}

.field.boxed.declined {
    padding: 15px 20px
}

.field.boxed.declined h3 {
    text-align: left;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px
}

.field.boxed.declined ul.address {
    padding-left: 20px
}

.field.boxed.declined ul.address li {
    font-size: .8rem
}

.field.boxed.declined ul.key-factors {
    padding-left: 30px;
    font-size: 1rem;
    font-weight: 400
}

.field.boxed.declined hr {
    margin-top: 20px
}

.review-notice {
    margin-top: 25px
}

.review-notice .icon-with-content svg {
    width: 100px
}

.reference {
    font-size: .8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    font-weight: 500
}

.reference>div {
    max-width: 60%
}

.reference .reference-info {
    white-space: nowrap;
    text-align: center;
    margin-right: 20px
}

.reference .reference-info em {
    font-weight: 600
}

.disclosure {
    color: #192838
}

.disclosure h2 {
    margin-bottom: 30px
}

.disclosure h3 {
    margin-bottom: 20px
}

.disclosure h3, .disclosure h4 {
    text-align: left
}

.disclosure p {
    margin-left: 20px;
    font-size: .9rem
}

.disclosure input[type=checkbox] {
    margin-left: 20px;
    margin-right: 15px
}

.disclosure label {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.disclosure #contactInfoDisclosureHeading {
    font-size: .9rem
}

.disclosure #contactInfoDisclosure {
    color: #192838
}

.document-upload {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.document-upload .document-info {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%
}

.document-upload .additional-info {
    font-weight: 300;
    font-size: .9rem;
    margin: 15px 0
}

.document-upload input[type=file] {
    width: 100%;
    padding: 10px;
    border: 2px dashed #9b9b9b;
    background: #fff;
    border-radius: 4px
}

#utilityBillUpload .additional-info {
    margin-bottom: 5px
}

#utilityBillUpload a {
    float: left;
    margin-bottom: 10px;
    font-size: .8rem
}

#utilityBillUpload p {
    text-align: left
}

.hidden {
    display: none
}

.disabled-link {
    color: #000;
    cursor: not-allowed;
    opacity: .5;
    text-decoration: none
}

ol.oow-questions {
    list-style: decimal
}

ol.oow-questions>li {
    margin: 10px 0
}

ol.oow-questions .question {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-bottom: 10px
}

ol.oow-questions label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: 30px;
    margin-bottom: 10px
}

ol.oow-questions label:last-child {
    margin-bottom: 0
}

ol.oow-questions label span {
    display: inline-block
}

ol.oow-questions .error .error-message {
    display: block
}

ol.oow-questions .error-message {
    color: #c5282e;
    font-size: .8rem;
    display: none;
    margin-left: 20px;
    font-weight: 300;
    padding-top: 4px
}

.field.boxed.identity-message {
    padding-left: 30px
}

.field.boxed.identity-message svg {
    width: 160px
}

.access-information.field.boxed {
    padding: 25px 10px
}

.access-information .label {
    display: inline-block;
    padding: 10px 0;
    width: 75%
}

.access-information .value {
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;
    text-align: right;
    width: 23%
}

.access-information .value.full {
    width: 70%;
    padding-top: 0;
    text-align: left
}

.access-information .value.small-text {
    font-size: .8rem
}

.access-information img {
    height: 55px;
    width: 88px;
    display: block;
    margin: 0 auto
}

.access-information .promo-details h3 {
    text-align: left;
    font-size: 1rem
}

.access-information .promo-details>div {
    text-align: right
}

.additional-services hr {
    margin: 20px 0
}

.additional-services ul {
    margin-left: 20px;
    list-style: disc
}

.additional-services li {
    margin-top: 10px
}

.additional-services div {
    text-align: center
}

.additional-services h3 {
    margin-top: 15px
}

#get-started-olb {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px
}

#get-started-olb div {
    margin: 10px 0;
    padding: 30px 15px
}

#get-started-olb p {
    margin-bottom: 0
}

#get-started-olb h3 {
    text-align: left;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

#get-started-olb ul {
    text-align: left;
    list-style-type: disc
}

#get-started-olb li {
    margin: 15px 0 15px 25px;
    padding-left: 7px
}

#get-started-olb li.completed {
    margin-left: 32px;
    list-style-image: url("/Content/images/green-check.svg");
    padding-left: 0
}

#get-started-olb li.completed:before {
    display: none
}

#get-started-olb li.inactive {
    color: #82939d
}

h1.something-wrong {
    margin: 50px 0 30px 0
}

#ssn {
    text-indent: 30px;
    background: url("../../img/ssn-lock.svg") #fff no-repeat center left 16px
}

#card {
    text-indent: 30px;
    background: url("../../img/ssn-lock.svg") #fff no-repeat center left 16px
}

@media(min-width:470px) {
    h1 {
        font-size: 2.2rem
    }
    nav, footer {
        min-height: 40px;
        min-width: 460px;
        max-width: 940px;
        box-sizing: content-box;
        padding-left: calc((100vw - 940px)/2);
        padding-right: calc((100vw - 940px)/2)
    }
    nav a, footer a {
        display: inline
    }
    nav .call-us, footer .call-us {
        display: inline
    }
    nav {
        height: auto;
        background: #fff;
        min-height: 85px;
        color: #000
    }
    nav a {
        color: #00707c
    }
    footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center
    }
    footer div {
        margin: 25px 15px 0 30px
    }
    footer div:first-child {
        margin-left: 100px
    }
    #main-logo {
        height: 45px;
        width: 145px;
        margin-left: 20px;
        background-image: url("../../img/becu-logo.png")
    }
    .questions {
        margin-right: 20px
    }
    .body-content {
        width: 460px;
        padding-right: 0;
        padding-left: 0
    }
    form {
        padding-left: 0;
        padding-right: 0
    }
    .field.small, .field.tiny, .field.smallish {
        margin-left: 14px
    }
    .field.smallish {
        width: 20%;
        min-width: 20%
    }
    .field.tiny {
        width: 16%
    }
    .field.left {
        margin-left: 0;
        margin-right: 14px
    }
    .field.big {
        width: 39.97%
    }
    .field.big+.field {
        margin-left: 14px;
        margin-right: 0
    }
    .field.boxed {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .buttons {
        -ms-flex-flow: nowrap;
        -webkit-flex-flow: nowrap;
        flex-flow: nowrap
    }
    .buttons input [type=submit], .buttons input[type=button], .buttons button, .buttons .primary-button, .buttons .secondary-button {
        -webkit-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }
    input[type=submit], input[type=button], button, .primary-button, .secondary-button {
        margin: 0 5px
    }
    input[type=submit]:first-child, input[type=button]:first-child, button:first-child, .primary-button:first-child, .secondary-button:first-child {
        margin-left: 0
    }
    input[type=submit]:last-child, input[type=button]:last-child, button:last-child, .primary-button:last-child, .secondary-button:last-child {
        margin-right: 0
    }
    .icon-with-content img .half-wide, .icon-with-content svg .half-wide, .icon-with-content .icon .half-wide {
        margin-right: 40px
    }
    .icon-with-content.vertical {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .icon-with-content.vertical img, .icon-with-content.vertical svg, .icon-with-content.vertical .icon {
        margin-right: 40px;
        margin-bottom: 0
    }
    #cardSelection {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    #cardSelection .card-option {
        width: 195px
    }
    #cardSelection .card-option input {
        margin-right: 12px
    }
    #cardSelection .card-option label {
        height: 40px
    }
    #cardSelection .card-option .card-image {
        width: 172px;
        height: 108px;
        padding: 0
    }
    #cardSelection .checklist {
        margin: 0 auto
    }
    .warning {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .delivery-options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        width: 100%;
        padding-left: 0
    }
    .delivery-options .error-message {
        width: 100%;
        padding-left: 25px
    }
    .access-information.field.boxed {
        padding: 25px 50px
    }
    .access-information img {
        float: right;
        display: inline-block;
        margin: 0
    }
    .field.boxed.product .actions {
        line-height: 2
    }
    .field.boxed.product .actions .primary-button {
        display: block
    }
    .field.boxed.product .buttons {
        display: none
    }
    #print-confirmation h1 {
        font-size: 2.2rem;
        margin-bottom: 30px
    }
    #print-confirmation hr {
        display: none
    }
    #print-confirmation .value {
        margin-left: 10px;
        font-size: 1.5rem
    }
    #print-confirmation .value.underneath {
        display: inline-block
    }
}

@media(min-width:970px) {
    .body-content.print {
        width: 960px
    }
    #print-confirmation h1 {
        margin: 60px 0
    }
    #print-confirmation .name {
        width: 10%
    }
    #print-confirmation .address {
        width: 15%
    }
    #print-confirmation .account-info p, #print-confirmation .access-info p {
        margin-bottom: 10px;
        width: 550px
    }
    #print-confirmation .access-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    #print-confirmation .access-info h2 {
        margin-bottom: 40px
    }
    #print-confirmation .card-selection {
        text-align: right;
        margin-left: auto
    }
}

#applicationNotFound .buttons {
    margin: 30px 0 40px 0
}

#applicationNotFound p {
    line-height: 24px;
    text-align: center
}

#applicationNotFound h2, #applicationNotFound p:last-child {
    color: #4d5f69
}

#welcomeBack .warning {
    margin: 5px 0
}