@axos-web-dev/shared-components 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -4
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -59
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +21 -21
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +0 -4
- package/dist/NavigationMenu/AxosBank/index.js +19 -33
- package/dist/assets/HeroBanner/LargeBanner.css +3 -81
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +134 -125
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +0 -10
- package/dist/assets/SetContainer/SetContainer.css +6 -6
- package/package.json +1 -1
|
@@ -21,9 +21,9 @@ export interface HeroBannerInterface extends HeroBannerWithImage, HeroBannerWith
|
|
|
21
21
|
id?: string;
|
|
22
22
|
bannerType?: string;
|
|
23
23
|
className?: string;
|
|
24
|
-
variant
|
|
25
|
-
eyebrow
|
|
26
|
-
headline
|
|
27
|
-
bodyCopy
|
|
24
|
+
variant?: string;
|
|
25
|
+
eyebrow?: string | ReactNode;
|
|
26
|
+
headline?: string | ReactNode;
|
|
27
|
+
bodyCopy?: string | ReactNode;
|
|
28
28
|
callToActionRow?: ChevronProps[];
|
|
29
29
|
}
|
|
@@ -1,58 +1,56 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const dd_footer = "_dd_footer_1a85j_555";
|
|
55
|
-
const desktop_only = "_desktop_only_1a85j_575";
|
|
1
|
+
const header = "_header_1suhr_1";
|
|
2
|
+
const wrapper = "_wrapper_1suhr_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1suhr_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1suhr_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1suhr_18";
|
|
6
|
+
const primary_links = "_primary_links_1suhr_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_1suhr_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1suhr_48";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1suhr_50";
|
|
10
|
+
const signin_btn = "_signin_btn_1suhr_51";
|
|
11
|
+
const sub_nav = "_sub_nav_1suhr_48";
|
|
12
|
+
const header_sub_row = "_header_sub_row_1suhr_97";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_1suhr_115";
|
|
14
|
+
const shadow = "_shadow_1suhr_125";
|
|
15
|
+
const signin_header = "_signin_header_1suhr_133";
|
|
16
|
+
const signin_subheader = "_signin_subheader_1suhr_140";
|
|
17
|
+
const opacity = "_opacity_1suhr_162";
|
|
18
|
+
const fadeInDown = "_fadeInDown_1suhr_1";
|
|
19
|
+
const signin_footer = "_signin_footer_1suhr_168";
|
|
20
|
+
const open = "_open_1suhr_189";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_1suhr_201";
|
|
22
|
+
const dd_media = "_dd_media_1suhr_208";
|
|
23
|
+
const dd_media_img = "_dd_media_img_1suhr_213";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_1suhr_217";
|
|
25
|
+
const dd_media_header = "_dd_media_header_1suhr_224";
|
|
26
|
+
const mt_8 = "_mt_8_1suhr_234";
|
|
27
|
+
const mt_16 = "_mt_16_1suhr_238";
|
|
28
|
+
const ml_8 = "_ml_8_1suhr_242";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_1suhr_246";
|
|
30
|
+
const reversed_row = "_reversed_row_1suhr_278";
|
|
31
|
+
const headline = "_headline_1suhr_288";
|
|
32
|
+
const nav_anchor = "_nav_anchor_1suhr_294";
|
|
33
|
+
const headline_cta = "_headline_cta_1suhr_302";
|
|
34
|
+
const site_lists = "_site_lists_1suhr_317";
|
|
35
|
+
const hamburger = "_hamburger_1suhr_355";
|
|
36
|
+
const mobile_only = "_mobile_only_1suhr_369";
|
|
37
|
+
const mobile_logo = "_mobile_logo_1suhr_375";
|
|
38
|
+
const highlight = "_highlight_1suhr_380";
|
|
39
|
+
const mobile_nav = "_mobile_nav_1suhr_416";
|
|
40
|
+
const mobile_opened = "_mobile_opened_1suhr_427";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_1suhr_435";
|
|
42
|
+
const has_dropdown = "_has_dropdown_1suhr_450";
|
|
43
|
+
const icon_wrap = "_icon_wrap_1suhr_471";
|
|
44
|
+
const mobile_footer = "_mobile_footer_1suhr_476";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_1suhr_481";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_1suhr_495";
|
|
47
|
+
const footer_cta = "_footer_cta_1suhr_501";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_1suhr_529";
|
|
49
|
+
const btn = "_btn_1suhr_534";
|
|
50
|
+
const sub_menu = "_sub_menu_1suhr_539";
|
|
51
|
+
const main = "_main_1suhr_26";
|
|
52
|
+
const dd_footer = "_dd_footer_1suhr_564";
|
|
53
|
+
const desktop_only = "_desktop_only_1suhr_584";
|
|
56
54
|
const styles = {
|
|
57
55
|
header,
|
|
58
56
|
wrapper,
|
|
@@ -72,7 +70,6 @@ const styles = {
|
|
|
72
70
|
signin_subheader,
|
|
73
71
|
opacity,
|
|
74
72
|
fadeInDown,
|
|
75
|
-
sigin_footer,
|
|
76
73
|
signin_footer,
|
|
77
74
|
open,
|
|
78
75
|
dd_wrapper,
|
|
@@ -95,7 +92,6 @@ const styles = {
|
|
|
95
92
|
highlight,
|
|
96
93
|
mobile_nav,
|
|
97
94
|
mobile_opened,
|
|
98
|
-
_mobile_opened,
|
|
99
95
|
mobile_nav_item,
|
|
100
96
|
has_dropdown,
|
|
101
97
|
icon_wrap,
|
|
@@ -111,7 +107,6 @@ const styles = {
|
|
|
111
107
|
desktop_only
|
|
112
108
|
};
|
|
113
109
|
export {
|
|
114
|
-
_mobile_opened,
|
|
115
110
|
btn,
|
|
116
111
|
dd_footer,
|
|
117
112
|
dd_media,
|
|
@@ -155,7 +150,6 @@ export {
|
|
|
155
150
|
primary_links,
|
|
156
151
|
reversed_row,
|
|
157
152
|
shadow,
|
|
158
|
-
sigin_footer,
|
|
159
153
|
signin_btn,
|
|
160
154
|
signin_dropdown,
|
|
161
155
|
signin_footer,
|
|
@@ -79,7 +79,7 @@ import "../../Table/Table.css.js";
|
|
|
79
79
|
import "next/script.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
/* empty css */
|
|
82
|
-
import { sub_nav } from "./SubNavbar.css.js";
|
|
82
|
+
import { sub_nav, dd_media } from "./SubNavbar.css.js";
|
|
83
83
|
function SubNavBar() {
|
|
84
84
|
const { pathname } = useLocation();
|
|
85
85
|
const [hoveredLink, setHoveredLink] = useState(void 0);
|
|
@@ -450,14 +450,14 @@ function SubNavBar() {
|
|
|
450
450
|
hoveredLink === "bank" && /* @__PURE__ */ jsx(
|
|
451
451
|
"div",
|
|
452
452
|
{
|
|
453
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
453
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
454
454
|
role: "menu",
|
|
455
455
|
onMouseLeave: handleMouseLeave,
|
|
456
456
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
457
457
|
/* @__PURE__ */ jsxs(
|
|
458
458
|
"div",
|
|
459
459
|
{
|
|
460
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
460
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
461
461
|
children: [
|
|
462
462
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
463
463
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Checking" }),
|
|
@@ -749,14 +749,14 @@ function SubNavBar() {
|
|
|
749
749
|
hoveredLink === "borrow" && /* @__PURE__ */ jsx(
|
|
750
750
|
"div",
|
|
751
751
|
{
|
|
752
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
752
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
753
753
|
role: "menu",
|
|
754
754
|
onMouseLeave: handleMouseLeave,
|
|
755
755
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
756
756
|
/* @__PURE__ */ jsxs(
|
|
757
757
|
"div",
|
|
758
758
|
{
|
|
759
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
759
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
760
760
|
children: [
|
|
761
761
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
762
762
|
/* @__PURE__ */ jsxs("p", { role: "heading", children: [
|
|
@@ -1096,14 +1096,14 @@ function SubNavBar() {
|
|
|
1096
1096
|
hoveredLink === "invest" && /* @__PURE__ */ jsx(
|
|
1097
1097
|
"div",
|
|
1098
1098
|
{
|
|
1099
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
1099
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
1100
1100
|
role: "menu",
|
|
1101
1101
|
onMouseLeave: handleMouseLeave,
|
|
1102
1102
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
1103
1103
|
/* @__PURE__ */ jsxs(
|
|
1104
1104
|
"div",
|
|
1105
1105
|
{
|
|
1106
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
1106
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
1107
1107
|
children: [
|
|
1108
1108
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
1109
1109
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos FundFinder+" }),
|
|
@@ -1352,14 +1352,14 @@ function SubNavBar() {
|
|
|
1352
1352
|
hoveredLink === "plan" && /* @__PURE__ */ jsx(
|
|
1353
1353
|
"div",
|
|
1354
1354
|
{
|
|
1355
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
1355
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
1356
1356
|
role: "menu",
|
|
1357
1357
|
onMouseLeave: handleMouseLeave,
|
|
1358
1358
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
1359
1359
|
/* @__PURE__ */ jsxs(
|
|
1360
1360
|
"div",
|
|
1361
1361
|
{
|
|
1362
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
1362
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
1363
1363
|
children: [
|
|
1364
1364
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
1365
1365
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
|
|
@@ -1572,14 +1572,14 @@ function SubNavBar() {
|
|
|
1572
1572
|
hoveredLink === "sbb" && /* @__PURE__ */ jsx(
|
|
1573
1573
|
"div",
|
|
1574
1574
|
{
|
|
1575
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
1575
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
1576
1576
|
role: "menu",
|
|
1577
1577
|
onMouseLeave: handleMouseLeave,
|
|
1578
1578
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
1579
1579
|
/* @__PURE__ */ jsxs(
|
|
1580
1580
|
"div",
|
|
1581
1581
|
{
|
|
1582
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
1582
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
1583
1583
|
children: [
|
|
1584
1584
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
1585
1585
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
|
|
@@ -1909,14 +1909,14 @@ function SubNavBar() {
|
|
|
1909
1909
|
hoveredLink === "combank" && /* @__PURE__ */ jsx(
|
|
1910
1910
|
"div",
|
|
1911
1911
|
{
|
|
1912
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
1912
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
1913
1913
|
role: "menu",
|
|
1914
1914
|
onMouseLeave: handleMouseLeave,
|
|
1915
1915
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
1916
1916
|
/* @__PURE__ */ jsxs(
|
|
1917
1917
|
"div",
|
|
1918
1918
|
{
|
|
1919
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
1919
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
1920
1920
|
children: [
|
|
1921
1921
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
1922
1922
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
|
|
@@ -2184,14 +2184,14 @@ function SubNavBar() {
|
|
|
2184
2184
|
hoveredLink === "comlending" && /* @__PURE__ */ jsx(
|
|
2185
2185
|
"div",
|
|
2186
2186
|
{
|
|
2187
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
2187
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
2188
2188
|
role: "menu",
|
|
2189
2189
|
onMouseLeave: handleMouseLeave,
|
|
2190
2190
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
2191
2191
|
/* @__PURE__ */ jsxs(
|
|
2192
2192
|
"div",
|
|
2193
2193
|
{
|
|
2194
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
2194
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
2195
2195
|
children: [
|
|
2196
2196
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
2197
2197
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
|
|
@@ -2436,14 +2436,14 @@ function SubNavBar() {
|
|
|
2436
2436
|
hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
|
|
2437
2437
|
"div",
|
|
2438
2438
|
{
|
|
2439
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
2439
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
2440
2440
|
role: "menu",
|
|
2441
2441
|
onMouseLeave: handleMouseLeave,
|
|
2442
2442
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
2443
2443
|
/* @__PURE__ */ jsxs(
|
|
2444
2444
|
"div",
|
|
2445
2445
|
{
|
|
2446
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
2446
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
2447
2447
|
children: [
|
|
2448
2448
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
2449
2449
|
/* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
|
|
@@ -2622,14 +2622,14 @@ function SubNavBar() {
|
|
|
2622
2622
|
hoveredLink === "sbc" && /* @__PURE__ */ jsx(
|
|
2623
2623
|
"div",
|
|
2624
2624
|
{
|
|
2625
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
2625
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
2626
2626
|
role: "menu",
|
|
2627
2627
|
onMouseLeave: handleMouseLeave,
|
|
2628
2628
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
2629
2629
|
/* @__PURE__ */ jsxs(
|
|
2630
2630
|
"div",
|
|
2631
2631
|
{
|
|
2632
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
2632
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
2633
2633
|
children: [
|
|
2634
2634
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
2635
2635
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Small Balance Commercial Real Estate" }),
|
|
@@ -2783,14 +2783,14 @@ function SubNavBar() {
|
|
|
2783
2783
|
hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
|
|
2784
2784
|
"div",
|
|
2785
2785
|
{
|
|
2786
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}
|
|
2786
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
2787
2787
|
role: "menu",
|
|
2788
2788
|
onMouseLeave: handleMouseLeave,
|
|
2789
2789
|
children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
|
|
2790
2790
|
/* @__PURE__ */ jsxs(
|
|
2791
2791
|
"div",
|
|
2792
2792
|
{
|
|
2793
|
-
className: `${styles.dd_media} ${styles.opacity}
|
|
2793
|
+
className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
|
|
2794
2794
|
children: [
|
|
2795
2795
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
2796
2796
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
|
|
@@ -188,7 +188,14 @@ function NavBar() {
|
|
|
188
188
|
id: "signin-drop-menu",
|
|
189
189
|
children: [
|
|
190
190
|
/* @__PURE__ */ jsxs("li", { role: "heading", children: [
|
|
191
|
-
/* @__PURE__ */ jsx(
|
|
191
|
+
/* @__PURE__ */ jsx(
|
|
192
|
+
Link,
|
|
193
|
+
{
|
|
194
|
+
className: styles.signin_header,
|
|
195
|
+
href: `/personal`,
|
|
196
|
+
children: "Personal"
|
|
197
|
+
}
|
|
198
|
+
),
|
|
192
199
|
/* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
|
|
193
200
|
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
|
|
194
201
|
Link,
|
|
@@ -208,54 +215,33 @@ function NavBar() {
|
|
|
208
215
|
) })
|
|
209
216
|
] })
|
|
210
217
|
] }),
|
|
211
|
-
/* @__PURE__ */ jsxs("li", { role: "heading", children: [
|
|
212
|
-
/* @__PURE__ */ jsx("span", { className: `${styles.signin_header}`, children: "Business" }),
|
|
213
|
-
/* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
|
|
214
|
-
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/business/login", role: "menuitem", children: "Business Banking Login" }) }),
|
|
215
|
-
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
|
|
216
|
-
Link,
|
|
217
|
-
{
|
|
218
|
-
href: "/business/MWA-business-banking",
|
|
219
|
-
role: "menuitem",
|
|
220
|
-
children: "MWA Business Banking"
|
|
221
|
-
}
|
|
222
|
-
) }),
|
|
223
|
-
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }) })
|
|
224
|
-
] })
|
|
225
|
-
] }),
|
|
226
218
|
/* @__PURE__ */ jsxs("li", { role: "heading", children: [
|
|
227
219
|
/* @__PURE__ */ jsx(
|
|
228
|
-
|
|
220
|
+
Link,
|
|
229
221
|
{
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
children: "
|
|
222
|
+
className: styles.signin_header,
|
|
223
|
+
href: `/business`,
|
|
224
|
+
children: "Business"
|
|
233
225
|
}
|
|
234
226
|
),
|
|
235
227
|
/* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
|
|
228
|
+
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/business/login", role: "menuitem", children: "Business Banking Login" }) }),
|
|
236
229
|
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
|
|
237
230
|
Link,
|
|
238
231
|
{
|
|
239
|
-
href: "
|
|
232
|
+
href: "/business/MWA-business-banking",
|
|
240
233
|
role: "menuitem",
|
|
241
|
-
children: "
|
|
234
|
+
children: "MWA Business Banking"
|
|
242
235
|
}
|
|
243
236
|
) }),
|
|
244
|
-
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
|
|
245
|
-
Link,
|
|
246
|
-
{
|
|
247
|
-
href: "https://arms.axosadvisor.com/",
|
|
248
|
-
role: "menuitem",
|
|
249
|
-
children: "Advisor Login"
|
|
250
|
-
}
|
|
251
|
-
) })
|
|
237
|
+
/* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }) })
|
|
252
238
|
] })
|
|
253
239
|
] }),
|
|
254
240
|
/* @__PURE__ */ jsxs("li", { role: "heading", children: [
|
|
255
241
|
/* @__PURE__ */ jsx(
|
|
256
|
-
|
|
242
|
+
Link,
|
|
257
243
|
{
|
|
258
|
-
|
|
244
|
+
href: `/partners`,
|
|
259
245
|
className: `${styles.signin_header}`,
|
|
260
246
|
children: "Partners"
|
|
261
247
|
}
|
|
@@ -282,7 +268,7 @@ function NavBar() {
|
|
|
282
268
|
/* @__PURE__ */ jsxs(
|
|
283
269
|
"li",
|
|
284
270
|
{
|
|
285
|
-
className: `${styles.signin_subheader} ${styles.
|
|
271
|
+
className: `${styles.signin_subheader} ${styles.signin_footer} relative`,
|
|
286
272
|
children: [
|
|
287
273
|
/* @__PURE__ */ jsx(Link, { href: "/customer-support", role: "menuitem", children: "Customer Support" }),
|
|
288
274
|
/* @__PURE__ */ jsx(Link, { href: "/return-to-application", role: "menuitem", children: "Return to Application" })
|
|
@@ -80,33 +80,7 @@
|
|
|
80
80
|
._1bsyngok {
|
|
81
81
|
color: var(--_1073cm83);
|
|
82
82
|
}
|
|
83
|
-
|
|
84
|
-
var className = config.defaultClassName;
|
|
85
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
86
|
-
for (var variantName in selections) {
|
|
87
|
-
var _selections$variantNa;
|
|
88
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
89
|
-
if (variantSelection != null) {
|
|
90
|
-
var selection = variantSelection;
|
|
91
|
-
if (typeof selection === 'boolean') {
|
|
92
|
-
// @ts-expect-error
|
|
93
|
-
selection = selection === true ? 'true' : 'false';
|
|
94
|
-
}
|
|
95
|
-
var selectionClassName =
|
|
96
|
-
// @ts-expect-error
|
|
97
|
-
config.variantClassNames[variantName][selection];
|
|
98
|
-
if (selectionClassName) {
|
|
99
|
-
className += ' ' + selectionClassName;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
104
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
105
|
-
className += ' ' + compoundClassName;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
return className;
|
|
109
|
-
} p {
|
|
83
|
+
._1bsyngo6 p {
|
|
110
84
|
font: 400 18px / 1.44 var(--main-font-family);
|
|
111
85
|
letter-spacing: .2px;
|
|
112
86
|
}
|
|
@@ -122,33 +96,7 @@ options => {
|
|
|
122
96
|
object-fit: cover;
|
|
123
97
|
}
|
|
124
98
|
@media (max-width:1023px) {
|
|
125
|
-
|
|
126
|
-
var className = config.defaultClassName;
|
|
127
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
128
|
-
for (var variantName in selections) {
|
|
129
|
-
var _selections$variantNa;
|
|
130
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
131
|
-
if (variantSelection != null) {
|
|
132
|
-
var selection = variantSelection;
|
|
133
|
-
if (typeof selection === 'boolean') {
|
|
134
|
-
// @ts-expect-error
|
|
135
|
-
selection = selection === true ? 'true' : 'false';
|
|
136
|
-
}
|
|
137
|
-
var selectionClassName =
|
|
138
|
-
// @ts-expect-error
|
|
139
|
-
config.variantClassNames[variantName][selection];
|
|
140
|
-
if (selectionClassName) {
|
|
141
|
-
className += ' ' + selectionClassName;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
146
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
147
|
-
className += ' ' + compoundClassName;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
return className;
|
|
151
|
-
} > .containment {
|
|
99
|
+
._1bsyngo0 > .containment {
|
|
152
100
|
width: 100%;
|
|
153
101
|
max-width: 100%;
|
|
154
102
|
border-radius: 0 !important;
|
|
@@ -210,33 +158,7 @@ options => {
|
|
|
210
158
|
font-size: 28px;
|
|
211
159
|
line-height: 1.29;
|
|
212
160
|
}
|
|
213
|
-
|
|
214
|
-
var className = config.defaultClassName;
|
|
215
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
216
|
-
for (var variantName in selections) {
|
|
217
|
-
var _selections$variantNa;
|
|
218
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
219
|
-
if (variantSelection != null) {
|
|
220
|
-
var selection = variantSelection;
|
|
221
|
-
if (typeof selection === 'boolean') {
|
|
222
|
-
// @ts-expect-error
|
|
223
|
-
selection = selection === true ? 'true' : 'false';
|
|
224
|
-
}
|
|
225
|
-
var selectionClassName =
|
|
226
|
-
// @ts-expect-error
|
|
227
|
-
config.variantClassNames[variantName][selection];
|
|
228
|
-
if (selectionClassName) {
|
|
229
|
-
className += ' ' + selectionClassName;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
234
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
235
|
-
className += ' ' + compoundClassName;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
return className;
|
|
239
|
-
} p {
|
|
161
|
+
._1bsyngo6 p {
|
|
240
162
|
font-size: 1rem;
|
|
241
163
|
line-height: 1.5;
|
|
242
164
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_1suhr_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_1suhr_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
._header_main_row_1suhr_11,
|
|
12
|
+
._mobile_header_1suhr_12 {
|
|
13
13
|
min-height: 80px;
|
|
14
14
|
padding-top: 1rem;
|
|
15
15
|
padding-bottom: 0.5rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._logo_wrap_1suhr_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_1suhr_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_link_1suhr_26 {
|
|
27
27
|
padding: 10px 8px;
|
|
28
28
|
text-align: center;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._main_nav_link_1suhr_26 .active {
|
|
32
32
|
border-color: currentColor;
|
|
33
33
|
transition: border-color 0.5s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._main_nav_link_1suhr_26 .active {
|
|
37
37
|
font-weight: 700;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._main_nav_link_1suhr_26 > a {
|
|
41
41
|
color: #1e3860;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
font-size: 16px;
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
border-bottom: 4px solid transparent;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
51
|
-
.
|
|
48
|
+
._sub_nav_link_1suhr_48 a,
|
|
49
|
+
._main_nav_link_1suhr_26 a,
|
|
50
|
+
._signin_wrap_1suhr_50 a,
|
|
51
|
+
._signin_btn_1suhr_51 {
|
|
52
52
|
text-decoration: none;
|
|
53
53
|
transition: opacity 0.3s ease;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
56
|
+
._sub_nav_link_1suhr_48:hover,
|
|
57
|
+
._main_nav_link_1suhr_26 a:hover,
|
|
58
|
+
._signin_wrap_1suhr_50 a:hover {
|
|
59
59
|
opacity: 0.8;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
._signin_wrap_1suhr_50 .link {
|
|
63
63
|
text-decoration: none;
|
|
64
64
|
padding: 8px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.
|
|
68
|
-
border:
|
|
67
|
+
._signin_btn_1suhr_51 {
|
|
68
|
+
border-color: transparent;
|
|
69
69
|
color: #fff;
|
|
70
70
|
padding: 11px 24px;
|
|
71
71
|
font-size: 16px;
|
|
@@ -76,37 +76,43 @@
|
|
|
76
76
|
cursor: pointer;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
80
|
-
color:
|
|
81
|
-
background-color:
|
|
79
|
+
._signin_btn_1suhr_51:hover {
|
|
80
|
+
color: #2f5b88;
|
|
81
|
+
background-color: transparent;
|
|
82
82
|
opacity: 0.9;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
._signin_btn_1suhr_51:hover > svg path {
|
|
86
|
+
fill: #2f5b88;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
._signin_btn_1suhr_51 > span {
|
|
86
90
|
margin-right: 8px;
|
|
87
91
|
}
|
|
88
92
|
|
|
89
|
-
.
|
|
93
|
+
._sub_nav_1suhr_48 {
|
|
90
94
|
background-color: var(--primary-theme-color);
|
|
91
95
|
}
|
|
92
96
|
|
|
93
|
-
.
|
|
97
|
+
._header_sub_row_1suhr_97 {
|
|
94
98
|
padding-block: 12px;
|
|
95
99
|
min-height: 48px;
|
|
96
100
|
}
|
|
97
101
|
|
|
98
|
-
.
|
|
102
|
+
._sub_nav_link_1suhr_48 {
|
|
99
103
|
padding-inline: 1rem;
|
|
100
104
|
text-align: center;
|
|
101
105
|
color: #fff;
|
|
102
106
|
}
|
|
103
107
|
|
|
104
|
-
.
|
|
108
|
+
._sub_nav_link_1suhr_48 a {
|
|
105
109
|
font-weight: 500;
|
|
106
110
|
line-height: 1.5;
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
107
113
|
}
|
|
108
114
|
|
|
109
|
-
.
|
|
115
|
+
._signin_dropdown_1suhr_115 {
|
|
110
116
|
min-width: 288px;
|
|
111
117
|
padding: 1.5rem 1rem;
|
|
112
118
|
position: absolute;
|
|
@@ -116,32 +122,32 @@
|
|
|
116
122
|
display: none;
|
|
117
123
|
}
|
|
118
124
|
|
|
119
|
-
.
|
|
125
|
+
._shadow_1suhr_125 {
|
|
120
126
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
121
127
|
}
|
|
122
128
|
|
|
123
|
-
.
|
|
129
|
+
._signin_dropdown_1suhr_115 li[role="heading"] {
|
|
124
130
|
margin-top: 1px;
|
|
125
131
|
}
|
|
126
132
|
|
|
127
|
-
.
|
|
133
|
+
._signin_header_1suhr_133 {
|
|
128
134
|
color: #323339;
|
|
129
135
|
font-weight: 700;
|
|
130
136
|
padding: 0.5rem 1rem;
|
|
131
137
|
text-align: left;
|
|
132
138
|
}
|
|
133
139
|
|
|
134
|
-
.
|
|
140
|
+
._signin_subheader_1suhr_140 {
|
|
135
141
|
color: #2f5b88;
|
|
136
142
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
137
143
|
}
|
|
138
144
|
|
|
139
|
-
.
|
|
140
|
-
.
|
|
145
|
+
._signin_header_1suhr_133,
|
|
146
|
+
._signin_subheader_1suhr_140 a {
|
|
141
147
|
line-height: 1.5;
|
|
142
148
|
}
|
|
143
149
|
|
|
144
|
-
@keyframes
|
|
150
|
+
@keyframes _fadeInDown_1suhr_1 {
|
|
145
151
|
from {
|
|
146
152
|
opacity: 0;
|
|
147
153
|
transform: translate3d(0, -1%, 0);
|
|
@@ -153,23 +159,23 @@
|
|
|
153
159
|
}
|
|
154
160
|
}
|
|
155
161
|
|
|
156
|
-
.
|
|
162
|
+
._opacity_1suhr_162 {
|
|
157
163
|
animation-duration: 0.5s;
|
|
158
164
|
animation-fill-mode: both;
|
|
159
|
-
animation-name:
|
|
165
|
+
animation-name: _fadeInDown_1suhr_1;
|
|
160
166
|
}
|
|
161
167
|
|
|
162
|
-
.
|
|
168
|
+
._signin_footer_1suhr_168 {
|
|
163
169
|
margin-top: 0.5rem;
|
|
164
170
|
padding-top: 1rem;
|
|
165
171
|
}
|
|
166
172
|
|
|
167
|
-
.
|
|
173
|
+
._signin_footer_1suhr_168 > a + a {
|
|
168
174
|
display: block;
|
|
169
175
|
margin-top: 16px;
|
|
170
176
|
}
|
|
171
177
|
|
|
172
|
-
.
|
|
178
|
+
._signin_footer_1suhr_168::before {
|
|
173
179
|
content: "";
|
|
174
180
|
background-color: #8f8f8f;
|
|
175
181
|
height: 2px;
|
|
@@ -180,61 +186,64 @@
|
|
|
180
186
|
width: 94%;
|
|
181
187
|
}
|
|
182
188
|
|
|
183
|
-
.
|
|
189
|
+
._open_1suhr_189 {
|
|
184
190
|
opacity: 0.8;
|
|
185
191
|
}
|
|
186
192
|
|
|
187
|
-
.
|
|
193
|
+
._open_1suhr_189 > svg {
|
|
188
194
|
transform: scaleY(-1);
|
|
189
195
|
}
|
|
190
196
|
|
|
191
|
-
.
|
|
197
|
+
._open_1suhr_189 + ._signin_dropdown_1suhr_115 {
|
|
192
198
|
display: block;
|
|
193
199
|
}
|
|
194
200
|
|
|
195
|
-
.
|
|
201
|
+
._dd_wrapper_1suhr_201 {
|
|
196
202
|
z-index: 1203;
|
|
197
203
|
max-width: 1440px;
|
|
204
|
+
position: absolute;
|
|
205
|
+
width: 100%;
|
|
198
206
|
}
|
|
199
207
|
|
|
200
|
-
.
|
|
208
|
+
._dd_media_1suhr_208 {
|
|
201
209
|
padding: 1.5rem;
|
|
202
210
|
width: 280px;
|
|
203
211
|
}
|
|
204
212
|
|
|
205
|
-
.
|
|
213
|
+
._dd_media_img_1suhr_213 {
|
|
206
214
|
min-height: 232px;
|
|
207
215
|
}
|
|
208
216
|
|
|
209
|
-
.
|
|
217
|
+
._dd_site_navs_1suhr_217 {
|
|
210
218
|
flex: 1 1 0%;
|
|
211
219
|
padding: 1.5rem;
|
|
212
220
|
display: flex;
|
|
213
221
|
flex-direction: column;
|
|
214
222
|
}
|
|
215
223
|
|
|
216
|
-
.
|
|
224
|
+
._dd_media_header_1suhr_224 p {
|
|
217
225
|
font-size: 14px;
|
|
218
226
|
line-height: 1.42;
|
|
227
|
+
color: #fff;
|
|
219
228
|
}
|
|
220
229
|
|
|
221
|
-
.
|
|
230
|
+
._dd_media_header_1suhr_224 p[role="heading"] {
|
|
222
231
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
223
232
|
}
|
|
224
233
|
|
|
225
|
-
.
|
|
234
|
+
._mt_8_1suhr_234 {
|
|
226
235
|
margin-top: 8px;
|
|
227
236
|
}
|
|
228
237
|
|
|
229
|
-
.
|
|
238
|
+
._mt_16_1suhr_238 {
|
|
230
239
|
margin-top: 1rem;
|
|
231
240
|
}
|
|
232
241
|
|
|
233
|
-
.
|
|
242
|
+
._ml_8_1suhr_242 {
|
|
234
243
|
margin-left: 8px;
|
|
235
244
|
}
|
|
236
245
|
|
|
237
|
-
.
|
|
246
|
+
._dd_media_cta_1suhr_246 > a:first-child {
|
|
238
247
|
border-radius: 8px;
|
|
239
248
|
color: #1e3860 !important;
|
|
240
249
|
display: inline-block;
|
|
@@ -248,41 +257,41 @@
|
|
|
248
257
|
border: 2px solid transparent;
|
|
249
258
|
}
|
|
250
259
|
|
|
251
|
-
.
|
|
260
|
+
._dd_media_cta_1suhr_246 > a:first-child:hover {
|
|
252
261
|
background-color: transparent;
|
|
253
262
|
border-color: #fff;
|
|
254
|
-
color: #fff;
|
|
263
|
+
color: #fff !important;
|
|
255
264
|
}
|
|
256
265
|
|
|
257
|
-
.
|
|
266
|
+
._dd_media_cta_1suhr_246 > a:nth-child(2) {
|
|
258
267
|
color: #fff;
|
|
259
268
|
margin-top: 8px;
|
|
260
269
|
text-decoration: none;
|
|
261
270
|
display: inline-block;
|
|
262
271
|
}
|
|
263
272
|
|
|
264
|
-
.
|
|
273
|
+
._dd_media_cta_1suhr_246 > a:nth-child(2):hover {
|
|
265
274
|
opacity: 0.8;
|
|
266
275
|
text-decoration: underline;
|
|
267
276
|
}
|
|
268
277
|
|
|
269
|
-
.
|
|
278
|
+
._reversed_row_1suhr_278 {
|
|
270
279
|
flex-direction: row-reverse;
|
|
271
280
|
}
|
|
272
281
|
|
|
273
|
-
.
|
|
282
|
+
._dd_media_cta_1suhr_246 > a:first-child:active {
|
|
274
283
|
background-color: #fff;
|
|
275
284
|
border-color: transparent;
|
|
276
285
|
color: #1e3860 !important;
|
|
277
286
|
}
|
|
278
287
|
|
|
279
|
-
.
|
|
288
|
+
._headline_1suhr_288 > p {
|
|
280
289
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
281
290
|
flex: 1 1 0%;
|
|
282
291
|
color: #1e3860;
|
|
283
292
|
}
|
|
284
293
|
|
|
285
|
-
.
|
|
294
|
+
._nav_anchor_1suhr_294 {
|
|
286
295
|
width: 1.5rem;
|
|
287
296
|
height: 1.5rem;
|
|
288
297
|
aspect-ratio: 1;
|
|
@@ -290,26 +299,26 @@
|
|
|
290
299
|
border-radius: 8px;
|
|
291
300
|
}
|
|
292
301
|
|
|
293
|
-
.
|
|
302
|
+
._headline_cta_1suhr_302 {
|
|
294
303
|
margin-left: 8px;
|
|
295
304
|
}
|
|
296
305
|
|
|
297
|
-
.
|
|
306
|
+
._headline_cta_1suhr_302 > a {
|
|
298
307
|
font-weight: 700;
|
|
299
308
|
line-height: 1.5;
|
|
300
309
|
text-decoration: none;
|
|
301
310
|
color: #1e3860;
|
|
302
311
|
}
|
|
303
312
|
|
|
304
|
-
.
|
|
305
|
-
.
|
|
306
|
-
.
|
|
307
|
-
.
|
|
308
|
-
.
|
|
313
|
+
._sub_nav_link_1suhr_48:hover,
|
|
314
|
+
._signin_wrap_1suhr_50 a:hover,
|
|
315
|
+
._main_nav_link_1suhr_26 a:not(.active):hover,
|
|
316
|
+
._dd_site_navs_1suhr_217 a:hover,
|
|
317
|
+
._site_lists_1suhr_317 a:hover {
|
|
309
318
|
text-decoration: underline;
|
|
310
319
|
}
|
|
311
320
|
|
|
312
|
-
.
|
|
321
|
+
._dd_site_navs_1suhr_217 hr {
|
|
313
322
|
border-style: solid;
|
|
314
323
|
border-width: 1px;
|
|
315
324
|
color: #a0aab3;
|
|
@@ -318,32 +327,32 @@
|
|
|
318
327
|
position: relative;
|
|
319
328
|
}
|
|
320
329
|
|
|
321
|
-
.
|
|
330
|
+
._site_lists_1suhr_317 {
|
|
322
331
|
padding-bottom: 1.5rem;
|
|
323
332
|
display: grid;
|
|
324
333
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
|
325
334
|
gap: 24px;
|
|
326
335
|
}
|
|
327
336
|
|
|
328
|
-
.
|
|
337
|
+
._site_lists_1suhr_317 > * {
|
|
329
338
|
width: 100%;
|
|
330
339
|
}
|
|
331
340
|
|
|
332
|
-
.
|
|
341
|
+
._site_lists_1suhr_317 a {
|
|
333
342
|
color: #323339;
|
|
334
343
|
text-decoration: none;
|
|
335
344
|
}
|
|
336
345
|
|
|
337
|
-
.
|
|
346
|
+
._site_lists_1suhr_317 [role="heading"] {
|
|
338
347
|
color: #1e3860;
|
|
339
348
|
font-weight: 700;
|
|
340
349
|
}
|
|
341
350
|
|
|
342
|
-
.
|
|
351
|
+
._site_lists_1suhr_317 li + li {
|
|
343
352
|
margin-top: 8px;
|
|
344
353
|
}
|
|
345
354
|
|
|
346
|
-
.
|
|
355
|
+
._hamburger_1suhr_355 {
|
|
347
356
|
background: transparent;
|
|
348
357
|
border: none;
|
|
349
358
|
font-size: 0px;
|
|
@@ -351,24 +360,24 @@
|
|
|
351
360
|
outline: none;
|
|
352
361
|
}
|
|
353
362
|
|
|
354
|
-
.
|
|
355
|
-
.
|
|
363
|
+
._hamburger_1suhr_355:hover,
|
|
364
|
+
._mobile_header_1suhr_12 button:hover {
|
|
356
365
|
cursor: pointer;
|
|
357
366
|
opacity: 0.8;
|
|
358
367
|
}
|
|
359
368
|
|
|
360
|
-
.
|
|
369
|
+
._signin_wrap_1suhr_50 > ._mobile_only_1suhr_369 > a {
|
|
361
370
|
color: #4a5560;
|
|
362
371
|
padding: 0;
|
|
363
372
|
line-height: 1;
|
|
364
373
|
}
|
|
365
374
|
|
|
366
|
-
.
|
|
375
|
+
._mobile_logo_1suhr_375 {
|
|
367
376
|
flex: 1 1 0%;
|
|
368
377
|
text-align: center;
|
|
369
378
|
}
|
|
370
379
|
|
|
371
|
-
.
|
|
380
|
+
._highlight_1suhr_380 > a {
|
|
372
381
|
border-bottom: none;
|
|
373
382
|
color: #2f5b88;
|
|
374
383
|
font-weight: 700;
|
|
@@ -376,7 +385,7 @@
|
|
|
376
385
|
}
|
|
377
386
|
|
|
378
387
|
@media (max-width: 1121px) {
|
|
379
|
-
.
|
|
388
|
+
._mobile_logo_1suhr_375 {
|
|
380
389
|
position: absolute;
|
|
381
390
|
transform: translateX(-50%);
|
|
382
391
|
left: 50%;
|
|
@@ -384,18 +393,18 @@
|
|
|
384
393
|
}
|
|
385
394
|
}
|
|
386
395
|
|
|
387
|
-
.
|
|
396
|
+
._mobile_header_1suhr_12 {
|
|
388
397
|
padding-bottom: 1rem;
|
|
389
398
|
display: grid;
|
|
390
399
|
place-items: center;
|
|
391
400
|
border-bottom: 1px solid #ebebeb;
|
|
392
401
|
}
|
|
393
402
|
|
|
394
|
-
.
|
|
403
|
+
._mobile_header_1suhr_12 p {
|
|
395
404
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
396
405
|
}
|
|
397
406
|
|
|
398
|
-
.
|
|
407
|
+
._mobile_header_1suhr_12 button {
|
|
399
408
|
background: none;
|
|
400
409
|
border: none;
|
|
401
410
|
position: absolute;
|
|
@@ -404,7 +413,7 @@
|
|
|
404
413
|
transform: translateY(-50%);
|
|
405
414
|
}
|
|
406
415
|
|
|
407
|
-
.
|
|
416
|
+
._mobile_nav_1suhr_416 {
|
|
408
417
|
border-right: 1px solid #ebebeb;
|
|
409
418
|
left: -100%;
|
|
410
419
|
min-height: 100vh;
|
|
@@ -415,20 +424,20 @@
|
|
|
415
424
|
z-index: 999;
|
|
416
425
|
}
|
|
417
426
|
|
|
418
|
-
.
|
|
427
|
+
._mobile_opened_1suhr_427 {
|
|
419
428
|
left: 0%;
|
|
420
429
|
}
|
|
421
430
|
|
|
422
|
-
body:has(.
|
|
431
|
+
body:has(._mobile_opened_1suhr_427) {
|
|
423
432
|
overflow-y: hidden;
|
|
424
433
|
}
|
|
425
434
|
|
|
426
|
-
.
|
|
435
|
+
._mobile_nav_item_1suhr_435 {
|
|
427
436
|
background-color: #f4f4f4;
|
|
428
437
|
border-bottom: 1px solid #ebebeb;
|
|
429
438
|
}
|
|
430
439
|
|
|
431
|
-
.
|
|
440
|
+
._mobile_nav_item_1suhr_435 > a {
|
|
432
441
|
color: #323339;
|
|
433
442
|
display: flex;
|
|
434
443
|
font-weight: 700;
|
|
@@ -438,13 +447,13 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
438
447
|
width: 100%;
|
|
439
448
|
}
|
|
440
449
|
|
|
441
|
-
.
|
|
450
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450 {
|
|
442
451
|
background-color: #f4f4f4;
|
|
443
452
|
isolation: isolate;
|
|
444
453
|
position: relative;
|
|
445
454
|
}
|
|
446
455
|
|
|
447
|
-
.
|
|
456
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450::before {
|
|
448
457
|
content: "";
|
|
449
458
|
background-color: #ebebeb;
|
|
450
459
|
height: 100%;
|
|
@@ -455,27 +464,27 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
455
464
|
z-index: -1;
|
|
456
465
|
}
|
|
457
466
|
|
|
458
|
-
.
|
|
467
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450 > a {
|
|
459
468
|
color: #1e3860;
|
|
460
469
|
}
|
|
461
470
|
|
|
462
|
-
.
|
|
471
|
+
._icon_wrap_1suhr_471 {
|
|
463
472
|
line-height: 1;
|
|
464
473
|
height: 24px;
|
|
465
474
|
}
|
|
466
475
|
|
|
467
|
-
.
|
|
476
|
+
._mobile_footer_1suhr_476 {
|
|
468
477
|
position: relative;
|
|
469
478
|
width: 100%;
|
|
470
479
|
}
|
|
471
480
|
|
|
472
|
-
.
|
|
481
|
+
._mobile_footer_content_1suhr_481 {
|
|
473
482
|
background-color: #f4f4f4;
|
|
474
483
|
flex: 1 1 0%;
|
|
475
484
|
padding: 16px 24px 16px 40px;
|
|
476
485
|
}
|
|
477
486
|
|
|
478
|
-
.
|
|
487
|
+
._mobile_footer_content_1suhr_481 p {
|
|
479
488
|
line-height: 1.5;
|
|
480
489
|
text-overflow: ellipsis;
|
|
481
490
|
display: -webkit-box;
|
|
@@ -483,17 +492,17 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
483
492
|
-webkit-line-clamp: 2;
|
|
484
493
|
}
|
|
485
494
|
|
|
486
|
-
.
|
|
495
|
+
._mobile_footer_media_1suhr_495 {
|
|
487
496
|
flex-basis: min(42%, 300px);
|
|
488
497
|
background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
|
|
489
498
|
no-repeat 81% / cover;
|
|
490
499
|
}
|
|
491
500
|
|
|
492
|
-
.
|
|
501
|
+
._footer_cta_1suhr_501 {
|
|
493
502
|
margin-top: 3px;
|
|
494
503
|
}
|
|
495
504
|
|
|
496
|
-
.
|
|
505
|
+
._footer_cta_1suhr_501 a {
|
|
497
506
|
border-radius: 4px;
|
|
498
507
|
border: 2px solid transparent;
|
|
499
508
|
color: #fff;
|
|
@@ -503,31 +512,31 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
503
512
|
text-decoration: none;
|
|
504
513
|
}
|
|
505
514
|
|
|
506
|
-
.
|
|
515
|
+
._footer_cta_1suhr_501 a:hover {
|
|
507
516
|
background-color: transparent;
|
|
508
517
|
text-decoration: underline;
|
|
509
518
|
}
|
|
510
519
|
|
|
511
|
-
.
|
|
520
|
+
._footer_cta_1suhr_501 a:active {
|
|
512
521
|
border-color: transparent;
|
|
513
522
|
color: #fff;
|
|
514
523
|
}
|
|
515
524
|
|
|
516
|
-
.
|
|
525
|
+
._mobile_footer_1suhr_476 > .flex_row {
|
|
517
526
|
min-height: 112px;
|
|
518
527
|
}
|
|
519
528
|
|
|
520
|
-
.
|
|
529
|
+
._inner_wrapper_1suhr_529 {
|
|
521
530
|
max-height: 100vh;
|
|
522
531
|
overflow-y: scroll;
|
|
523
532
|
}
|
|
524
533
|
|
|
525
|
-
.
|
|
534
|
+
._btn_1suhr_534 {
|
|
526
535
|
display: block;
|
|
527
536
|
position: relative;
|
|
528
537
|
}
|
|
529
538
|
|
|
530
|
-
.
|
|
539
|
+
._sub_menu_1suhr_539 {
|
|
531
540
|
overflow: hidden;
|
|
532
541
|
max-height: 0;
|
|
533
542
|
transition: max-height 0.8s ease-out;
|
|
@@ -535,8 +544,8 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
535
544
|
overflow-y: scroll;
|
|
536
545
|
}
|
|
537
546
|
|
|
538
|
-
.
|
|
539
|
-
.
|
|
547
|
+
._sub_menu_1suhr_539 a,
|
|
548
|
+
._sub_menu_1suhr_539 span {
|
|
540
549
|
display: block;
|
|
541
550
|
padding: 12px 14px 12px 64px;
|
|
542
551
|
position: relative;
|
|
@@ -544,15 +553,15 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
544
553
|
text-decoration: none;
|
|
545
554
|
}
|
|
546
555
|
|
|
547
|
-
.
|
|
556
|
+
._sub_menu_1suhr_539 ._main_1suhr_26 {
|
|
548
557
|
font-weight: 700;
|
|
549
558
|
}
|
|
550
559
|
|
|
551
|
-
.
|
|
560
|
+
._sub_menu_1suhr_539 > * {
|
|
552
561
|
border-top: 1px solid #ebebeb;
|
|
553
562
|
}
|
|
554
563
|
|
|
555
|
-
.
|
|
564
|
+
._dd_footer_1suhr_564 {
|
|
556
565
|
justify-content: flex-end;
|
|
557
566
|
flex: 1 1 0%;
|
|
558
567
|
align-items: end;
|
|
@@ -561,58 +570,58 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
561
570
|
}
|
|
562
571
|
|
|
563
572
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
564
|
-
.
|
|
573
|
+
._wrapper_1suhr_5 {
|
|
565
574
|
width: calc(100% - 28px);
|
|
566
575
|
}
|
|
567
576
|
|
|
568
|
-
.
|
|
577
|
+
._dd_wrapper_1suhr_201 > ._wrapper_1suhr_5 {
|
|
569
578
|
width: 100%;
|
|
570
579
|
}
|
|
571
|
-
.
|
|
580
|
+
._main_nav_link_1suhr_26 > a {
|
|
572
581
|
padding: 4px 6px;
|
|
573
582
|
font-size: 15px;
|
|
574
583
|
}
|
|
575
|
-
.
|
|
584
|
+
._desktop_only_1suhr_584 > a {
|
|
576
585
|
font-size: 15px;
|
|
577
586
|
}
|
|
578
587
|
}
|
|
579
588
|
|
|
580
589
|
@media (max-width: 1023px) {
|
|
581
|
-
.
|
|
590
|
+
._desktop_only_1suhr_584 {
|
|
582
591
|
display: none !important;
|
|
583
592
|
}
|
|
584
593
|
}
|
|
585
594
|
|
|
586
595
|
@media (max-width: 768px) {
|
|
587
|
-
.
|
|
596
|
+
._wrapper_1suhr_5 {
|
|
588
597
|
width: calc(100% - 48px);
|
|
589
598
|
}
|
|
590
599
|
|
|
591
|
-
.
|
|
600
|
+
._mobile_header_1suhr_12 button {
|
|
592
601
|
right: 1.5rem;
|
|
593
602
|
}
|
|
594
603
|
|
|
595
|
-
.
|
|
604
|
+
._mobile_nav_item_1suhr_435 > a {
|
|
596
605
|
padding: 16px 24px;
|
|
597
606
|
}
|
|
598
607
|
|
|
599
|
-
.
|
|
600
|
-
.
|
|
608
|
+
._sub_menu_1suhr_539 a,
|
|
609
|
+
._sub_menu_1suhr_539 span {
|
|
601
610
|
padding-left: 48px;
|
|
602
611
|
}
|
|
603
612
|
|
|
604
|
-
.
|
|
613
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450::before {
|
|
605
614
|
right: 72px;
|
|
606
615
|
}
|
|
607
616
|
|
|
608
|
-
.
|
|
617
|
+
._mobile_footer_content_1suhr_481 {
|
|
609
618
|
padding-right: 15px;
|
|
610
619
|
padding-left: 24px;
|
|
611
620
|
}
|
|
612
621
|
}
|
|
613
622
|
|
|
614
623
|
@media (max-width: 450px) {
|
|
615
|
-
.
|
|
624
|
+
._footer_cta_1suhr_501 a {
|
|
616
625
|
white-space: break-spaces;
|
|
617
626
|
width: 100%;
|
|
618
627
|
text-align: center;
|
|
@@ -620,7 +629,7 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
620
629
|
}
|
|
621
630
|
|
|
622
631
|
@media (min-width: 1024px) {
|
|
623
|
-
.
|
|
632
|
+
._mobile_only_1suhr_369 {
|
|
624
633
|
display: none !important;
|
|
625
634
|
}
|
|
626
635
|
}
|
|
@@ -88,22 +88,22 @@
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
@media (min-width: 1024px) {
|
|
91
|
-
._18ygy9m5:has(:nth-child(5):last-child) {
|
|
91
|
+
._18ygy9m5:has(> :nth-child(5):last-child) {
|
|
92
92
|
grid-template-columns: repeat(4,1fr);
|
|
93
93
|
}
|
|
94
|
-
._18ygy9m5:has(:nth-child(5):last-child) > * {
|
|
94
|
+
._18ygy9m5:has(> :nth-child(5):last-child) > * {
|
|
95
95
|
grid-column: span 2;
|
|
96
96
|
}
|
|
97
|
-
._18ygy9m5:has(:nth-child(5):last-child) > *:last-child {
|
|
97
|
+
._18ygy9m5:has(> :nth-child(5):last-child) > *:last-child {
|
|
98
98
|
grid-column: 2 / span 2;
|
|
99
99
|
}
|
|
100
|
-
._18ygy9m5:has(:nth-child(7):last-child) {
|
|
100
|
+
._18ygy9m5:has(> :nth-child(7):last-child) {
|
|
101
101
|
grid-template-columns: repeat(4,1fr);
|
|
102
102
|
}
|
|
103
|
-
._18ygy9m5:has(:nth-child(7):last-child) > * {
|
|
103
|
+
._18ygy9m5:has(> :nth-child(7):last-child) > * {
|
|
104
104
|
grid-column: span 2;
|
|
105
105
|
}
|
|
106
|
-
._18ygy9m5:has(:nth-child(7):last-child) > *:last-child {
|
|
106
|
+
._18ygy9m5:has(> :nth-child(7):last-child) > *:last-child {
|
|
107
107
|
grid-column: 2 / span 2;
|
|
108
108
|
}
|
|
109
109
|
}
|