@axos-web-dev/shared-components 2.0.0-dev.3-evo-ui.2 → 2.0.0-dev.30-toast
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/ATMLocator/ATMLocator.js +7 -5
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/index.js +1 -1
- package/dist/Article/Article.js +1 -1
- package/dist/Auth/ErrorAlert.js +8 -6
- package/dist/Button/Button.js +26 -6
- package/dist/Calculators/AnnualFeeCalculator/index.js +2 -2
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
- package/dist/Calculators/ApyCalculator/index.js +583 -293
- package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.d.ts +95 -0
- package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.js +101 -0
- package/dist/Calculators/ApyCalculatorUserTest/index.d.ts +12 -0
- package/dist/Calculators/ApyCalculatorUserTest/index.js +618 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +2 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +19 -7
- package/dist/Calculators/MarginTradingCalculator/index.js +8 -6
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +2 -2
- package/dist/Calculators/MaxLoanCalculator/index.js +2 -2
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +2 -2
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +21 -1
- package/dist/Calculators/calculator.css.js +3 -3
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/Carousel/index.js +9 -7
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +5 -0
- package/dist/Chatbot/AnimatedGradientBorder.css.js +13 -3
- package/dist/Chatbot/AudioManager.d.ts +19 -0
- package/dist/Chatbot/AudioManager.js +61 -0
- package/dist/Chatbot/Bubble.css.js +1 -0
- package/dist/Chatbot/Bubble.d.ts +1 -0
- package/dist/Chatbot/Bubble.js +3 -12
- package/dist/Chatbot/Chat.js +17 -7
- package/dist/Chatbot/ChatWindow.css.d.ts +8 -0
- package/dist/Chatbot/ChatWindow.css.js +49 -33
- package/dist/Chatbot/ChatWindow.js +459 -366
- package/dist/Chatbot/Chatbot.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +13 -2
- package/dist/Chatbot/Chatbot.js +200 -84
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +189 -160
- package/dist/Chatbot/EllipsisAnimation.js +0 -6
- package/dist/Chatbot/ExpandChatToggle.d.ts +8 -0
- package/dist/Chatbot/ExpandChatToggle.js +74 -0
- package/dist/Chatbot/index.js +11 -2
- package/dist/Chatbot/store/chat.d.ts +8 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chatbot/useHeadlessChat.js +1 -2
- package/dist/Chevron/index.js +10 -5
- package/dist/Comparison/Comparison.css.js +3 -2
- package/dist/Comparison/Comparison.js +7 -5
- package/dist/ContentBanner/index.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +115 -106
- package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
- package/dist/FaqAccordion/index.js +8 -6
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +26 -6
- package/dist/Forms/ApplyNow.js +8 -6
- package/dist/Forms/BoatMooringLocation.d.ts +6 -1
- package/dist/Forms/BoatMooringLocation.js +145 -8
- package/dist/Forms/ContactUsBusiness.js +9 -7
- package/dist/Forms/ContactUsBusinessNameEmail.js +9 -7
- package/dist/Forms/ContactUsNMLSId.js +9 -7
- package/dist/Forms/ContactUsSchwabAAS.d.ts +11 -0
- package/dist/Forms/ContactUsSchwabAAS.js +263 -0
- package/dist/Forms/CpraRequest.js +8 -6
- package/dist/Forms/CraPublicFile.js +9 -7
- package/dist/Forms/EmailOnly.js +10 -8
- package/dist/Forms/FormEnums.js +2 -2
- package/dist/Forms/MortgageRate/MortgageRateForm.js +9 -7
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +8 -6
- package/dist/Forms/MortgageWarehouseLending.d.ts +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +16 -14
- package/dist/Forms/SuccesForm.js +9 -7
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
- package/dist/HeroBanner/HeroBanner.css.js +19 -16
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +6 -1
- package/dist/HeroBanner/HeroBanner.js +54 -183
- package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
- package/dist/HeroBanner/HeroVideoPoster.js +24 -0
- package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
- package/dist/HeroBanner/LargeBanner.css.js +22 -8
- package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
- package/dist/HeroBanner/LargeHeroBanner.js +228 -0
- package/dist/HeroBanner/index.js +3 -2
- package/dist/Hyperlink/index.js +9 -7
- package/dist/IconBillboard/IconBillboard.css.js +2 -1
- package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/IconBillboard/sections/CallToActionSection.js +3 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +4 -1
- package/dist/ImageLink/ImageLink.js +7 -5
- package/dist/ImageLink/ImageLinkSet.js +6 -4
- package/dist/ImageLink/index.js +8 -6
- package/dist/ImageToast/ImageToast.css.d.ts +5 -0
- package/dist/ImageToast/ImageToast.css.js +13 -0
- package/dist/ImageToast/index.d.ts +9 -0
- package/dist/ImageToast/index.js +188 -0
- package/dist/Input/Checkbox.js +2 -2
- package/dist/Input/DownPaymentInput.js +1 -1
- package/dist/Input/Dropdown.js +1 -1
- package/dist/Input/Input.js +1 -1
- package/dist/Input/InputTextArea.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +8 -6
- package/dist/Insight/Featured/Featured.js +10 -8
- package/dist/Insight/Featured/Header.js +8 -6
- package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
- package/dist/Modal/Modal.js +8 -6
- package/dist/Modal/contextApi/store.d.ts +0 -3
- package/dist/Modal/contextApi/store.js +88 -2
- package/dist/NavigationMenu/AxosALTS/index.js +7 -5
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +7 -5
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +13 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +30 -25
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +78 -41
- package/dist/NavigationMenu/AxosBank/index.js +50 -32
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -43
- package/dist/NavigationMenu/AxosFiduciary/index.js +0 -1
- package/dist/NavigationMenu/LaVictoire/index.js +8 -6
- package/dist/NavigationMenu/Navbar.js +9 -7
- package/dist/NavigationMenu/SignInNavButton.js +10 -8
- package/dist/PageNavItem/PageNavItem.js +1 -1
- package/dist/SetContainer/SetContainer.css.d.ts +1 -0
- package/dist/SetContainer/SetContainer.css.js +5 -3
- package/dist/SetContainer/SetContainer.js +15 -7
- package/dist/SetContainer/index.js +2 -1
- package/dist/SocialMediaBar/iconsRepository.js +8 -6
- package/dist/StepItem/StepItem.js +1 -1
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Table/Table.css.d.ts +14 -1
- package/dist/Table/Table.css.js +21 -19
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +5 -3
- package/dist/Topic/Topic.js +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.d.ts +0 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.js +2 -4
- package/dist/TopicalNavItem/TopicalNavItem.js +11 -33
- package/dist/TopicalNavItem/index.js +1 -2
- package/dist/VideoTile/VideoTile.js +7 -5
- package/dist/VideoWrapper/index.js +8 -6
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
- package/dist/assets/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css +424 -0
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +2 -2
- package/dist/assets/Calculators/calculator.css +25 -15
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +104 -24
- package/dist/assets/Chatbot/Bubble.css +25 -7
- package/dist/assets/Chatbot/ChatWindow.css +181 -88
- package/dist/assets/Comparison/Comparison.css +2 -2
- package/dist/assets/DownloadTile/DownloadTile.css +7 -0
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +38 -14
- package/dist/assets/HeroBanner/HeroBanner.css +83 -65
- package/dist/assets/HeroBanner/LargeBanner.css +126 -59
- package/dist/assets/IconBillboard/IconBillboard.css +33 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
- package/dist/assets/ImageToast/ImageToast.css +33 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +49 -49
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +88 -88
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +82 -82
- package/dist/assets/SetContainer/SetContainer.css +25 -15
- package/dist/assets/Table/Table.css +85 -76
- package/dist/assets/TextBlock/TextBlock.css +7 -0
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +25 -52
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +29 -4
- package/dist/assets/VideoTile/VideoTile.css +6 -0
- package/dist/assets/globals.css +9 -9
- package/dist/assets/notification.mp3.js +4 -0
- package/dist/assets/themes/axos.css +8 -7
- package/dist/assets/themes/premier.css +9 -8
- package/dist/assets/themes/ufb.css +9 -8
- package/dist/assets/themes/victorie.css +9 -8
- package/dist/main.js +24 -8
- package/dist/themes/axos.css.d.ts +1 -0
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/dist/utils/appendQueryParams.d.ts +3 -1
- package/dist/utils/appendQueryParams.js +66 -66
- package/dist/utils/getPosition.d.ts +1 -0
- package/dist/utils/getPosition.js +17 -0
- package/dist/utils/index.js +3 -1
- package/dist/utils/tealiumOrganicFallback.d.ts +21 -0
- package/dist/utils/tealiumOrganicFallback.js +26 -0
- package/dist/utils/useVisibility.d.ts +1 -0
- package/dist/utils/useVisibility.js +18 -0
- package/dist/utils/variant.types.d.ts +1 -0
- package/dist/vite-env.d.js +1 -0
- package/package.json +3 -3
- package/dist/Chatbot/authenticate.d.ts +0 -3
- package/dist/Chatbot/authenticate.js +0 -16
- package/dist/assets/Chatbot/Chatbot.css +0 -3
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_1f8vh_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_1f8vh_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_1f8vh_11,
|
|
12
|
+
._mobile_header_1f8vh_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_1f8vh_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_1f8vh_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_1f8vh_26 {
|
|
27
27
|
margin: 0 auto;
|
|
28
28
|
width: 94%;
|
|
29
29
|
max-width: 1640px;
|
|
30
30
|
justify-content: space-between;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
._main_nav_link_1f8vh_33 {
|
|
34
34
|
padding: 10px 8px;
|
|
35
35
|
text-align: center;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._main_nav_link_1f8vh_33 .active {
|
|
39
39
|
border-color: currentColor;
|
|
40
40
|
transition: border-color 0.5s ease;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
._main_nav_link_1f8vh_33 .active {
|
|
44
44
|
font-weight: 700;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._main_nav_link_1f8vh_33 > a {
|
|
48
48
|
color: #1e3860;
|
|
49
49
|
display: inline-block;
|
|
50
50
|
font-size: 18px;
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
border-bottom: 4px solid transparent;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
55
|
+
._sub_nav_link_1f8vh_55 a,
|
|
56
|
+
._main_nav_link_1f8vh_33 a,
|
|
57
|
+
._signin_wrap_1f8vh_57 a,
|
|
58
|
+
._signin_btn_1f8vh_58 {
|
|
59
59
|
text-decoration: none;
|
|
60
60
|
transition: opacity 0.3s ease;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
63
|
+
._sub_nav_link_1f8vh_55:hover,
|
|
64
|
+
._main_nav_link_1f8vh_33 a:hover,
|
|
65
|
+
._signin_wrap_1f8vh_57 a:hover {
|
|
66
66
|
opacity: 0.8;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._signin_wrap_1f8vh_57 .link {
|
|
70
70
|
text-decoration: none;
|
|
71
71
|
padding: 8px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._signin_btn_1f8vh_58 {
|
|
75
75
|
background-color: #2f5b88;
|
|
76
76
|
border: none;
|
|
77
77
|
color: #fff;
|
|
@@ -84,39 +84,39 @@
|
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
._signin_btn_1f8vh_58:hover {
|
|
88
88
|
opacity: 0.9;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
._signin_btn_1f8vh_58 > span {
|
|
92
92
|
margin-right: 8px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
._sub_nav_1f8vh_55 {
|
|
96
96
|
background-color: #1e3860;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
99
|
+
._header_sub_row_1f8vh_99 {
|
|
100
100
|
padding-block: 12px;
|
|
101
101
|
min-height: 48px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._sub_nav_link_1f8vh_55 {
|
|
105
105
|
padding-inline: 1rem;
|
|
106
106
|
text-align: center;
|
|
107
107
|
color: #fff;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
._sub_nav_link_1f8vh_55 a {
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 1.5;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._shadow_1f8vh_115 {
|
|
116
116
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
@keyframes
|
|
119
|
+
@keyframes _fadeInDown_1f8vh_1 {
|
|
120
120
|
from {
|
|
121
121
|
opacity: 0;
|
|
122
122
|
transform: translate3d(0, -1%, 0);
|
|
@@ -128,18 +128,18 @@
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._opacity_1f8vh_131 {
|
|
132
132
|
animation-duration: 0.5s;
|
|
133
133
|
animation-fill-mode: both;
|
|
134
|
-
animation-name:
|
|
134
|
+
animation-name: _fadeInDown_1f8vh_1;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._footer_1f8vh_137 {
|
|
138
138
|
margin-top: 0.5rem;
|
|
139
139
|
padding-top: 1rem;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
._footer_1f8vh_137::before {
|
|
143
143
|
content: "";
|
|
144
144
|
background-color: #8f8f8f;
|
|
145
145
|
height: 2px;
|
|
@@ -150,31 +150,31 @@
|
|
|
150
150
|
width: 94%;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
._open_1f8vh_153 {
|
|
154
154
|
opacity: 0.8;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
._open_1f8vh_153 > img {
|
|
158
158
|
transform: scaleY(-1);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
._mt_8_1f8vh_161 {
|
|
162
162
|
margin-top: 8px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
._mt_16_1f8vh_165 {
|
|
166
166
|
margin-top: 1rem;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
._ml_8_1f8vh_169 {
|
|
170
170
|
margin-left: 8px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
._reversed_row_1f8vh_173 {
|
|
174
174
|
flex-direction: row-reverse;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
._nav_anchor_1f8vh_177 {
|
|
178
178
|
width: 1.5rem;
|
|
179
179
|
height: 1.5rem;
|
|
180
180
|
aspect-ratio: 1;
|
|
@@ -182,14 +182,14 @@
|
|
|
182
182
|
border-radius: 8px;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
186
|
-
.
|
|
187
|
-
.
|
|
188
|
-
.
|
|
185
|
+
._sub_nav_link_1f8vh_55:hover,
|
|
186
|
+
._signin_wrap_1f8vh_57 a:hover,
|
|
187
|
+
._main_nav_link_1f8vh_33 a:not(.active):hover,
|
|
188
|
+
._site_lists_1f8vh_188 a:hover {
|
|
189
189
|
text-decoration: underline;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
._hamburger_1f8vh_192 {
|
|
193
193
|
background: transparent;
|
|
194
194
|
border: none;
|
|
195
195
|
font-size: 0px;
|
|
@@ -197,29 +197,29 @@
|
|
|
197
197
|
outline: none;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
201
|
-
.
|
|
200
|
+
._hamburger_1f8vh_192:hover,
|
|
201
|
+
._mobile_header_1f8vh_12 button:hover {
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
opacity: 0.8;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
._mobile_logo_1f8vh_206 {
|
|
207
207
|
flex: 1 1 0%;
|
|
208
208
|
text-align: center;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._mobile_header_1f8vh_12 {
|
|
212
212
|
padding-bottom: 1rem;
|
|
213
213
|
display: grid;
|
|
214
214
|
place-items: center;
|
|
215
215
|
border-bottom: 1px solid #ebebeb;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
._mobile_header_1f8vh_12 p {
|
|
219
219
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
._mobile_header_1f8vh_12 button {
|
|
223
223
|
position: absolute;
|
|
224
224
|
top: 50%;
|
|
225
225
|
transform: translateY(-50%);
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
border: none;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
._mobile_nav_1f8vh_231 {
|
|
232
232
|
border-right: 1px solid #ebebeb;
|
|
233
233
|
left: -100%;
|
|
234
234
|
min-height: 100vh;
|
|
@@ -239,20 +239,20 @@
|
|
|
239
239
|
z-index: 9999999;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.
|
|
242
|
+
._mobile_opened_1f8vh_242 {
|
|
243
243
|
left: 0%;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
body:has(.
|
|
246
|
+
body:has(._mobile_opened_1f8vh_242) {
|
|
247
247
|
overflow-y: hidden;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
._mobile_nav_item_1f8vh_250 {
|
|
251
251
|
background-color: #f4f4f4;
|
|
252
252
|
border-bottom: 1px solid #ebebeb;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.
|
|
255
|
+
._mobile_nav_item_1f8vh_250 > a {
|
|
256
256
|
color: #333d46;
|
|
257
257
|
display: flex;
|
|
258
258
|
font-weight: 700;
|
|
@@ -262,23 +262,23 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
262
262
|
width: 100%;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
.
|
|
265
|
+
._icon_wrap_1f8vh_265 {
|
|
266
266
|
line-height: 1;
|
|
267
267
|
height: 24px;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.
|
|
270
|
+
._mobile_footer_1f8vh_270 {
|
|
271
271
|
position: relative;
|
|
272
272
|
width: 100%;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.
|
|
275
|
+
._mobile_footer_content_1f8vh_275 {
|
|
276
276
|
background-color: #f4f4f4;
|
|
277
277
|
flex: 1 1 0%;
|
|
278
278
|
padding: 16px 24px 16px 40px;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
._mobile_footer_content_1f8vh_275 p {
|
|
282
282
|
line-height: 1.5;
|
|
283
283
|
text-overflow: ellipsis;
|
|
284
284
|
display: -webkit-box;
|
|
@@ -287,18 +287,18 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
287
287
|
line-clamp: 2;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.
|
|
290
|
+
._mobile_footer_media_1f8vh_290 {
|
|
291
291
|
flex-basis: 42%;
|
|
292
292
|
background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
|
|
293
293
|
no-repeat right center / cover;
|
|
294
294
|
background-color: #f4f4f4;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
.
|
|
297
|
+
._footer_cta_1f8vh_297 {
|
|
298
298
|
margin-top: 3px;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.
|
|
301
|
+
._footer_cta_1f8vh_297 a {
|
|
302
302
|
background-color: #2f5b88;
|
|
303
303
|
border-radius: 4px;
|
|
304
304
|
border: 2px solid transparent;
|
|
@@ -309,41 +309,41 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
309
309
|
text-decoration: none;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.
|
|
312
|
+
._footer_cta_1f8vh_297 a:hover {
|
|
313
313
|
background-color: transparent;
|
|
314
314
|
border-color: #2f5b88;
|
|
315
315
|
color: #2f5b88;
|
|
316
316
|
text-decoration: underline;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
.
|
|
319
|
+
._footer_cta_1f8vh_297 a:active {
|
|
320
320
|
background-color: #2f5b88;
|
|
321
321
|
border-color: transparent;
|
|
322
322
|
color: #fff;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.
|
|
325
|
+
._mobile_footer_1f8vh_270 > .flex_row {
|
|
326
326
|
min-height: 112px;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.
|
|
329
|
+
._inner_wrapper_1f8vh_329 {
|
|
330
330
|
max-height: 100vh;
|
|
331
331
|
overflow-y: scroll;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.
|
|
334
|
+
._btn_1f8vh_334 {
|
|
335
335
|
display: block;
|
|
336
336
|
position: relative;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
.
|
|
339
|
+
._sub_menu_1f8vh_339 {
|
|
340
340
|
overflow: hidden;
|
|
341
341
|
max-height: 0;
|
|
342
342
|
transition: max-height 0.8s ease-out;
|
|
343
343
|
background: #fff;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.
|
|
346
|
+
._sub_menu_1f8vh_339 a {
|
|
347
347
|
display: block;
|
|
348
348
|
padding: 12px 14px 12px 64px;
|
|
349
349
|
position: relative;
|
|
@@ -351,28 +351,28 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
351
351
|
text-decoration: none;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
._sub_menu_1f8vh_339 a._main_1f8vh_26 {
|
|
355
355
|
font-weight: 700;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
.
|
|
358
|
+
._sub_menu_1f8vh_339 a + a {
|
|
359
359
|
border-top: 1px solid #ebebeb;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
363
|
-
.
|
|
363
|
+
._wrapper_1f8vh_5 {
|
|
364
364
|
width: calc(100% - 28px);
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
.
|
|
368
|
+
._desktop_only_1f8vh_368 {
|
|
369
369
|
margin: 0 auto;
|
|
370
370
|
width: 94%;
|
|
371
371
|
max-width: 1640px;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
@media (max-width: 1075px) {
|
|
375
|
-
.
|
|
375
|
+
._desktop_only_1f8vh_368 {
|
|
376
376
|
display: none !important;
|
|
377
377
|
margin: 0 auto;
|
|
378
378
|
width: 94%;
|
|
@@ -381,30 +381,30 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
@media (max-width: 768px) {
|
|
384
|
-
.
|
|
384
|
+
._wrapper_1f8vh_5 {
|
|
385
385
|
width: calc(100% - 48px);
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
.
|
|
388
|
+
._mobile_header_1f8vh_12 button {
|
|
389
389
|
right: 1.5rem;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
-
.
|
|
392
|
+
._mobile_nav_item_1f8vh_250 > a {
|
|
393
393
|
padding: 16px 24px;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.
|
|
396
|
+
._sub_menu_1f8vh_339 a {
|
|
397
397
|
padding-left: 48px;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.
|
|
400
|
+
._mobile_footer_content_1f8vh_275 {
|
|
401
401
|
padding-right: 15px;
|
|
402
402
|
padding-left: 24px;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
@media (max-width: 450px) {
|
|
407
|
-
.
|
|
407
|
+
._footer_cta_1f8vh_297 a {
|
|
408
408
|
white-space: break-spaces;
|
|
409
409
|
width: 100%;
|
|
410
410
|
text-align: center;
|
|
@@ -412,13 +412,13 @@ body:has(.__mobile_opened_15z7t_246) {
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
@media (min-width: 1076px) {
|
|
415
|
-
.
|
|
415
|
+
._mobile_only_1f8vh_415 {
|
|
416
416
|
display: none !important;
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
@media (max-width: 1076px) {
|
|
421
|
-
.
|
|
421
|
+
._mobile_logo_1f8vh_206 {
|
|
422
422
|
position: absolute;
|
|
423
423
|
transform: translateX(-50%);
|
|
424
424
|
left: 50%;
|
|
@@ -57,27 +57,34 @@
|
|
|
57
57
|
margin-inline: auto;
|
|
58
58
|
padding-block: 2.5rem;
|
|
59
59
|
}
|
|
60
|
+
.page_body_contents > div:not(:first-child) ._18ygy9m0._18ygy9m1 ._18ygy9mb {
|
|
61
|
+
padding-top: 0px;
|
|
62
|
+
}
|
|
63
|
+
._18ygy9mc {
|
|
64
|
+
margin-inline: auto;
|
|
65
|
+
padding-block: 2.5rem;
|
|
66
|
+
}
|
|
60
67
|
:is(._18ygy9m5, ._18ygy9m6) .containment {
|
|
61
68
|
width: 100%;
|
|
62
69
|
}
|
|
63
70
|
._18ygy9m0 .containment .containment {
|
|
64
71
|
width: 100%;
|
|
65
72
|
}
|
|
66
|
-
.
|
|
73
|
+
._18ygy9md {
|
|
67
74
|
display: flex;
|
|
68
75
|
margin-inline: auto;
|
|
69
76
|
place-items: center;
|
|
70
77
|
text-align: center;
|
|
71
78
|
}
|
|
72
|
-
.
|
|
79
|
+
._18ygy9me {
|
|
73
80
|
display: block;
|
|
74
81
|
margin: auto;
|
|
75
82
|
}
|
|
76
|
-
.
|
|
83
|
+
._18ygy9mf {
|
|
77
84
|
isolation: isolate;
|
|
78
85
|
position: relative;
|
|
79
86
|
}
|
|
80
|
-
.
|
|
87
|
+
._18ygy9mf::before {
|
|
81
88
|
content: "";
|
|
82
89
|
position: absolute;
|
|
83
90
|
width: 100%;
|
|
@@ -87,29 +94,29 @@
|
|
|
87
94
|
right: 0;
|
|
88
95
|
z-index: -1;
|
|
89
96
|
}
|
|
90
|
-
.
|
|
97
|
+
._18ygy9mg {
|
|
91
98
|
background: var(--_1073cm81);
|
|
92
99
|
}
|
|
93
|
-
.
|
|
100
|
+
._18ygy9mg::before {
|
|
94
101
|
background: var(--_1073cm81);
|
|
95
102
|
}
|
|
96
|
-
.
|
|
103
|
+
._18ygy9mh {
|
|
97
104
|
background: var(--_1073cm81);
|
|
98
105
|
}
|
|
99
|
-
.
|
|
106
|
+
._18ygy9mh::before {
|
|
100
107
|
background: var(--_1073cm88);
|
|
101
108
|
}
|
|
102
|
-
.
|
|
109
|
+
._18ygy9mi {
|
|
103
110
|
background: var(--_1073cm81);
|
|
104
111
|
}
|
|
105
|
-
.
|
|
112
|
+
._18ygy9mi::before {
|
|
106
113
|
background: var(--_1073cm8f);
|
|
107
114
|
color: var(--_1073cm8o);
|
|
108
115
|
}
|
|
109
|
-
.
|
|
116
|
+
._18ygy9mj {
|
|
110
117
|
background: var(--_1073cm81);
|
|
111
118
|
}
|
|
112
|
-
.
|
|
119
|
+
._18ygy9mj::before {
|
|
113
120
|
background: var(--_1073cm8m);
|
|
114
121
|
color: var(--_1073cm8o);
|
|
115
122
|
}
|
|
@@ -152,6 +159,9 @@
|
|
|
152
159
|
._18ygy9mb {
|
|
153
160
|
padding-block: 1.5rem;
|
|
154
161
|
}
|
|
162
|
+
._18ygy9mc {
|
|
163
|
+
padding-block: 1.5rem;
|
|
164
|
+
}
|
|
155
165
|
}
|
|
156
166
|
@media screen and (max-width: 1280px) {
|
|
157
167
|
._18ygy9m6.cols_4 > .is_icon {
|
|
@@ -159,17 +169,17 @@
|
|
|
159
169
|
}
|
|
160
170
|
}
|
|
161
171
|
@media screen and (max-width:320px) {
|
|
162
|
-
.
|
|
172
|
+
._18ygy9md {
|
|
163
173
|
max-width: 100%;
|
|
164
174
|
}
|
|
165
175
|
}
|
|
166
176
|
@media screen and (max-width:768px) {
|
|
167
|
-
.
|
|
177
|
+
._18ygy9md {
|
|
168
178
|
max-width: 100%;
|
|
169
179
|
}
|
|
170
180
|
}
|
|
171
181
|
@media screen and (max-width:1023px) {
|
|
172
|
-
._18ygy9m5:has(.
|
|
182
|
+
._18ygy9m5:has(._18ygy9md) {
|
|
173
183
|
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
|
|
174
184
|
}
|
|
175
185
|
}
|