@axos-web-dev/shared-components 0.0.18 → 0.0.19

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.
@@ -60,6 +60,16 @@ export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{
60
60
  };
61
61
  large: {
62
62
  padding: "12px 64px";
63
+ selectors: {};
64
+ "@media": {
65
+ "screen and (max-width: 280px)": {
66
+ padding: "12px 8px";
67
+ fontSize: number;
68
+ };
69
+ "screen and (max-width: 370px)": {
70
+ padding: "11px 1.5rem";
71
+ };
72
+ };
63
73
  };
64
74
  };
65
75
  disabled: {
@@ -2,13 +2,27 @@ import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { footerContent, footerParagraph, iconsContent, footerDisclosure } from "./FooterDisclosure.css.js";
4
4
  const FooterContent = (props) => {
5
- return /* @__PURE__ */ jsx("div", { className: clsx(footerContent, props.className), style: props.style, children: props.children });
5
+ return /* @__PURE__ */ jsx(
6
+ "div",
7
+ {
8
+ className: clsx(footerContent, props.className, "containment"),
9
+ style: props.style,
10
+ children: props.children
11
+ }
12
+ );
6
13
  };
7
14
  const FooterParagraph = (props) => {
8
15
  return /* @__PURE__ */ jsx("div", { className: clsx(footerParagraph, props.className), style: props.style, children: props.children });
9
16
  };
10
17
  const FooterIcons = (props) => {
11
- return /* @__PURE__ */ jsx("div", { className: clsx(iconsContent, props.className), style: props.style, children: props.children });
18
+ return /* @__PURE__ */ jsx(
19
+ "div",
20
+ {
21
+ className: clsx(iconsContent, props.className, "containment"),
22
+ style: props.style,
23
+ children: props.children
24
+ }
25
+ );
12
26
  };
13
27
  const FooterDisclosure = (props) => {
14
28
  return /* @__PURE__ */ jsx(
@@ -1,2 +1,2 @@
1
- export { footerContent, footerDisclosure, footerLink, footerParagraph, iconsContent, } from './FooterDisclosure.css';
2
- export { FooterContent, FooterDisclosure, FooterIcons, FooterParagraph, } from './FooterDisclosure';
1
+ export * from './FooterDisclosure.css';
2
+ export * from './FooterDisclosure';
@@ -1,56 +1,56 @@
1
- const header = "_header_n9jyn_1";
2
- const wrapper = "_wrapper_n9jyn_5";
3
- const header_main_row = "_header_main_row_n9jyn_11";
4
- const mobile_header = "_mobile_header_n9jyn_12";
5
- const logo_wrap = "_logo_wrap_n9jyn_18";
6
- const primary_links = "_primary_links_n9jyn_22";
7
- const main_nav_link = "_main_nav_link_n9jyn_26";
8
- const sub_nav_link = "_sub_nav_link_n9jyn_48";
9
- const signin_wrap = "_signin_wrap_n9jyn_50";
10
- const signin_btn = "_signin_btn_n9jyn_51";
11
- const sub_nav = "_sub_nav_n9jyn_48";
12
- const header_sub_row = "_header_sub_row_n9jyn_93";
13
- const signin_dropdown = "_signin_dropdown_n9jyn_109";
14
- const shadow = "_shadow_n9jyn_119";
15
- const signin_header = "_signin_header_n9jyn_127";
16
- const signin_subheader = "_signin_subheader_n9jyn_134";
17
- const opacity = "_opacity_n9jyn_156";
18
- const fadeInDown = "_fadeInDown_n9jyn_1";
19
- const footer = "_footer_n9jyn_162";
20
- const open = "_open_n9jyn_178";
21
- const dd_wrapper = "_dd_wrapper_n9jyn_190";
22
- const dd_media = "_dd_media_n9jyn_195";
23
- const dd_media_img = "_dd_media_img_n9jyn_200";
24
- const dd_site_navs = "_dd_site_navs_n9jyn_204";
25
- const dd_media_header = "_dd_media_header_n9jyn_211";
26
- const mt_8 = "_mt_8_n9jyn_220";
27
- const mt_16 = "_mt_16_n9jyn_224";
28
- const ml_8 = "_ml_8_n9jyn_228";
29
- const dd_media_cta = "_dd_media_cta_n9jyn_232";
30
- const reversed_row = "_reversed_row_n9jyn_246";
31
- const headline = "_headline_n9jyn_262";
32
- const nav_anchor = "_nav_anchor_n9jyn_268";
33
- const headline_cta = "_headline_cta_n9jyn_276";
34
- const site_lists = "_site_lists_n9jyn_291";
35
- const hamburger = "_hamburger_n9jyn_326";
36
- const mobile_only = "_mobile_only_n9jyn_340";
37
- const mobile_logo = "_mobile_logo_n9jyn_346";
38
- const highlight = "_highlight_n9jyn_351";
39
- const mobile_nav = "_mobile_nav_n9jyn_385";
40
- const mobile_opened = "_mobile_opened_n9jyn_395";
41
- const mobile_nav_item = "_mobile_nav_item_n9jyn_400";
42
- const has_dropdown = "_has_dropdown_n9jyn_415";
43
- const icon_wrap = "_icon_wrap_n9jyn_436";
44
- const mobile_footer = "_mobile_footer_n9jyn_441";
45
- const mobile_footer_content = "_mobile_footer_content_n9jyn_447";
46
- const mobile_footer_media = "_mobile_footer_media_n9jyn_461";
47
- const footer_cta = "_footer_cta_n9jyn_467";
48
- const inner_wrapper = "_inner_wrapper_n9jyn_495";
49
- const btn = "_btn_n9jyn_500";
50
- const sub_menu = "_sub_menu_n9jyn_505";
51
- const main = "_main_n9jyn_26";
52
- const dd_footer = "_dd_footer_n9jyn_530";
53
- const desktop_only = "_desktop_only_n9jyn_549";
1
+ const header = "_header_1en9p_1";
2
+ const wrapper = "_wrapper_1en9p_5";
3
+ const header_main_row = "_header_main_row_1en9p_11";
4
+ const mobile_header = "_mobile_header_1en9p_12";
5
+ const logo_wrap = "_logo_wrap_1en9p_18";
6
+ const primary_links = "_primary_links_1en9p_22";
7
+ const main_nav_link = "_main_nav_link_1en9p_26";
8
+ const sub_nav_link = "_sub_nav_link_1en9p_48";
9
+ const signin_wrap = "_signin_wrap_1en9p_50";
10
+ const signin_btn = "_signin_btn_1en9p_51";
11
+ const sub_nav = "_sub_nav_1en9p_48";
12
+ const header_sub_row = "_header_sub_row_1en9p_93";
13
+ const signin_dropdown = "_signin_dropdown_1en9p_109";
14
+ const shadow = "_shadow_1en9p_119";
15
+ const signin_header = "_signin_header_1en9p_127";
16
+ const signin_subheader = "_signin_subheader_1en9p_134";
17
+ const opacity = "_opacity_1en9p_156";
18
+ const fadeInDown = "_fadeInDown_1en9p_1";
19
+ const footer = "_footer_1en9p_162";
20
+ const open = "_open_1en9p_178";
21
+ const dd_wrapper = "_dd_wrapper_1en9p_190";
22
+ const dd_media = "_dd_media_1en9p_195";
23
+ const dd_media_img = "_dd_media_img_1en9p_200";
24
+ const dd_site_navs = "_dd_site_navs_1en9p_204";
25
+ const dd_media_header = "_dd_media_header_1en9p_211";
26
+ const mt_8 = "_mt_8_1en9p_220";
27
+ const mt_16 = "_mt_16_1en9p_224";
28
+ const ml_8 = "_ml_8_1en9p_228";
29
+ const dd_media_cta = "_dd_media_cta_1en9p_232";
30
+ const reversed_row = "_reversed_row_1en9p_246";
31
+ const headline = "_headline_1en9p_262";
32
+ const nav_anchor = "_nav_anchor_1en9p_268";
33
+ const headline_cta = "_headline_cta_1en9p_276";
34
+ const site_lists = "_site_lists_1en9p_291";
35
+ const hamburger = "_hamburger_1en9p_326";
36
+ const mobile_only = "_mobile_only_1en9p_340";
37
+ const mobile_logo = "_mobile_logo_1en9p_346";
38
+ const highlight = "_highlight_1en9p_351";
39
+ const mobile_nav = "_mobile_nav_1en9p_385";
40
+ const mobile_opened = "_mobile_opened_1en9p_395";
41
+ const mobile_nav_item = "_mobile_nav_item_1en9p_400";
42
+ const has_dropdown = "_has_dropdown_1en9p_415";
43
+ const icon_wrap = "_icon_wrap_1en9p_436";
44
+ const mobile_footer = "_mobile_footer_1en9p_441";
45
+ const mobile_footer_content = "_mobile_footer_content_1en9p_447";
46
+ const mobile_footer_media = "_mobile_footer_media_1en9p_461";
47
+ const footer_cta = "_footer_cta_1en9p_467";
48
+ const inner_wrapper = "_inner_wrapper_1en9p_495";
49
+ const btn = "_btn_1en9p_500";
50
+ const sub_menu = "_sub_menu_1en9p_505";
51
+ const main = "_main_1en9p_26";
52
+ const dd_footer = "_dd_footer_1en9p_530";
53
+ const desktop_only = "_desktop_only_1en9p_549";
54
54
  const styles = {
55
55
  header,
56
56
  wrapper,
@@ -174,7 +174,7 @@ function NavBar() {
174
174
  id: "signin-drop-menu",
175
175
  children: [
176
176
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
177
- /* @__PURE__ */ jsx("a", { href: "#", className: styles.signin_header, children: "Personal" }),
177
+ /* @__PURE__ */ jsx("span", { className: styles.signin_header, children: "Personal" }),
178
178
  /* @__PURE__ */ jsx("ul", { className: "list_unstyled", children: /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
179
179
  "a",
180
180
  {
@@ -185,7 +185,7 @@ function NavBar() {
185
185
  ) }) })
186
186
  ] }),
187
187
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
188
- /* @__PURE__ */ jsx("a", { href: "#", className: `${styles.signin_header}`, children: "Business" }),
188
+ /* @__PURE__ */ jsx("span", { className: `${styles.signin_header}`, children: "Business" }),
189
189
  /* @__PURE__ */ jsx("ul", { className: "list_unstyled", children: /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
190
190
  "a",
191
191
  {
@@ -197,9 +197,8 @@ function NavBar() {
197
197
  ] }),
198
198
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
199
199
  /* @__PURE__ */ jsx(
200
- "a",
200
+ "span",
201
201
  {
202
- href: "#",
203
202
  role: "menuitem",
204
203
  className: `${styles.signin_header}`,
205
204
  children: "Advisors"
@@ -213,21 +212,7 @@ function NavBar() {
213
212
  children: "Advisor Login"
214
213
  }
215
214
  ) }) })
