/** * All of the CSS for your admin-facing functionality should be * included in this file. */ @font-face { font-family: 'absolute-reviews-icons'; src: url("../../fonts/absolute-reviews-icons.woff") format("woff"), url("../../fonts/absolute-reviews-icons.ttf") format("truetype"), url("../../fonts/absolute-reviews-icons.svg") format("svg"); font-weight: normal; font-style: normal; font-display: swap; } [class^="abr-icon-"], [class*=" abr-icon-"] { font-family: 'absolute-reviews-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .abr-icon-comment:before { content: "\e905"; } .abr-icon-eye:before { content: "\e903"; } .abr-icon-watch:before { content: "\e904"; } .abr-icon-funds-fill:before { content: "\e902"; } .abr-icon-x:before { content: "\e901"; } .abr-icon-check:before { content: "\e900"; } .abr-icon-star-half:before { content: "\e938"; } .abr-icon-star-full:before { content: "\e939"; } .abr-icon-star-empty:before { content: "\e93a"; } /*--------------------------------------------------------------*/ /* Basic -------------------------------------------------------------- */ .abr-metabox-wrap .abr-metabox-tabs { background: none; border: none; display: flex; margin: 0; padding: 0; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { display: flex; flex-direction: column; border: none; border-right: 1px solid #eee; background: #FAFAFA; flex: 0 0 200px; margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation:before { display: none; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li { display: block; background: transparent; border: none; margin: 0; padding: 0; float: none; outline: none; box-shadow: none; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a { border: none; border-bottom: 1px solid #eee; position: relative; display: block; font-size: 0.8125rem; line-height: 1.25rem; padding: 0.625rem; text-decoration: none; outline: none; box-shadow: none; color: #0073aa; float: none; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a:hover { color: #00a0d2; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active { margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active a { background-color: #eee; color: #555; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content { flex-grow: 1; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content .ui-tabs-panel { padding: 0; border-radius: 0; } @media screen and (max-width: 768px) { .abr-metabox-wrap .abr-metabox-tabs { flex-direction: column; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { flex: 0 0 100%; } } .abr-metabox-wrap .abr-metabox-field { display: flex; position: relative; flex-direction: column; } .abr-metabox-wrap .abr-metabox-field:last-child { border-bottom: none; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { position: relative; flex: 0 0 100%; float: none; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label label { display: block; font-size: 14px; line-height: 1.4em; margin: 0 0 3px; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { position: relative; flex: 0 0 100%; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select.short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea.short { max-width: 100px; } @media (min-width: 1200px) { .abr-metabox-wrap .abr-metabox-field { flex-direction: row; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { flex: 0 0 20%; padding: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { flex: 0 0 80%; padding: 1rem 1.25rem; } } .abr-metabox-wrap .abr-metabox-switcher { display: flex; position: absolute; top: -2rem; right: 1rem; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch { border: 2px solid #555d66; box-sizing: border-box; color: #fff; cursor: pointer; display: flex; height: 1.75rem; height: 18px; padding: 0; position: relative; vertical-align: middle; width: 36px; margin-right: 0.5rem; border-radius: 9px; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-on { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0s ease 0.25s; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-off { border: 2px solid #6c7781; display: block; position: absolute; top: 2px; right: 2px; width: 7px; height: 7px; z-index: 1; border-radius: 50%; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-slider { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0.25s ease; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch { border-color: #11A0D2; background: #11A0D2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-on { top: 4px; left: 6px; width: 2px; height: 6px; background: #FFFFFF; transition: none; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-off { opacity: 0; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-slider { background: #FFFFFF; top: 2px; left: calc(50% + 4px); } .abr-metabox-wrap .abr-metabox-repeater { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table { width: 100%; border: none; border-collapse: collapse; } .abr-metabox-wrap .abr-metabox-repeater > table tr { background: #FFFFFF; width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table tr th { text-align: left; } .abr-metabox-wrap .abr-metabox-repeater > table tr th, .abr-metabox-wrap .abr-metabox-repeater > table tr td { border: none; vertical-align: top; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-helper { display: table; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-placeholder { background: #F9F9F9; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-state-highlight td { background: #F9F9F9; border: 1px dashed #D8D8D8; } .abr-metabox-wrap .abr-metabox-repeater .btn-add-row { margin: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-repeater .row-content input, .abr-metabox-wrap .abr-metabox-repeater .row-content textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-content input[type="number"] { max-width: 100px; } .abr-metabox-wrap .abr-metabox-repeater .row-content p { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar { position: relative; border-bottom: 1px solid #EFEFEF; padding: 1rem 1.25rem; zoom: 1; cursor: move; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv { display: block !important; background-position: 6px 5px; visibility: hidden; width: 27px; height: 26px; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv:before { content: "\f142"; cursor: pointer; display: inline-block; font: 400 20px/1 Dashicons; line-height: .5; padding: 8px 10px; position: relative; right: 12px; top: 0; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar.closed .handlediv:before { content: "\f140"; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .delete { color: red; font-weight: 400; line-height: 26px; text-decoration: none; position: relative; visibility: hidden; float: right; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature { display: inline-block; padding-right: 100px; line-height: 26px; font-weight: 700; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature span { opacity: 0.5; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .handlediv, .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .delete { visibility: visible; } .abr-metabox-wrap .abr-metabox-repeater .row-fields { border-bottom: 1px solid #EFEFEF; background-color: #FDFDFD; } .abr-metabox-wrap .abr-metabox-repeater .row-body { padding: 1rem 1.25rem; } /* Reviews -------------------------------------------------------------- */ #abr_review_metabox .handlediv { display: none; } #abr_review_metabox .inside { display: block; margin: 0; padding: 0; } #abr_review_metabox .hidden { display: none; } #abr_review_metabox .handle-actions { display: none; } #abr_review_metabox .abr-metabox-tabs { display: none; } #abr_review_metabox .abr-metabox-tabs[checked="checked"] { display: flex; } #abr_review_metabox .review-repeater-simple .row-fields { border: none; background: none; } #abr_review_metabox .review-repeater-simple .row-body { position: relative; padding: 0.5rem 2rem; } #abr_review_metabox .review-repeater-simple .row-handle { position: absolute; top: 50%; left: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #000000; text-decoration: none; cursor: move; } #abr_review_metabox .review-repeater-simple .btn-remove-row { position: absolute; top: 50%; right: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #555d66; text-decoration: none; } #abr_review_metabox .review-repeater-simple .btn-remove-row:hover { color: #000000; } #abr_review_metabox .review-repeater-simple + .btn-add-row { margin-left: 0; margin-right: 0; } @media (min-width: 768px) { #abr_review_metabox .review-field-grid { display: flex; flex-wrap: wrap; } #abr_review_metabox .review-field-grid .review-field-criterion-name { flex: 1 0 70%; } #abr_review_metabox .review-field-grid .review-field-criterion-number { flex: 1 0 30%; padding-left: 2rem; box-sizing: border-box; } #abr_review_metabox .review-field-grid .review-field-criterion-number input { max-width: 100%; width: 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc { flex: 1 0 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc textarea { min-height: 80px; } } /* Widget -------------------------------------------------------------- */ .widget[id*="abr_reviews_posts_widget"] .widget-content fieldset { border: 1px solid #DDDDDD; margin-top: 0.5rem; padding: 0 0.75rem; } .widget[id*="abr_reviews_posts_widget"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"] .abr-small-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-simple-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-small-post { display: block; } Trust Efforts Bank will get take part in faith issues, subject to standards and you may limits – Intellibotics

Trust Efforts Bank will get take part in faith issues, subject to standards and you may limits

Trust Efforts Bank will get take part in faith issues, subject to standards and you may limits

Travel-Related Providers – Contracting having Lender will get go into a marketing arrangement having a keen unaffiliated concert tour operator where, in return for a commission, the lending company manage furnish brand new journey agent with brands and you can contact regarding certain page initiating new concert tour agent and its particular apps. OCC Interpretive Letter 339 [1985-1987 Transfer Binder] Fed. Banking L. Associate. (CCH) 85,509, 1985 WL 73131, 1985 LEXIS 13 (Could possibly get sixteen, 1985).

Treasury Inventory Illinois state-chartered bank may buy and you may keep offers of their individual inventory while the treasury inventory. Section 14(6) off Illinois Banking Work [205 ILCS 5/14(6)]. Federal lender will get buy or keep offers of the individual stock only if necessary to stop loss abreast of a financial obligation in earlier times contracted and you can susceptible to a six-month go out limit. 12 U.S.C. 83; twelve C.F.Roentgen. seven.2019.

Device Investment Trusts – Purchase and you will Selling from Financial could possibly get pick or offer tools inside the Unit Financial support Trusts since agent in place of recourse up on the order away from its users. OCC Interpretive Page 363 [1985-1978 Import Binder] Provided. Financial L. Associate. (CCH) 85,533, 1986 WL 85092, 1986 LEXIS 6 (Get 23, 1986).

You.S. Postal Provider Debt – Acquisition of, Dealing within the, and Underwriting out of Financial could possibly get buy, deal within the, and you will underwrite financial obligation approved because of the All of us Postal Provider for the a cost to 10% of bank’s financial support and excess. several You.S.C. 24(Seventh); a dozen C.F.Roentgen. step 1.3(d), step 1.seven.

Vault, Lock and Automatic teller machine Solution Financial can offer vault, secure and you may Automatic teller machine functions to other creditors because the correspondent qualities. OCC Interpretive Page 508 [1990-1991 Transfer Binder] Fed. Financial L. Representative. (CCH) 83,206, 1990 WL 364909, 1990 LEXIS 23 (April 6, 1990).

Vehicles Services Deals Financial may offer while the broker automobile service deals so you can bank consumers resource the acquisition otherwise book regarding cars. OCC Interpretive Letter 671 (July ten, 1995), OCC Interpretive Page 724 (April 22, 1996).

Broker to possess Financial Users To acquire otherwise Attempting to sell Home Restricted Commitment Interests Bank’s ties broker working part may act as broker having the consumers about get and purchases out-of in public given genuine property limited commitment hobbies. OCC Interpretive Page 420 [1988-1989 Import Binder] Given. Financial L. Rep. (CCH) 85,644, 1988 WL 282351, 1988 LEXIS 20 (February fourteen, 1988).

Auto Leasing Through Subsidiary Bank making use of their part and you may service. OCC Interpretive Page 97 [1978-1979 Import Binder] Fed. Banking L. Agent. (CCH) 85,172, 1979 WL, 1979 LEXIS 25 (May 29, 1979).

Company Functions Financial operating part get give attributes to your internal businesses of your bank otherwise the associates and additionally accounting, auditing, appraising, marketing pr, study control, and you may data indication features, database, or facilities. twelve C.F.Roentgen. 5.34(e)(2)(ii)(B).

Security Bonds, Removed DPC Financial get keep ties acquired into the good-faith by way of lose out-of a suspicious claim or perhaps to end an effective loss in exposure to a financial obligation in past times contracted

based on the schumer box, what is the transaction fee on a cash advance of $300?

Guarantee Property Coverage Insurance rates Lender and its performing subsidiaries get offer, about the an expansion out of borrowing in the bank, vendor’s single or double attention insurance policies that gives this new debtor the new option to keep commission toward loan, to use the insurance continues to repair guarantee, and also to maintain the guarantee. OCC Interpretive Letter dated June 3, 1986, 1986 WL 143952; OCC Interpretive Letter 91 [1978-1979 Import Binder] Provided. Banking L. Agent. (CCH) 85,166, 1979 WL 25506, 1979 LEXIS twenty-eight (April 24, 1979).

Product Pond Driver Performing subsidiary could possibly get act as standard lover and product pool agent away from a commodity pool. The latest pond normally buy silver, silver, fx, U.S. authorities financial obligation, and type III financial support ties (See several C.F.Roentgen. 1) and futures and you will alternatives to your particularly tool. OCC Financial Circular 79 have a tendency to limit a bank’s capability to make which passion until the lending company complies towards constraints manufactured in OCC Interpretive Letter old January 30, 1992. OCC Interpretive Page 496 [1989-1990 Transfer Binder] Fed. Financial L. Representative. (CCH) 83,087, 1989 WL 303700, 1989 LEXIS 102 (December 18, 1989); OCC Interpretive Letter 541 [1990-1991 Transfer Binder] Provided. Banking L. Associate. (CCH) 83,253, 1991 WL 340649, 1991 LEXIS 9 (March six, 1991).

Mastercard Handling Financial will get to get and you may keep a non-controlling fraction interest in a small liability business that may engage in the business of seller borrowing from the bank and you will debit cards handling. OCC Interpretive Letter 813 (October 14, 1997).

D&O Shared Insurance carrier Bank can get participate just like the policyholder in an effective shared insurer depending to include blanket thread and movie director and you may manager accountability insurance rates into the financial world. OCC Interpretive Page old Oct twenty-two, 1986, 1986 WL 143884.

Loans Securities Financial may offer and sell fixed and you can variable price nonconvertible financial obligation bonds. OCC Interpretive Letter 655 (February 28, 1995).

Write off Brokerage Factors Through Part Lender will get and obtain stock of providers given that doing work part to do write off brokerage services and you will financial support advice and try to be a futures payment supplier. OCC Interpretive Letter 380 [1988-1989 Import Binder] Given. Banking L. Representative. (CCH) 85,604 (December 30, 1986); OCC Interpretive Page dated Summer 29, 1987, 1987 WL 149813; OCC Interpretive Page 403 [1988-1989 Import Binder] Fed. Financial L. Rep. (CCH) 85,627, 1987 WL 154114, 1987 LEXIS 37 (December 9, 1987).

OBRE Interpretive Page 97-02 (February eleven, 1997); OCC Interpretive Letter No. 511 [1990-1991 Import Binder] Provided. Financial L. Agent. (CCH) 83,213, 1990 WL 364897 (Summer 20, 1990).

Monetary Guidance and you will Counseling to have Shared Money Bank’s performing subsidiary will get give financial support advice in order to a shared loans. OCC Interpretive Letter 403 [1988-1989 Transfer Binder] Fed. Financial L. Rep. (CCH) 85,627, 1987 WL 154114, 1987 LEXIS 37 (December nine, 1987).

Messenger Businesses Financial may grow their live messenger operations and provide new too-much capacity to correspondent banking companies

Regulators Bonds – Representative on the market out-of Lender could possibly get play the role of broker to your pick or marketing away from government bonds on an unsolicited basis, if this holds the fresh ties to have users. Get a hold of 17 C.F.R. Pieces eight hundred and 450. Investment Securities Letter 30 [1989-1990 Import Binder] Provided. Financial L. Rep. (CCH) 83,037, 1988 WL 284918, 1988 LEXIS 133 (November 21, 1988). Come across together with OBRE Interpretive Page 89-05 (March 30, 1989).

Incidental Powers Bank get carry out all the such as for example incidental energies since shall become wanted to go on the company of financial. Area step 3 of one’s Illinois Financial Act [205 ILCS 5/3]; OBRE Laws named “Efforts Incidental and Germane to help you Carrying on a broad Banking Team” [Illinois Administrative Password, Title 38, Part 320]. Come across as well as a dozen U.S.C. 24(Seventh).

Insurance coverage, Unemployment Lender may offer involuntary unemployment insurance coverage so you can the borrowers in the same way that it can offer borrowing life insurance and credit accident/ medical health insurance. OBRE Interpretive Letter 93-24 (November 31, 1993).

Islamic Financial Bank may offer a domestic Websites rent home financing product to generally meet the needs of their customers loans Belk Alabama exactly who follow the fresh principals out-of Islam. OCC Interpretive Letter 806 old October 17, 1997.

OCC Zero Objection Page 89-04 [l989-1990 Transfer Binder] Fed. Banking L. Representative. (CCH) 83,061, 1989 WL 303752, 1989 LEXIS 73 (July eleven, 1989). Select as well as OBRE Interpretive Page 88-05 (Sep 29, 1988); OBRE Interpretive Letter 85-01 (January sixteen, 1985), OBRE Interpretive Letter 94-twenty five (December step 1, 1994).

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
Scroll to Top