/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css - ADAPTED */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    /*-webkit-appearance: button;*/
    -webkit-appearance: unset;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*================================================
  General
================================================*/
html, body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
}

body {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--dark-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.nav-open {
    overflow: hidden;
    left: -250px;
}

body .inverse {
    color: #fff;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Content */
hr {
    display: block;
    overflow: hidden;
    margin: 40px auto;
    width: auto;
    height: 1px;
    border: 0;
    background-color: #ddd;
}

/* Helpers */
.phone-number {
    white-space: nowrap;
}

/* Typography */
p {
    margin: 30px 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    color: #fff;
    background-color: #999;
}

::-moz-selection {
    color: #fff;
    background-color: #999;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 20px 0;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 600;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
    margin-top: 20px;
}

.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
    color: #fff;
}

h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.page-content > h2:first-child {
    margin-bottom: 60px;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400;
}

.panel-title {
    margin-bottom: 40px;
}

.panel-title:last-child {
    margin-bottom: 0;
}

/* Lists */
ul, ol {
    margin: 20px 0 0 0;
    text-align: left;
}

ul:first-child, ol:first-child {
    margin-top: 0;
}

ul li, ol li {
    margin: 10px 0 0 0;
}

ul li:first-child, ol li:first-child {
    margin-top: 0;
}

/* Content */
blockquote {
    margin: 60px auto;
}

/* Links */
a {
    /*color: #328BBA;*/
    color: var(--info-color);
    outline: none;
}

a:hover {
    /*color: #21355A;*/
    color: var(--secondary-color);
    text-decoration: underline;
}

.inverse a {
    color: #fff;
    text-decoration: underline;
}

.inverse a:hover {
    /*color: #328BBA;*/
    color: var(--primary-color);
}

/* Buttons */
button, button:focus {
    outline: none;
}

.btn, button {
    padding: 14px 34px;
    border-radius: 20px;
    border: 2px solid transparent;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.086em;
    /*color: #21355A;*/
    color: var(--secondary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn.btn-primary {
    background-color: var(--primary-color);
    /*background-color: #328BBA;*/
    border-color: var(--primary-color);
    /*border-color: #328BBA;*/
    box-shadow: 0 10px 10px 0 rgba(50, 139, 186, 0.2);
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    /*border-color: #21355A;*/
    /*background-color: #21355A;  */
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    box-shadow: none;
}

.section-action .btn.btn-primary {
    padding-right: 54px;
    background-image: url(../../assets/img/icons/caret-right-white.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-position: calc(100% - 34px) 50%;
}

.btn.btn-default {
    border-color: var(--primary-color);
    background-color: #fff;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    box-shadow: none;
    color: #fff;
}

.btn.btn-danger {
    /*color: #e2615e;*/
    /*border-color: #e2615e;*/
    color: var(--danger-color);
    border-color: var(--danger-color);
    background-color: #fff;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
    border-color: var(--danger-color);
    /*background-color: #e2615e;*/
    background-color: var(--danger-color);
    box-shadow: none;
    color: #fff;
}

a.link-remove {
    display: inline-block;
    margin: 14px 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.086em;
    cursor: pointer;
    /*color: #e2615e;*/
    color: var(--danger-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.link-remove:hover {
    text-decoration: none;
    color: var(--secondary-color);
    /*color: #21355A;*/
}

.form-group-row {
    position: relative;
    float: left;
    width: 58%;
    max-width: 480px;
}

.form-group {
    position: relative;
    margin: 0 0 20px 0;
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.form-group .form-group, .form-group.nomargin-bottom {
    margin-bottom: 0;
}

h3 + .form-group,
.form-group .control-label + .form-group {
    margin-top: 20px;
}

.form-group .form-group-field {
    position: relative;
    /*float: left;*/
    /*width: 58%;*/
    /*max-width: 480px;*/
}

.row .form-group .form-group-field {
    /*float: none;*/
    width: 100%;
    margin-bottom: 0;
}

.form-group .help-block {
    width: 38%;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #333;
}

.help-block {
    margin: 30px 0;
}

.help-block:first-child {
    margin-top: 0;
}

.help-block:last-child {
    margin-bottom: 0;
}

label, .control-label {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .17em;
}

.capitalize-label {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.required > label:after,
.required > .form-group-field > label:after, .required > .control-label:after,
.required > .form-group-field > .control-label:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
}

.has-error label, .has-error .control-label {
    /*color: #e2615e;*/
    color: var(--danger-color);
}

.has-warning label, .has-warning .control-label {
    /*color: #328BBA;*/
    color: var(--primary-color);
}

.row + label, .row + .control-label {
    margin-top: 40px;
}

.floating-label {
    position: relative;
}

.floating-label:not(.floating-label-fixed) label {
    position: absolute;
    z-index: 10;
    top: -24px;
    left: 0;
    margin: 0;
    padding-right: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #9099AC;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .17em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*pointer-events: none;*/
}

.form-group div[class^=col] .floating-label label {
    padding-right: 0;
}

.floating-label-fixed label {
    z-index: 10;
    top: -24px;
    left: 0;
    margin: 0;
    padding-right: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #9099AC;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .17em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.floating-label.is-empty label {
    top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    /*color: #21355A;*/
    color: var(--secondary-color);
}

.floating-label.has-error label,
.floating-label.is-empty.has-error label,
.is-empty.ng-visited .ng-invalid {
    /*color: #e2615e;*/
    color: var(--danger-color);
}

.help-block p {
    color: #e2615e;
    margin-top: 15px;
    font-size: 0.875rem;
}

.under-control-error {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}


.invalid, .ng-invalid.ng-visited .form-group-field {
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    background-color: #f9e7e5 !important;
    border-bottom-color: var(--danger-color);
    overflow: hidden;

}

.floating-label.has-warning label {
    /*color: #328BBA;*/
    color: var(--primary-color);
}

.hidden-field {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.form-control {
    height: 38px;
    padding: 5px 0;
    border: 0;
    /*border-bottom: 1px solid #21355A;*/
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 400;
}

.form-control:active, .form-control:focus {
    box-shadow: none;
    outline: none;
    /*border-color: #328BBA;*/
    border-color: var(--primary-color);
}

.has-error .form-control,
.has-error .form-control:active,
.has-error .form-control:focus, .ng-invalid.ng-visited {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-color: #e2615e;*/
    border-color: var(--danger-color);
}

.has-warning .form-control,
.has-warning .form-control:active,
.has-warning .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-color: #328BBA;*/
    border-color: var(--primary-color);
}

select.form-control {
    padding: 0;
    /*border: 1px solid #21355A;*/
    border: 1px solid var(--secondary-color);
}

select option {
    background-color: #fff;
    /*color: #21355A;*/
    color: var(--secondary-color);
}

.select-read-only {
    background-image: none !important;
}

.select {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /*border-bottom: 1px solid #21355A;*/
    border-bottom: 1px solid var(--secondary-color);
    background-color: transparent;
    background-image: url(../assets/caret-down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    /*border-bottom: 1px solid #21355A;*/
    border-bottom: 1px solid var(--secondary-color);
}

.has-error .select,
.has-error .select:active,
.has-error .select:focus {
    /*border-color: #e2615e;*/
    border-color: var(--danger-color);
}

.has-warning .select,
.has-warning .select:active,
.has-warning .select:focus {
    /*border-color: #328BBA;*/
    border-color: var(--primary-color);
}

.select select {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    /*width: 110%;*/
    border: 0;
    background-color: unset !important;
    cursor: pointer;
}

.select select.form-control {
    border: 0;
}

.checkbox, .radio {
    margin-top: 20px;
    margin-bottom: 0;
}

.checkbox + .checkbox, .radio + .radio {
    margin: 10px 0 0 0;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.checkbox label, .radio label,
.checkbox-inline label, .radio-inline label {
    padding: 0 20px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
.radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-left: 0;
    margin-right: 10px;
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
    display: none;
}

.form-group input[type=checkbox] + label,
.form-group input[type=radio] + label {
    margin-left: 0;
}

.form-group input[type=checkbox] + label:before,
.form-group input[type=radio] + label:before {
    content: '';
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #777;
    cursor: pointer;
}

.form-group input[type=checkbox][disabled] + label:before,
.form-group input[type=radio][disabled] + label:before {
    border-color: #ddd;
    cursor: not-allowed;
}

.form-group input[type=radio] + label:before {
    border-radius: 50%;
}

.form-group input[type=checkbox] + label:after {
    visibility: hidden;
    opacity: 0;
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../assets/img/icons/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.form-group input[type=checkbox] + label:before,
.form-group input[type=radio] + label:before {
    margin-right: 10px;
}

.form-group input[type=checkbox]:checked + label:before {
    /*border-color: #328BBA;*/
    background-image: url(../assets/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-color: var(--primary-color);
}

.form-group input[type=checkbox]:checked + label:after {
    visibility: visible;
    opacity: 1;
}

.form-group input[type=radio]:checked + label:before {
    border-color: #328BBA;
    /*box-shadow: inset 0 0 0 5px #328BBA;*/
    box-shadow: inset 0 0 0 5px var(--primary-color);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
    color: #999;
}

.input-group-append,
.has-warning .input-group-append,
.has-error .input-group-append {
    padding-right: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    /*color: #21355A;*/
    color: var(--secondary-color);
}

.input-group-append:first-child,
.has-warning .input-group-append:first-child,
.has-error .input-group-append:first-child {
    padding-left: 0;
    padding-right: 12px;
}

.help-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #999;
}

.has-error, .has-error a,
.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error .checkbox label, .has-error .checkbox-inline label,
.has-error .radio label, .has-error .radio-inline label,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label {
    /*color: #e2615e;*/
    color: var(--danger-color);
}

.error {
    margin-top: 5px;
    /*color: #e2615e;*/
    color: var(--danger-color);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .floating-label label {
        letter-spacing: 0;
    }
}

@media (max-width: 1300px) {
    .floating-label label {
        letter-spacing: .05em;
    }

    .floating-label.is-empty label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .form-group .form-group-field {
        float: none;
        width: auto;
    }

    .form-group .help-block {
        float: none;
        width: auto;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 991px) {
    .form-group,
    .form-group .form-group {
        /*margin-bottom: 30px;*/
    }

    .form-group .row div[class^=col]:last-child .form-group {
        margin-bottom: 0;
    }
}

/*================================================
  Structure
================================================*/
.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.main-content {
    position: relative;
    z-index: 10;
}

.page-container {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0;
}

.page-container:after {
    content: "";
    display: table;
    clear: both;
}

.page-container.page-container.page-container-sm {
    max-width: 600px;
}

.page-container.nopadding {
    padding: 0;
}

.page-container.nopadding-top {
    padding-top: 0;
}

.page-container.nopadding-bottom {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .page-container {
        padding: 40px 0;
    }
}

.main-content {
    padding-top: 109px;
}

.page-wrap {
    position: relative;
}

.page-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FBFDFE;
}

.page-wrap .section-container {
    display: flex;
    width: 100%;
    background-color: #fff;
}

.page-wrap .section-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #FBFDFE;
}

@media (max-width: 1023px) {
    .main-content {
        padding-top: 89px;
    }
}

@media (max-width: 900px) {
    .page-wrap:before {
        display: none;
    }

    .page-wrap > .page-container {
        width: 100%;
    }

    .page-wrap .section-container {
        display: block;
    }

    .page-wrap .section-container:before {
        display: none;
    }
}

/*-------------------------------------
  Sidebar
---------------------------------------*/
.page-sidebar {
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    float: left;
    width: 30%;
    padding: 60px 60px 60px 0;
    background-color: #FBFDFE;
}

@media (max-width: 1023px) {
    .page-sidebar {
        width: 34%;
        padding: 40px 40px 40px 0;
    }
}

@media (max-width: 900px) {
    .page-sidebar {
        float: none;
        width: auto;
        padding: 40px 5%;
        border: 0;
    }
}

/*-------------------------------------
  Content
---------------------------------------*/
.page-content {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 10;
    float: left;
    width: 70%;
    padding: 60px 0 60px 60px;
    background-color: #fff;
    border-left: 1px solid #D8D8D8;
}

@media (max-width: 1023px) {
    .page-content {
        width: 66%;
        padding: 40px 0 40px 40px;
    }
}

@media (max-width: 900px) {
    .page-content {
        float: none;
        width: auto;
        padding: 40px 5%;
        border: 0;
        border-top: 1px solid #D8D8D8;
    }
}

/*================================================
  Header
================================================*/
#page-header {
    /*position: fixed;*/
    /*z-index: 1000;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    background-color: #fff;
}

#page-header .logo {
    float: left;
    width: 22%;
    padding: 30px 0;
}

#page-header .logo div {
    display: block;
    max-height: 48px;
    background-image: var(--client-portal-logo);
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-content {
    position: relative;
    float: right;
    width: 76%;
    margin-top: 48px;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
}

.nav-content a {
    font-weight: 600;
}

@media (max-width: 1023px) {
    #page-header .logo {
        width: 78%;
        padding: 20px 0;
    }

    .nav-content {
        float: none;
        width: auto;
        margin: 0;
    }
}

/*================================================
  Navigation
================================================*/
.section-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
}

.section-nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 0 0 69px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

.section-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.section-nav ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 39px;
    height: 1px;
    background-image: url(../img/elem/divider-line.svg);
}

.section-nav ul li:first-child:before {
    display: none;
}

.loading-screen-center .cplogo {
    width: 180px;
    height: 48px;
    margin: 0px auto 40px auto;
    background-image: var(--client-portal-logo);
    background-repeat: no-repeat;
    background-size: contain;
}

.login-box .cplogo {
    width: 180px;
    height: 48px;
    margin: 10px auto 30px;
    background-image: var(--client-portal-logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.login-box {
    padding: 30px 0;
}

.section-nav ul li a {
    position: relative;
    display: block;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .086em;
}

.section-nav ul li a:hover {
    /*color: #328BBA;*/
    color: var(--primary-color);
}

.section-nav ul li.active a {
    /*color: #328BBA;*/
    color: var(--primary-color);
}

.section-nav ul li.active a:after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 100%;
    height: 5px;
    /*background-color: #328BBA;*/
    background-color: var(--primary-color);
}

.mobile-link,
.menu-toggle,
.mobile-subnav-toggle {
    display: none;
}

.menu-toggle {
    display: none;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-toggle .nav-icon {
    position: relative;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 4px;
    text-align: left;
    /*background-color: #328BBA;*/
    background-color: var(--primary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-toggle .nav-icon:before,
.menu-toggle .nav-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    /*background-color: #328BBA;*/
    background-color: var(--primary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-toggle .nav-icon:before {
    top: 10px;
}

.menu-toggle .nav-icon:after {
    top: 20px;
}

.menu-toggle:hover .nav-icon,
.menu-toggle:hover .nav-icon:before,
.menu-toggle:hover .nav-icon:after {
    background-color: #333;
}

.nav-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../../assets/img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .section-nav ul li {
        margin-left: 15px;
        padding-left: 30px;
    }

    .section-nav ul li:before {
        width: 15px;
    }
}

@media (max-width: 1023px) {
    .mobile-link,
    .nav-close {
        display: block;
    }

    .menu-toggle {
        display: inline-block;
    }

    .section-nav {
        /*visibility: hidden;*/
        opacity: 1;
        box-sizing: border-box;
        position: fixed;
        z-index: 100000;
        overflow: auto;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        padding: 60px 20px 20px 20px;
        border-left: 1px solid #D8D8D8;
        background-image: linear-gradient(90deg, #EDEDED 0%, #FFFFFF 50%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .section-nav.nav-open {
        visibility: visible;
        right: 0;
    }

    .section-nav ul {
        text-align: left;
    }

    .section-nav ul li {
        display: block;
        margin: 10px 0 0 0;
        padding: 12px 0 0 0;
    }

    .section-nav ul li:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .section-nav ul li:before {
        top: 0;
        left: 0;
        width: 39px;
    }

    .section-nav ul li a {
        display: inline-block;
        padding: 20px 0;
    }

    .section-nav ul li.active a:after {
        top: 0;
        left: -20px;
        width: 5px;
        height: 100%;
    }
}

/*================================================
  Footer
================================================*/
#page-footer .page-container {
    padding-top: 0;
    padding-bottom: 40px;
}

footer {
    background: var(--light-color);
}

#page-footer {
    border-top: 1px solid #D8D8D8;
    /*font-size: 0;*/
}

#page-footer .section-container {
    padding: 30px 0;
}

.site-info {
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
}

.copyright {
    margin-right: 40px;
}

.security-info {
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 40px;
    background-image: url(../assets/security-badge.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
}

/*================================================
  Content
================================================*/
/*-------------------------------------
  Section info
---------------------------------------*/
.section-info {
    /*color: #21355A;*/
    color: var(--secondary-color);
}

.section-info h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
}

/*-------------------------------------
  Section progress
---------------------------------------*/
.section-progress {
    position: relative;
    margin: 30px 0;
    padding-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    font-style: italic;
}

.section-progress:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: #EAF3F8;
}

.section-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    /*background-color: #328BBA;*/
    background-color: var(--primary-color);
}

/*-------------------------------------
  Form section
---------------------------------------*/
.form-section-item {
    position: relative;
    margin-top: 20px;
}

.form-section-item:first-child {
    margin-top: 0;
}

.form-section-item .panel-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 800;
}

h2 + .form-section-item {
    margin-top: 0;
}

h3 + .form-section-item {
    margin-top: 40px;
}

h2 + .form-section-item > .title-panel {
    margin-top: 20px;
}

.form-section-secondary {
    margin-top: 100px;
}

.title-panel {
    padding: 40px 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.title-panel.hide-title {
    display: none;
}

.title-panel.hide-title.section-collapse {
    display: block;
}

.title-panel.section-collapse {
    padding: 40px;
    border-radius: 20px;
    /*border: 1px solid #328BBA;*/
    border: 1px solid var(--primary-color);
    background-color: #FBFDFE;
    background-image: url(../assets/img/icons/caret-down.svg);
    background-repeat: no-repeat;
    background-position: 98% 43px;
    background-position: calc(100% - 40px) 42px;
    cursor: pointer;
}

.title-panel.section-collapse:hover {
    background-color: #DCF3FF;
}

.title-panel.section-collapse.section-open {
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    background-image: url(../assets/img/icons/caret-up.svg);
}

.form-section-content {
    position: relative;
}

.form-section-content.section-collapse {
    position: absolute;
    z-index: -1;
    display: none;
    float: left;
    opacity: 0;
}

.form-section-content.section-collapse.section-open {
    position: relative;
    z-index: 1;
    display: inline;
    opacity: 1;
    margin-top: 0;
    padding: 20px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
    /*border: 1px solid #328BBA;*/
    border: 1px solid var(--primary-color);
    border-top: 0;
    background-color: #FBFDFE;
    width: 100%;
    margin-bottom: 20px;
}

.title-panel-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    /*color: #21355A;*/
    color: var(--secondary-color);
    font-weight: 800;
}

.form-section-secondary .form-section-item-action {
    margin-bottom: 60px;
}

.form-section-secondary .section-collapse .form-section-item-action {
    margin-bottom: 0;
}

.form-section-item-action .action-item,
.form-section-item-action .add-section {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.form-section-close {
    display: none;
}

.section-collapse > .form-section-item-action .form-section-close {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

#Prod001Remove,
#fldProd001Coll01Remove,
#Bus001Remove,
#fldBus001BusLoan01RemoveLoan,
#Owner001Remove,
#fldBus001ContLoan01RemoveLoan,
#fldOwner001ContLoan01RemoveLoan,
#fldOwner001ContLoan01RemoveLoan,
#fldOwner002ContLoan01RemoveLoan,
#fldOwner003ContLoan01RemoveLoan,
#fldOwner004ContLoan01RemoveLoan,
#fldOwner005ContLoan01RemoveLoan,
#fldOwner006ContLoan01RemoveLoan,
#fldBus001ContLoan01RemoveLoan,
#fldBus002ContLoan01RemoveLoan,
#fldBus003ContLoan01RemoveLoan,
#fldBus004ContLoan01RemoveLoan,
#fldBus001BusLoan01RemoveLoan,
#fldBus002BusLoan01RemoveLoan,
#fldBus003BusLoan01RemoveLoan,
#fldBus004BusLoan01RemoveLoan,
#removeAttachment1,
#fldPrimAppIncomeOther001Remove,
#fldPrimCoAppIncomeOther001Remove,
#fldSecAppIncomeOther001Remove,
#fldSecCoAppIncomeOther001Remove,
#fldHMDA001RemoveProductAndProperty {
    display: none;
}

@media (max-width: 480px) {
    .section-collapse > .form-section-item-action .form-section-close,
    .form-section-item-action .action-item,
    .form-section-item-action .add-section {
        margin-top: 30px;
    }
}

/*-------------------------------------
  Icon selector
---------------------------------------*/


.icon-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0 0;
}

.icon-selector:first-child {
    margin-top: 0;
}

.icon-selector:last-child {
    margin-bottom: 0;
}

.control-label + .icon-selector {
    margin-top: 0;
}

.icon-card {
    background: white;
}

.icon-card, .counter-card {
    position: relative;
    width: 170px;
    height: 170px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
    border: 2px solid #777;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.icon-selector .icon-card {
    cursor: pointer;
}

.icon-selector .icon-card:hover:not([disabled]), .icon-selector .icon-card.active:not([disabled]) {
    /*border-color: #328BBA;*/
    border-color: var(--primary-color);
    background-color: #DCF3FF;
}

.icon-selector .icon-card[disabled] {
    cursor: not-allowed;
}

.icon-selector .icon-card[disabled]:not(.active) {
    cursor: not-allowed;
    opacity: .6;
}

.icon-card-content, .counter-card-content {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    color: var(--secondary-color);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.icon-image {
    position: relative;
    top: -16%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mastercard .icon-card-content:before {
    background-image: url(../assets/icons/mastercard.svg);
}

.term-loan .icon-card-content:before {
    background-image: url(../assets/icons/term-loan.svg);
}

.traditional .icon-card-content:before {
    background-image: url(../assets/icons/traditional-line.svg);
}

.business-assets .icon-card-content:before {
    background-image: url(../../assets/img/icons/business-assets.svg);
}

.mortgage-1 .icon-card-content:before {
    background-image: url(../../assets/img/icons/mortgage-1.svg);
}

.mortgage-2 .icon-card-content:before {
    background-image: url(../../assets/img/icons/mortgage-2.svg);
}

.depository .icon-card-content:before {
    background-image: url(../../assets/img/icons/depository.svg);
}

.stock-fund .icon-card-content:before {
    background-image: url(../../assets/img/icons/stock-fund.svg);
}

.vehicle .icon-card-content:before {
    background-image: url(../../assets/img/icons/vehicle.svg);
}

.real-estate .icon-card-content:before {
    background-image: url(../../assets/img/icons/real-estate.svg);
}

@media (max-width: 767px) {
    .icon-card {
        width: 130px;
        height: 130px;
        margin-top: 12px;
        margin-right: 12px;
    }

    .title-panel.section-collapse {
        padding: 20px;
    }

    .form-section-content.section-collapse.section-open {
        padding: 0 20px 20px 20px;
    }
}

/*-------------------------------------
  Section action
---------------------------------------*/
.section-action {
    margin-top: 80px;
}

/*-------------------------------------
  E-sign
---------------------------------------*/
.field-link-check {
    margin: 40px 0;
}

.field-link-check:first-child {
    margin-top: 0;
}

.field-link-check:last-child {
    margin-bottom: 0;
}

.field-link-check .form-group {
    margin: 0;
}

.field-link-check label a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

.field-accept {
    margin: 40px 0;
}

.field-accept:first-child {
    margin-top: 0;
}

.field-accept:last-child {
    margin-bottom: 0;
}

.field-accept .form-group {
    margin: 0;
}

.field-accept label {
    display: inline-block;
    margin: 0;
    padding: 15px;
    border-radius: 4px;
    /*border: 2px solid #328BBA;*/
    border: 2px solid var(--primary-color);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.field-accept .form-group input[type=checkbox] + label:before {
    border-radius: 2px;
    /*border-color: #328BBA;*/
    border-color: var(--primary-color);
}

.field-accept .form-group input[type=checkbox]:checked + label {
    /*border-color: #21355A;*/
    border-color: var(--secondary-color);
    /*background-color: #21355A;*/
    background-color: var(--secondary-color);
    color: #fff;
}

.field-accept .form-group input[type=checkbox]:checked + label:before {
    border-color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.field-accept .form-group input[type=checkbox]:checked + label:after {
    top: 17px;
    left: 17px;
    background-image: url(/../assets/img/icons/checkmark-white.svg);
}

.field-accept a {
    text-decoration: underline;
}

.field-accept .form-group input[type=checkbox]:checked + label a {
    color: #fff;
}

/*-------------------------------------
  Success
---------------------------------------*/
.submit-message {
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
}

/*================================================
  Third-party components
================================================*/

.modal-header, .modal-body, .modal-footer {
    padding: 30px;
}

.modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal button.close {
    opacity: 1;
    text-shadow: none;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 20px;
    font-weight: 400;
}

.modal.bootstrap-dialog.type-primary button.close,
.modal.bootstrap-dialog.type-danger button.close {
    color: #fff;
}

.bootstrap-dialog .modal-header {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.bootstrap-dialog.type-danger .modal-header {
    /*background-color: #f5807e;*/
    background-color: var(--danger-color);
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: var(--primary-color);
    /*background-color: #328BBA;*/
}

.bootstrap-dialog .modal-footer {
    padding-top: 0;
    border: 0;
    text-align: center;
}