216
- ] }),
217
- /* @__PURE__ */ jsx(
218
- "li",
219
- {
220
- className: `${styles.signin_subheader} ${styles.footer} relative`,
221
- children: /* @__PURE__ */ jsx(
222
- "a",
223
- {
224
- href: "{AXOSBANK}/Return-to-Application",
225
- role: "menuitem",
226
- children: "Return to Application"
227
- }
228
- )
229
- }
230
- )
215
+ ] })
231
216
  ]
232
217
  }
233
218
  ) })
@@ -377,6 +362,15 @@ function NavBar() {
377
362
  }
378
363
  ) }),
379
364
  /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx("a", { href: "/rias", role: "button", className: "flex_row between", children: "RIAs" }) }),
365
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
366
+ "a",
367
+ {
368
+ href: "/resources",
369
+ role: "button",
370
+ className: "flex_row between",
371
+ children: "Resources"
372
+ }
373
+ ) }),
380
374
  /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
381
375
  "a",
382
376
  {
@@ -1,6 +1,6 @@
1
+ /* empty css */
1
2
  /* empty css */
2
3
  /* empty css */
3
- /* empty css */
4
4
  /* empty css */
5
5
  var show = "_16puo4g0";
6
6
  var video_title = "_16puo4g1";
@@ -29,13 +29,13 @@ const VideoTile = ({
29
29
  };
30
30
  return /* @__PURE__ */ jsxs("div", { id: `id_${id}`, className: `flex center`, children: [
31
31
  /* @__PURE__ */ jsx(VideoInit, {}),
32
- /* @__PURE__ */ jsxs("div", { className: `containment ${video_container} flex flex_col`, children: [
32
+ /* @__PURE__ */ jsxs("div", { className: `containment ${video_container} flex_col`, children: [
33
33
  title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
34
34
  /* @__PURE__ */ jsx(
35
35
  "div",
36
36
  {
37
37
  id: "",
38
- className: `${mb_8} ${vidyard_height} vidyard-player-container rounded`,
38
+ className: `${mb_8} ${vidyard_height} vidyard-player-container rounded bordered`,
39
39
  "data-uuid": videoId,
40
40
  children: /* @__PURE__ */ jsx(
41
41
  "img",
@@ -1,2 +1,3 @@
1
+ export declare const grid_wrapper: string;
1
2
  export declare const grid_2: string;
2
3
  export declare const grid_3: string;
@@ -1,7 +1,9 @@
1
1
  /* empty css */
2
- var grid_2 = "_2i5u4u0";
3
- var grid_3 = "_2i5u4u1";
2
+ var grid_wrapper = "_2i5u4u0";
3
+ var grid_2 = "_2i5u4u1";
4
+ var grid_3 = "_2i5u4u2";
4
5
  export {
5
6
  grid_2,
6
- grid_3
7
+ grid_3,
8
+ grid_wrapper
7
9
  };
@@ -1,11 +1,11 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import "next/script.js";
3
3
  import { VideoTile } from "../VideoTile/VideoTile.js";
4
+ /* empty css */
4
5
  /* empty css */
5
6
  /* empty css */
6
- /* empty css */
7
7
  /* empty css */
8
- import { grid_3, grid_2 } from "./VideoWrapper.css.js";
8
+ import { grid_wrapper, grid_3, grid_2 } from "./VideoWrapper.css.js";
9
9
  const VideoWrapper = ({
10
10
  title,
11
11
  videoTiles,
@@ -17,24 +17,29 @@ const VideoWrapper = ({
17
17
  {
18
18
  id: `id_${id}`,
19
19
  style: backgroundColor ? { backgroundColor } : {},
20
- className: "containment",
21
- children: /* @__PURE__ */ jsxs("section", { children: [
20
+ children: /* @__PURE__ */ jsx("section", { children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
22
21
  /* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
23
- /* @__PURE__ */ jsx("div", { className: `${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`, children: videoTiles == null ? void 0 : videoTiles.map((videoItem, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
24
- VideoTile,
22
+ /* @__PURE__ */ jsx(
23
+ "div",
25
24
  {
26
- id: videoItem.id,
27
- title: videoItem == null ? void 0 : videoItem.title,
28
- videoId: videoItem == null ? void 0 : videoItem.videoId,
29
- thumbnailImage: videoItem == null ? void 0 : videoItem.thumbnailImage,
30
- displayType: videoItem == null ? void 0 : videoItem.displayType,
31
- maxWidth: (videoItem == null ? void 0 : videoItem.maxWidth) || "588px",
32
- videoPlayer: videoItem.displayType,
33
- transcript: videoItem == null ? void 0 : videoItem.transcript
34
- },
35
- index
36
- ) })) })
37
- ] })
25
+ className: `${grid_wrapper} ${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`,
26
+ children: videoTiles == null ? void 0 : videoTiles.map((videoItem, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
27
+ VideoTile,
28
+ {
29
+ id: videoItem.id,
30
+ title: videoItem == null ? void 0 : videoItem.title,
31
+ videoId: videoItem == null ? void 0 : videoItem.videoId,
32
+ thumbnailImage: videoItem == null ? void 0 : videoItem.thumbnailImage,
33
+ displayType: videoItem == null ? void 0 : videoItem.displayType,
34
+ maxWidth: (videoItem == null ? void 0 : videoItem.maxWidth) || "588px",
35
+ videoPlayer: videoItem.displayType,
36
+ transcript: videoItem == null ? void 0 : videoItem.transcript
37
+ },
38
+ index
39
+ ) }))
40
+ }
41
+ )
42
+ ] }) })
38
43
  },
39
44
  id
40
45
  );
@@ -6,9 +6,9 @@
6
6
  -webkit-transition-duration: 0.15s;
7
7
  -o-transition-duration: 0.15s;
8
8
  transition-duration: 0.15s;
9
- -webkit-transition-property: color,background-color,border-color;
10
- -o-transition-property: color,background-color,border-color;
11
- transition-property: color,background-color,border-color;
9
+ -webkit-transition-property: color,background-color,border-color,width;
10
+ -o-transition-property: color,background-color,border-color,width;
11
+ transition-property: color,background-color,border-color,width;
12
12
  -webkit-transition-timing-function: linear;
13
13
  -o-transition-timing-function: linear;
14
14
  transition-timing-function: linear;
@@ -134,4 +134,15 @@
134
134
  ._13pdpuji {
135
135
  height: 28px;
136
136
  padding: 4px 32px 4px 32px;
137
+ }
138
+ @media screen and (max-width: 280px) {
139
+ ._13pdpuj7 {
140
+ padding: 12px 8px;
141
+ font-size: 14px;
142
+ }
143
+ }
144
+ @media screen and (max-width: 370px) {
145
+ ._13pdpuj7 {
146
+ padding: 11px 1.5rem;
147
+ }
137
148
  }
@@ -30,6 +30,7 @@ details[open] .ph6wj62 {
30
30
  padding-bottom: 12px;
31
31
  }
32
32
  .ph6wj63 {
33
+ font-size: 18px;
33
34
  max-width: 80%;
34
35
  list-style: none;
35
36
  text-overflow: ellipsis;
@@ -41,7 +42,15 @@ details[open] .ph6wj62 {
41
42
  background-color: #F4F4F4;
42
43
  padding-top: 0;
43
44
  }
44
- .ph6wj64 ul, .ph6wj64 ol {
45
- margin-block: 1rem;
46
- margin-inline-start: 3rem;
45
+ .ph6wj64 li + li {
46
+ margin-top: 7px;
47
+ }
48
+ .ph6wj64 ol {
49
+ padding-bottom: 1rem;
50
+ }
51
+ .ph6wj64 ul {
52
+ padding-bottom: 1rem;
53
+ }
54
+ details summary::-webkit-details-marker {
55
+ display: none;
47
56
  }
@@ -1,7 +1,7 @@
1
1
  ._1a6b3vu0 {
2
2
  color: #ffffff;
3
3
  background-color: #4A5560;
4
- padding: 32px 24px;
4
+ padding: 32px 0;
5
5
  width: 100%;
6
6
  }
7
7
  ._1a6b3vu1 {
@@ -23,14 +23,8 @@
23
23
  ._1a6b3vu4:hover {
24
24
  opacity: 0.8;
25
25
  }
26
- @media screen and (min-width: 1280px) {
27
- ._1a6b3vu0 {
28
- padding-inline: 40px;
29
- }
30
- }
31
26
  @media screen and (min-width: 1920px) {
32
27
  ._1a6b3vu0 {
33
- padding-inline: 360px;
34
28
  padding-top: 32px;
35
29
  padding-bottom: 32px;
36
30
  }
@@ -36,7 +36,6 @@
36
36
  max-width: 604px;
37
37
  max-height: 510px;
38
38
  object-fit: cover;
39
- aspect-ratio: 1 / 1;
40
39
  }
41
40
  ._1ye8k3fb {
42
41
  display: block;
@@ -1,43 +1,43 @@
1
- ._header_n9jyn_1 {
1
+ ._header_1en9p_1 {
2
2
  border-bottom: 1px solid #ebebeb;
3
3
  }
4
4
 
5
- ._wrapper_n9jyn_5 {
5
+ ._wrapper_1en9p_5 {
6
6
  width: calc(100% - 80px);
7
7
  margin-left: auto;
8
8
  margin-right: auto;
9
9
  }
10
10
 
11
- ._header_main_row_n9jyn_11,
12
- ._mobile_header_n9jyn_12 {
11
+ ._header_main_row_1en9p_11,
12
+ ._mobile_header_1en9p_12 {
13
13
  min-height: 80px;
14
14
  padding-top: 1rem;
15
15
  padding-bottom: 0.5rem;
16
16
  }
17
17
 
18
- ._logo_wrap_n9jyn_18 {
18
+ ._logo_wrap_1en9p_18 {
19
19
  padding: 9px 6px;
20
20
  }
21
21
 
22
- ._primary_links_n9jyn_22 {
22
+ ._primary_links_1en9p_22 {
23
23
  margin-left: 30px;
24
24
  }
25
25
 
26
- ._main_nav_link_n9jyn_26 {
26
+ ._main_nav_link_1en9p_26 {
27
27
  padding: 10px 8px;
28
28
  text-align: center;
29
29
  }
30
30
 
31
- ._main_nav_link_n9jyn_26 .active {
31
+ ._main_nav_link_1en9p_26 .active {
32
32
  border-color: currentColor;
33
33
  transition: border-color 0.5s ease;
34
34
  }
35
35
 
36
- ._main_nav_link_n9jyn_26 .active {
36
+ ._main_nav_link_1en9p_26 .active {
37
37
  font-weight: 700;
38
38
  }
39
39
 
40
- ._main_nav_link_n9jyn_26 > a {
40
+ ._main_nav_link_1en9p_26 > a {
41
41
  color: #1e3860;
42
42
  display: inline-block;
43
43
  font-size: 16px;
@@ -45,26 +45,26 @@
45
45
  border-bottom: 4px solid transparent;
46
46
  }
47
47
 
48
- ._sub_nav_link_n9jyn_48 a,
49
- ._main_nav_link_n9jyn_26 a,
50
- ._signin_wrap_n9jyn_50 a,
51
- ._signin_btn_n9jyn_51 {
48
+ ._sub_nav_link_1en9p_48 a,
49
+ ._main_nav_link_1en9p_26 a,
50
+ ._signin_wrap_1en9p_50 a,
51
+ ._signin_btn_1en9p_51 {
52
52
  text-decoration: none;
53
53
  transition: opacity 0.3s ease;
54
54
  }
55
55
 
56
- ._sub_nav_link_n9jyn_48:hover,
57
- ._main_nav_link_n9jyn_26 a:hover,
58
- ._signin_wrap_n9jyn_50 a:hover {
56
+ ._sub_nav_link_1en9p_48:hover,
57
+ ._main_nav_link_1en9p_26 a:hover,
58
+ ._signin_wrap_1en9p_50 a:hover {
59
59
  opacity: 0.8;
60
60
  }
61
61
 
62
- ._signin_wrap_n9jyn_50 .link {
62
+ ._signin_wrap_1en9p_50 .link {
63
63
  text-decoration: none;
64
64
  padding: 8px;
65
65
  }
66
66
 
67
- ._signin_btn_n9jyn_51 {
67
+ ._signin_btn_1en9p_51 {
68
68
  border: none;
69
69
  color: #fff;
70
70
  padding: 11px 24px;
@@ -76,37 +76,37 @@
76
76
  cursor: pointer;
77
77
  }
78
78
 
79
- ._signin_btn_n9jyn_51:hover {
79
+ ._signin_btn_1en9p_51:hover {
80
80
  color: var(--colors-primary-textButton__1073cm85);
81
81
  background-color: var(--colors-primary-backgroundButton__1073cm86);
82
82
  opacity: 0.9;
83
83
  }
84
84
 
85
- ._signin_btn_n9jyn_51 > span {
85
+ ._signin_btn_1en9p_51 > span {
86
86
  margin-right: 8px;
87
87
  }
88
88
 
89
- ._sub_nav_n9jyn_48 {
89
+ ._sub_nav_1en9p_48 {
90
90
  background-color: var(--primary-theme-color);
91
91
  }
92
92
 
93
- ._header_sub_row_n9jyn_93 {
93
+ ._header_sub_row_1en9p_93 {
94
94
  padding-block: 12px;
95
95
  min-height: 48px;
96
96
  }
97
97
 
98
- ._sub_nav_link_n9jyn_48 {
98
+ ._sub_nav_link_1en9p_48 {
99
99
  padding-inline: 1rem;
100
100
  text-align: center;
101
101
  color: #fff;
102
102
  }
103
103
 
104
- ._sub_nav_link_n9jyn_48 a {
104
+ ._sub_nav_link_1en9p_48 a {
105
105
  font-weight: 500;
106
106
  line-height: 1.5;
107
107
  }
108
108
 
109
- ._signin_dropdown_n9jyn_109 {
109
+ ._signin_dropdown_1en9p_109 {
110
110
  min-width: 288px;
111
111
  padding: 1.5rem 1rem;
112
112
  position: absolute;
@@ -116,32 +116,32 @@
116
116
  display: none;
117
117
  }
118
118
 
119
- ._shadow_n9jyn_119 {
119
+ ._shadow_1en9p_119 {
120
120
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
121
121
  }
122
122
 
123
- ._signin_dropdown_n9jyn_109 li[role="heading"] {
123
+ ._signin_dropdown_1en9p_109 li[role="heading"] {
124
124
  margin-top: 1px;
125
125
  }
126
126
 
127
- ._signin_header_n9jyn_127 {
127
+ ._signin_header_1en9p_127 {
128
128
  color: #323339;
129
129
  font-weight: 700;
130
130
  padding: 0.5rem 1rem;
131
131
  text-align: left;
132
132
  }
133
133
 
134
- ._signin_subheader_n9jyn_134 {
134
+ ._signin_subheader_1en9p_134 {
135
135
  color: #2f5b88;
136
136
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
137
137
  }
138
138
 
139
- ._signin_header_n9jyn_127,
140
- ._signin_subheader_n9jyn_134 a {
139
+ ._signin_header_1en9p_127,
140
+ ._signin_subheader_1en9p_134 a {
141
141
  line-height: 1.5;
142
142
  }
143
143
 
144
- @keyframes _fadeInDown_n9jyn_1 {
144
+ @keyframes _fadeInDown_1en9p_1 {
145
145
  from {
146
146
  opacity: 0;
147
147
  transform: translate3d(0, -1%, 0);
@@ -153,18 +153,18 @@
153
153
  }
154
154
  }
155
155
 
156
- ._opacity_n9jyn_156 {
156
+ ._opacity_1en9p_156 {
157
157
  animation-duration: 0.5s;
158
158
  animation-fill-mode: both;
159
- animation-name: _fadeInDown_n9jyn_1;
159
+ animation-name: _fadeInDown_1en9p_1;
160
160
  }
161
161
 
162
- ._footer_n9jyn_162 {
162
+ ._footer_1en9p_162 {
163
163
  margin-top: 0.5rem;
164
164
  padding-top: 1rem;
165
165
  }
166
166
 
167
- ._footer_n9jyn_162::before {
167
+ ._footer_1en9p_162::before {
168
168
  content: "";
169
169
  background-color: #8f8f8f;
170
170
  height: 2px;
@@ -175,61 +175,61 @@
175
175
  width: 94%;
176
176
  }
177
177
 
178
- ._open_n9jyn_178 {
178
+ ._open_1en9p_178 {
179
179
  opacity: 0.8;
180
180
  }
181
181
 
182
- ._open_n9jyn_178 > svg {
182
+ ._open_1en9p_178 > svg {
183
183
  transform: scaleY(-1);
184
184
  }
185
185
 
186
- ._open_n9jyn_178 + ._signin_dropdown_n9jyn_109 {
186
+ ._open_1en9p_178 + ._signin_dropdown_1en9p_109 {
187
187
  display: block;
188
188
  }
189
189
 
190
- ._dd_wrapper_n9jyn_190 {
190
+ ._dd_wrapper_1en9p_190 {
191
191
  z-index: 1203;
192
192
  max-width: 1440px;
193
193
  }
194
194
 
195
- ._dd_media_n9jyn_195 {
195
+ ._dd_media_1en9p_195 {
196
196
  padding: 1.5rem;
197
197
  width: 280px;
198
198
  }
199
199
 
200
- ._dd_media_img_n9jyn_200 {
200
+ ._dd_media_img_1en9p_200 {
201
201
  min-height: 232px;
202
202
  }
203
203
 
204
- ._dd_site_navs_n9jyn_204 {
204
+ ._dd_site_navs_1en9p_204 {
205
205
  flex: 1 1 0%;
206
206
  padding: 1.5rem;
207
207
  display: flex;
208
208
  flex-direction: column;
209
209
  }
210
210
 
211
- ._dd_media_header_n9jyn_211 p {
211
+ ._dd_media_header_1en9p_211 p {
212
212
  font-size: 14px;
213
213
  line-height: 1.42;
214
214
  }
215
215
 
216
- ._dd_media_header_n9jyn_211 p[role="heading"] {
216
+ ._dd_media_header_1en9p_211 p[role="heading"] {
217
217
  font: 600 1.25rem/ 1.4 var(--header-font-family);
218
218
  }
219
219
 
220
- ._mt_8_n9jyn_220 {
220
+ ._mt_8_1en9p_220 {
221
221
  margin-top: 8px;
222
222
  }
223
223
 
224
- ._mt_16_n9jyn_224 {
224
+ ._mt_16_1en9p_224 {
225
225
  margin-top: 1rem;
226
226
  }
227
227
 
228
- ._ml_8_n9jyn_228 {
228
+ ._ml_8_1en9p_228 {
229
229
  margin-left: 8px;
230
230
  }
231
231
 
232
- ._dd_media_cta_n9jyn_232 > a {
232
+ ._dd_media_cta_1en9p_232 > a {
233
233
  border-radius: 8px;
234
234
  color: #1e3860 !important;
235
235
  display: inline-block;
@@ -243,29 +243,29 @@
243
243
  border: 2px solid transparent;
244
244
  }
245
245
 
246
- ._reversed_row_n9jyn_246 {
246
+ ._reversed_row_1en9p_246 {
247
247
  flex-direction: row-reverse;
248
248
  }
249
249
 
250
- ._dd_media_cta_n9jyn_232 > a:hover {
250
+ ._dd_media_cta_1en9p_232 > a:hover {
251
251
  background-color: transparent;
252
252
  border-color: #fff;
253
253
  color: #fff;
254
254
  }
255
255
 
256
- ._dd_media_cta_n9jyn_232 > a:active {
256
+ ._dd_media_cta_1en9p_232 > a:active {
257
257
  background-color: #fff;
258
258
  border-color: transparent;
259
259
  color: #1e3860 !important;
260
260
  }
261
261
 
262
- ._headline_n9jyn_262 > p {
262
+ ._headline_1en9p_262 > p {
263
263
  font: 600 1.5rem / 1.33 var(--header-font-family);
264
264
  flex: 1 1 0%;
265
265
  color: #1e3860;
266
266
  }
267
267
 
268
- ._nav_anchor_n9jyn_268 {
268
+ ._nav_anchor_1en9p_268 {
269
269
  width: 1.5rem;
270
270
  height: 1.5rem;
271
271
  aspect-ratio: 1;
@@ -273,26 +273,26 @@
273
273
  border-radius: 8px;
274
274
  }
275
275
 
276
- ._headline_cta_n9jyn_276 {
276
+ ._headline_cta_1en9p_276 {
277
277
  margin-left: 8px;
278
278
  }
279
279
 
280
- ._headline_cta_n9jyn_276 > a {
280
+ ._headline_cta_1en9p_276 > a {
281
281
  font-weight: 700;
282
282
  line-height: 1.5;
283
283
  text-decoration: none;
284
284
  color: #1e3860;
285
285
  }
286
286
 
287
- ._sub_nav_link_n9jyn_48:hover,
288
- ._signin_wrap_n9jyn_50 a:hover,
289
- ._main_nav_link_n9jyn_26 a:not(.active):hover,
290
- ._dd_site_navs_n9jyn_204 a:hover,
291
- ._site_lists_n9jyn_291 a:hover {
287
+ ._sub_nav_link_1en9p_48:hover,
288
+ ._signin_wrap_1en9p_50 a:hover,
289
+ ._main_nav_link_1en9p_26 a:not(.active):hover,
290
+ ._dd_site_navs_1en9p_204 a:hover,
291
+ ._site_lists_1en9p_291 a:hover {
292
292
  text-decoration: underline;
293
293
  }
294
294
 
295
- ._dd_site_navs_n9jyn_204 hr {
295
+ ._dd_site_navs_1en9p_204 hr {
296
296
  border-style: solid;
297
297
  border-width: 1px;
298
298
  color: #a0aab3;
@@ -301,29 +301,29 @@
301
301
  position: relative;
302
302
  }
303
303
 
304
- ._site_lists_n9jyn_291 {
304
+ ._site_lists_1en9p_291 {
305
305
  padding-bottom: 1.5rem;
306
306
  }
307
307
 
308
- ._site_lists_n9jyn_291 > * {
308
+ ._site_lists_1en9p_291 > * {
309
309
  width: 100%;
310
310
  }
311
311
 
312
- ._site_lists_n9jyn_291 a {
312
+ ._site_lists_1en9p_291 a {
313
313
  color: #323339;
314
314
  text-decoration: none;
315
315
  }
316
316
 
317
- ._site_lists_n9jyn_291 [role="heading"] {
317
+ ._site_lists_1en9p_291 [role="heading"] {
318
318
  color: #1e3860;
319
319
  font-weight: 700;
320
320
  }
321
321
 
322
- ._site_lists_n9jyn_291 li + li {
322
+ ._site_lists_1en9p_291 li + li {
323
323
  margin-top: 8px;
324
324
  }
325
325
 
326
- ._hamburger_n9jyn_326 {
326
+ ._hamburger_1en9p_326 {
327
327
  background: transparent;
328
328
  border: none;
329
329
  font-size: 0px;
@@ -331,30 +331,30 @@
331
331
  outline: none;
332
332
  }
333
333
 
334
- ._hamburger_n9jyn_326:hover,
335
- ._mobile_header_n9jyn_12 button:hover {
334
+ ._hamburger_1en9p_326:hover,
335
+ ._mobile_header_1en9p_12 button:hover {
336
336
  cursor: pointer;
337
337
  opacity: 0.8;
338
338
  }
339
339
 
340
- ._signin_wrap_n9jyn_50 > ._mobile_only_n9jyn_340 > a {
340
+ ._signin_wrap_1en9p_50 > ._mobile_only_1en9p_340 > a {
341
341
  color: #4a5560;
342
342
  padding: 0;
343
343
  line-height: 1;
344
344
  }
345
345
 
346
- ._mobile_logo_n9jyn_346 {
346
+ ._mobile_logo_1en9p_346 {
347
347
  flex: 1 1 0%;
348
348
  text-align: center;
349
349
  }
350
350
 
351
- ._highlight_n9jyn_351 > a {
351
+ ._highlight_1en9p_351 > a {
352
352
  color: #2f5b88;
353
353
  font-weight: 700;
354
354
  }
355
355
 
356
356
  @media (max-width: 1121px) {
357
- ._mobile_logo_n9jyn_346 {
357
+ ._mobile_logo_1en9p_346 {
358
358
  position: absolute;
359
359
  transform: translateX(-50%);
360
360
  left: 50%;
@@ -362,18 +362,18 @@
362
362
  }
363
363
  }
364
364
 
365
- ._mobile_header_n9jyn_12 {
365
+ ._mobile_header_1en9p_12 {
366
366
  padding-bottom: 1rem;
367
367
  display: grid;
368
368
  place-items: center;
369
369
  border-bottom: 1px solid #ebebeb;
370
370
  }
371
371
 
372
- ._mobile_header_n9jyn_12 p {
372
+ ._mobile_header_1en9p_12 p {
373
373
  font: 400 20px / 1.3 var(--header-font-family);
374
374
  }
375
375
 
376
- ._mobile_header_n9jyn_12 button {
376
+ ._mobile_header_1en9p_12 button {
377
377
  background: none;
378
378
  border: none;
379
379
  position: absolute;
@@ -382,7 +382,7 @@
382
382
  transform: translateY(-50%);
383
383
  }
384
384
 
385
- ._mobile_nav_n9jyn_385 {
385
+ ._mobile_nav_1en9p_385 {
386
386
  border-right: 1px solid #ebebeb;
387
387
  left: -100%;
388
388
  min-height: 100vh;
@@ -392,17 +392,17 @@
392
392
  width: 100%;
393
393
  }
394
394
 
395
- ._mobile_opened_n9jyn_395 {
395
+ ._mobile_opened_1en9p_395 {
396
396
  left: 0%;
397
397
  z-index: 999;
398
398
  }
399
399
 
400
- ._mobile_nav_item_n9jyn_400 {
401
- background-color: #fff;
400
+ ._mobile_nav_item_1en9p_400 {
401
+ background-color: #f4f4f4;
402
402
  border-bottom: 1px solid #ebebeb;
403
403
  }
404
404
 
405
- ._mobile_nav_item_n9jyn_400 > a {
405
+ ._mobile_nav_item_1en9p_400 > a {
406
406
  color: #323339;
407
407
  display: flex;
408
408
  font-weight: 700;
@@ -412,13 +412,13 @@
412
412
  width: 100%;
413
413
  }
414
414
 
415
- ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415 {
415
+ ._mobile_nav_item_1en9p_400._has_dropdown_1en9p_415 {
416
416
  background-color: #f4f4f4;
417
417
  isolation: isolate;
418
418
  position: relative;
419
419
  }
420
420
 
421
- ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415::before {
421
+ ._mobile_nav_item_1en9p_400._has_dropdown_1en9p_415::before {
422
422
  content: "";
423
423
  background-color: #ebebeb;
424
424
  height: 100%;
@@ -429,28 +429,28 @@
429
429
  z-index: -1;
430
430
  }
431
431
 
432
- ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415 > a {
432
+ ._mobile_nav_item_1en9p_400._has_dropdown_1en9p_415 > a {
433
433
  color: #1e3860;
434
434
  }
435
435
 
436
- ._icon_wrap_n9jyn_436 {
436
+ ._icon_wrap_1en9p_436 {
437
437
  line-height: 1;
438
438
  height: 24px;
439
439
  }
440
440
 
441
- ._mobile_footer_n9jyn_441 {
441
+ ._mobile_footer_1en9p_441 {
442
442
  position: fixed;
443
443
  bottom: 0;
444
444
  width: 100%;
445
445
  }
446
446
 
447
- ._mobile_footer_content_n9jyn_447 {
447
+ ._mobile_footer_content_1en9p_447 {
448
448
  background-color: #f4f4f4;
449
449
  flex: 1 1 0%;
450
450
  padding: 16px 24px 16px 40px;
451
451
  }
452
452
 
453
- ._mobile_footer_content_n9jyn_447 p {
453
+ ._mobile_footer_content_1en9p_447 p {
454
454
  line-height: 1.5;
455
455
  text-overflow: ellipsis;
456
456
  display: -webkit-box;
@@ -458,17 +458,17 @@
458
458
  -webkit-line-clamp: 2;
459
459
  }
460
460
 
461
- ._mobile_footer_media_n9jyn_461 {
461
+ ._mobile_footer_media_1en9p_461 {
462
462
  flex-basis: 42%;
463
463
  background: url("https://images.axos.com/o9ov1v03uwqk/7ate9BSYQwX7C90HBTnGAD/88abd5ba41a63dbdea77bcb09a683432/mobile-ad.jpg")
464
464
  no-repeat center center / cover;
465
465
  }
466
466
 
467
- ._footer_cta_n9jyn_467 {
467
+ ._footer_cta_1en9p_467 {
468
468
  margin-top: 3px;
469
469
  }
470
470
 
471
- ._footer_cta_n9jyn_467 a {
471
+ ._footer_cta_1en9p_467 a {
472
472
  border-radius: 4px;
473
473
  border: 2px solid transparent;
474
474
  color: #fff;
@@ -478,31 +478,31 @@
478
478
  text-decoration: none;
479
479
  }
480
480
 
481
- ._footer_cta_n9jyn_467 a:hover {
481
+ ._footer_cta_1en9p_467 a:hover {
482
482
  background-color: transparent;
483
483
  text-decoration: underline;
484
484
  }
485
485
 
486
- ._footer_cta_n9jyn_467 a:active {
486
+ ._footer_cta_1en9p_467 a:active {
487
487
  border-color: transparent;
488
488
  color: #fff;
489
489
  }
490
490
 
491
- ._mobile_footer_n9jyn_441 > .flex_row {
491
+ ._mobile_footer_1en9p_441 > .flex_row {
492
492
  min-height: 112px;
493
493
  }
494
494
 
495
- ._inner_wrapper_n9jyn_495 {
495
+ ._inner_wrapper_1en9p_495 {
496
496
  max-height: calc(100vh - 117px);
497
497
  overflow-y: scroll;
498
498
  }
499
499
 
500
- ._btn_n9jyn_500 {
500
+ ._btn_1en9p_500 {
501
501
  display: block;
502
502
  position: relative;
503
503
  }
504
504
 
505
- ._sub_menu_n9jyn_505 {
505
+ ._sub_menu_1en9p_505 {
506
506
  overflow: hidden;
507
507
  max-height: 0;
508
508
  transition: max-height 0.8s ease-out;
@@ -510,8 +510,8 @@
510
510
  overflow-y: scroll;
511
511
  }
512
512
 
513
- ._sub_menu_n9jyn_505 a,
514
- ._sub_menu_n9jyn_505 span {
513
+ ._sub_menu_1en9p_505 a,
514
+ ._sub_menu_1en9p_505 span {
515
515
  display: block;
516
516
  padding: 12px 14px 12px 64px;
517
517
  position: relative;
@@ -519,15 +519,15 @@
519
519
  text-decoration: none;
520
520
  }
521
521
 
522
- ._sub_menu_n9jyn_505 ._main_n9jyn_26 {
522
+ ._sub_menu_1en9p_505 ._main_1en9p_26 {
523
523
  font-weight: 700;
524
524
  }
525
525
 
526
- ._sub_menu_n9jyn_505 a + a {
526
+ ._sub_menu_1en9p_505 a + a {
527
527
  border-top: 1px solid #ebebeb;
528
528
  }
529
529
 
530
- ._dd_footer_n9jyn_530 {
530
+ ._dd_footer_1en9p_530 {
531
531
  justify-content: flex-end;
532
532
  flex: 1 1 0%;
533
533
  align-items: end;
@@ -536,51 +536,51 @@
536
536
  }
537
537
 
538
538
  @media (max-width: 1280px) and (min-width: 1121px) {
539
- ._wrapper_n9jyn_5 {
539
+ ._wrapper_1en9p_5 {
540
540
  width: calc(100% - 28px);
541
541
  }
542
542
 
543
- ._dd_wrapper_n9jyn_190 > ._wrapper_n9jyn_5 {
543
+ ._dd_wrapper_1en9p_190 > ._wrapper_1en9p_5 {
544
544
  width: 100%;
545
545
  }
546
546
  }
547
547
 
548
548
  @media (max-width: 1120px) {
549
- ._desktop_only_n9jyn_549 {
549
+ ._desktop_only_1en9p_549 {
550
550
  display: none !important;
551
551
  }
552
552
  }
553
553
 
554
554
  @media (max-width: 768px) {
555
- ._wrapper_n9jyn_5 {
555
+ ._wrapper_1en9p_5 {
556
556
  width: calc(100% - 48px);
557
557
  }
558
558
 
559
- ._mobile_header_n9jyn_12 button {
559
+ ._mobile_header_1en9p_12 button {
560
560
  right: 1.5rem;
561
561
  }
562
562
 
563
- ._mobile_nav_item_n9jyn_400 > a {
563
+ ._mobile_nav_item_1en9p_400 > a {
564
564
  padding: 16px 24px;
565
565
  }
566
566
 
567
- ._sub_menu_n9jyn_505 a,
568
- ._sub_menu_n9jyn_505 span {
567
+ ._sub_menu_1en9p_505 a,
568
+ ._sub_menu_1en9p_505 span {
569
569
  padding-left: 48px;
570
570
  }
571
571
 
572
- ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415::before {
572
+ ._mobile_nav_item_1en9p_400._has_dropdown_1en9p_415::before {
573
573
  right: 72px;
574
574
  }
575
575
 
576
- ._mobile_footer_content_n9jyn_447 {
576
+ ._mobile_footer_content_1en9p_447 {
577
577
  padding-right: 15px;
578
578
  padding-left: 24px;
579
579
  }
580
580
  }
581
581
 
582
582
  @media (max-width: 450px) {
583
- ._footer_cta_n9jyn_467 a {
583
+ ._footer_cta_1en9p_467 a {
584
584
  white-space: break-spaces;
585
585
  width: 100%;
586
586
  text-align: center;
@@ -588,7 +588,7 @@
588
588
  }
589
589
 
590
590
  @media (min-width: 1121px) {
591
- ._mobile_only_n9jyn_340 {
591
+ ._mobile_only_1en9p_340 {
592
592
  display: none !important;
593
593
  }
594
594
  }
@@ -10,5 +10,4 @@
10
10
  ._16g7rvn2 {
11
11
  margin: 1em 0;
12
12
  padding-left: 1.5em;
13
- list-style: auto !important;
14
13
  }
@@ -61,4 +61,9 @@
61
61
  ._16puo4g4 {
62
62
  grid-column: span 12!important;
63
63
  }
64
+ }
65
+ @media screen and (min-width:1024px) {
66
+ ._16puo4g4 {
67
+ width: 100%;
68
+ }
64
69
  }
@@ -1,16 +1,19 @@
1
1
  ._2i5u4u0 {
2
2
  display: grid;
3
- grid-template-columns: repeat(12, 1fr);
3
+ grid-template-columns: repeat(12,1fr);
4
4
  gap: 1.5rem;
5
5
  }
6
- ._2i5u4u1 {
7
- display: grid;
8
- grid-template-columns: repeat(12, 1fr);
9
- gap: 1.5rem;
10
- }
11
- ._2i5u4u0 > div {
6
+ ._2i5u4u1 > div {
12
7
  grid-column: span 6;
13
8
  }
14
- ._2i5u4u1 > div {
9
+ ._2i5u4u2 > div {
15
10
  grid-column: span 4;
11
+ }
12
+ @media (max-width: 1023px) {
13
+ ._2i5u4u1 > div {
14
+ grid-column: span 12;
15
+ }
16
+ ._2i5u4u2 > div {
17
+ grid-column: span 12;
18
+ }
16
19
  }
@@ -33,6 +33,9 @@ body {
33
33
  p {
34
34
  margin-bottom: 10px;
35
35
  }
36
+ li p {
37
+ margin-bottom: 0;
38
+ }
36
39
  p:last-child {
37
40
  margin-bottom: 0;
38
41
  }
@@ -42,7 +45,8 @@ p:only-child {
42
45
  .containment {
43
46
  width: min(1200px, calc(100% - 4rem));
44
47
  box-sizing: border-box;
45
- margin-inline: auto;
48
+ margin-left: auto;
49
+ margin-right: auto;
46
50
  }
47
51
  .section_spacer {
48
52
  margin-top: 3.5rem;
@@ -226,7 +230,8 @@ hide {
226
230
  display: none !important;
227
231
  }
228
232
  .section_header {
229
- margin-inline: auto;
233
+ margin-left: auto;
234
+ margin-right: auto;
230
235
  margin-bottom: 2.5rem;
231
236
  max-width: 49.5rem;
232
237
  text-align: center;
@@ -23,9 +23,6 @@ input, button, textarea, select {
23
23
  p, h1, h2, h3, h4, h5, h6 {
24
24
  overflow-wrap: break-word;
25
25
  }
26
- ul[class], ol[class] {
27
- list-style: none;
28
- }
29
26
  #__next {
30
27
  isolation: isolate;
31
28
  }
package/dist/main.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from './FaqAccordion';
13
13
  export * from './FooterDisclosure';
14
14
  export * from './Forms';
15
15
  export * from './HeroBanner';
16
+ export * from './Hyperlink';
16
17
  export * from './IconBillboard';
17
18
  export * from './ImageBillboard';
18
19
  export * from './Input';
package/dist/main.js CHANGED
@@ -21,6 +21,7 @@ import { RenderWebForm, renderSwitch } from "./Forms/RenderForm.js";
21
21
  import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFieldsForm.js";
22
22
  import { ScheduleCall } from "./Forms/ScheduleCall.js";
23
23
  import { HeroBanner } from "./HeroBanner/index.js";
24
+ import { Hyperlink } from "./Hyperlink/index.js";
24
25
  import { IconBillboard } from "./IconBillboard/IconBillboard.js";
25
26
  import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
26
27
  import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
@@ -108,6 +109,7 @@ export {
108
109
  GlobalContextProvider,
109
110
  GoBackButton,
110
111
  HeroBanner,
112
+ Hyperlink,
111
113
  IconBillboard,
112
114
  IconBillboardSet,
113
115
  ImageBillboard,
@@ -6,10 +6,12 @@ const moreDomains = {
6
6
  "{NATIONWIDE}": "https://www.nationwide.axosbank.com",
7
7
  // '{ENROLLMENT}': process.env.NEXT_PUBLIC_ENROLLMENT_URL as string,
8
8
  // '{SECENROLLMENT}': process.env.NEXT_PUBLIC_ENROLLMENT2_URL as string,
9
- "{ASSETSURL}": "https://assets.ctfassets.net",
10
- "{IMAGEASSETSURL}": "https://images.ctfassets.net",
9
+ "{ASSETSURL}": "https://assets.axos.com",
10
+ "{IMAGEASSETSURL}": "https://images.axos.com",
11
11
  "{ONLINEBANKING}": "https://onlinebanking.uat.axsobank.com",
12
- "{UFBDIRECT": "https://www.ufbdirect.com"
12
+ "{UFBDIRECT}": "https://www.ufbdirect.com"
13
+ // "assets.axos.com": "https://assets.axos.com",
14
+ // "images.axos.com": "https://images.axos.com",
13
15
  };
14
16
  const isAllowedUrl = (url) => {
15
17
  const uri = new URL(url, location.href);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",