/** * 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; } cash advance america near me – Intellibotics https://intellibotics.co.uk The Best Automated Experience Sat, 08 Feb 2025 15:04:30 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://intellibotics.co.uk/wp-content/uploads/2022/08/cropped-output-onlinepngtools-81-32x32.png cash advance america near me – Intellibotics https://intellibotics.co.uk 32 32 Rating about a great USDA lender and look your own qualifications getting $0 off https://intellibotics.co.uk/rating-about-a-great-usda-lender-and-look-your-own/ https://intellibotics.co.uk/rating-about-a-great-usda-lender-and-look-your-own/#respond Sat, 08 Feb 2025 14:57:48 +0000 https://intellibotics.co.uk/?p=63461 Rating about a great USDA lender and look your own qualifications getting $0 off

USDA Financing Guide

merchant cash advance brokers

  • USDA Financing Assessment
  • USDA Loan Professionals
  • USDA Financing Eligibility
  • USDA Mortgage Processes
  • USDA Loan Property Eligibility
  • USDA Financing Refinance

USDA Loan Units and Info

  • USDA Finance calculator
  • USDA Financing Earnings Limits
  • Faqs

Glance at Specialized USDA Loan Criteria

does payday loans affect credit score

Powered by Mortgage Lookup Cardiovascular system, LLCpanies who are showed a lot more than, whether or not they are lenders or real estate agents that seem from the the end of a form experience or if perhaps he could be most other Businesses whom may appear into a chart which have an option to mouse click to some other webpages, routinely have repaid as found, but are perhaps not supported otherwise required because of the Mortgage Research Center, LLC, otherwise the website. If you have accomplished a questionnaire feel and given your digital trademark and you can say yes to feel called, after that a family that is a participating member of the mortgage Research Heart, LLC network could possibly get contact your at count your sent to profit aim in order to provide suggestions linked to property and you may funding. If you failed to done a type and you can visited out of the website so you can an advertising Business’s web page, you to definitely Business reduced Mortgage Lookup Heart, LLC, for your click. Home loan Search Heart, LLC, try a mortgage licensee – NMLS ID #1907 (nmlsconsumeraccess.org). This financial inquiry experience spends tech eg cookies and pixels to alter effectiveness, as well as for analytics and adverts. That with, you invest in entry to cookies and you may pixels. Find out about our very own access to cookies and you can pixels regarding MRC online privacy policy.

Why Just one Bank? We try presenting several bank choice, however, there can be minimal lenders offered on account of duration of date or even in certain geographical parts or certain consumers. When the offered one lender, you aren’t expected to use that bank and MRC does not recommend one form of bank regardless if they appear by themselves. Feel free to consider straight back at a different sort of time for you come across if the significantly more lender choices are available.

Who’s Demonstrated? The fresh new MRC system lenders (every one of which would-be seen right here) whom come are displayed according to information you considering, availability of the system lenders, and their geographical proximity for your requirements. While you may only come across a single bank demonstrated, fundamentally, MRC displays any nearby Loan providers obtainable in its community first; a district Financial was a lender exactly who functions 1-dos states, for instance the county you are searching from inside the. When the zero Local Lenders appear, a local Lender would be shown; a nearby Lender was a loan provider which operates regarding possessions state you picked and up to help you twenty-four close says. Fundamentally, if no Local otherwise Regional Lenders come, a nationwide Financial will be presented; a national Lender operates in all twenty-half a dozen states or more. If you wish to come across another lender other than the lender(s) presented, you could potentially look for additional options or come back to our function on the a separate affair.

Just how Try MRC Repaid? The lender shown reduced MRC to be showed. Percentage cannot affect just how conspicuously otherwise how often a loan provider try exhibited. MRC’s circle doesn’t come with all of the loan providers otherwise loan activities offered on the market. MRC does not promote one lender. The choice of a loan provider is an important one and ought to not be predicated on bad credit personal loans New York adverts alone.

This website uses tech such as cookies and pixels to improve webpages abilities, and for statistics and advertisements. By the continuing, your invest in our use of snacks and you may pixels. Discover more about our very own entry to cookies and you will pixels inside our online privacy policy.

]]>
https://intellibotics.co.uk/rating-about-a-great-usda-lender-and-look-your-own/feed/ 0
There are 2 variety of borrowing from the bank concerns: mellow and difficult questions https://intellibotics.co.uk/there-are-2-variety-of-borrowing-from-the-bank/ https://intellibotics.co.uk/there-are-2-variety-of-borrowing-from-the-bank/#respond Mon, 20 Jan 2025 12:25:09 +0000 https://intellibotics.co.uk/?p=48752 There are 2 variety of borrowing from the bank concerns: mellow and difficult questions

Any moment the credit history is actually accessed, it’s filed as the a query. An arduous query can lead to their score to reduce; a mellow inquiry will not have any feeling. If you’re trying to get credit is very important getting strengthening your own credit, you should limit the quantity of circumstances you make an application for to reduce quantity of difficult concerns complete on the borrowing file. Issues make up ten% of credit history.

Simple tips to improve your credit rating

Now that you have more information on credit scores inside the Canada and exactly how it works, let us look at how you can alter your individual rating, even in the event it’s a good 650 credit score otherwise less than.

Commission record possess a life threatening effect on your credit rating. Be sure to pay-all your debts, and playing cards, fund, and power bills, timely. Late or missed payments can be negatively apply to your own get, so install reminders or automatic costs to stay on track. And then make a practice and you will examining for the together with your bundle monthly can go a long way to be sure you’re on most readily useful of all of the your own bills.

Large mastercard https://paydayloancolorado.net/byers/ balance in line with the borrowing limit normally hurt your credit rating. As we said, you should make an effort to keep borrowing from the bank utilization proportion lower than 30%. Repaying present stability and you may to stop maxing your notes can be assist in improving your own get. This could require some budgeting, thus consider your own monthly costs and then try to pick an approach to set a lot more of your bank account to your repaying your own borrowing from the bank. This could harm for the short term, however, is certainly going quite a distance in helping your rebuild your own credit.

That have a healthy combination of credit systems, such as credit cards, money, and you will a mortgage, can be surely effect your credit score. Yet not, just take into borrowing from the bank to would responsibly and prevent obtaining several the brand new profile for the a brief period, possible briefly decrease your rating. You need to roll this tactic out over date, just taking on borrowing products you want and learn you might carry out.

Just remember that , strengthening credit are a marathon, maybe not a dash. Along your credit report issues. Keep old accounts open, even in the event they are not definitely made use of, while they subscribe the common chronilogical age of their levels. Closing dated account is shorten your credit score and you may potentially straight down your own get.

Rating a free copy of the credit history from just one away from the top credit agencies (Equifax or TransUnion) one or more times a-year. Comment they to own mistakes, such as completely wrong username and passwords or late costs, and you may statement people discrepancies promptly to have all of them corrected. There are many attributes you can make use of to test their borrowing from the bank, instance KOHO’s Borrowing Building.

Any time you make an application for the borrowing, a challenging query try filed in your credit file, that will briefly lower your get. Apply for borrowing as long as called for, and you can consider spacing aside apps to minimize the influence on their score.

Tough concerns are merely complete once you get a special credit line

When you yourself have restricted credit otherwise a thinner credit reports, consider solution options to create credit, such as obtaining a protected charge card or being a keen subscribed affiliate on the someone else’s mastercard. Build quick instructions and you may continuously outlay cash out over introduce an effective self-confident percentage record.

If the financial predicament is serious and if you’re struggling with your own borrowing or you prefer personalized pointers, consider looking to help from a professional credit counselling company. They are able to promote worthwhile skills, cost management guidance, and strategies to switch your credit score.

]]>
https://intellibotics.co.uk/there-are-2-variety-of-borrowing-from-the-bank/feed/ 0
You ought to select good co-signer who isn’t merely happy and also able to meet up with the bank’s monetary standards https://intellibotics.co.uk/you-ought-to-select-good-co-signer-who-isn-t/ https://intellibotics.co.uk/you-ought-to-select-good-co-signer-who-isn-t/#respond Mon, 09 Dec 2024 09:55:01 +0000 https://intellibotics.co.uk/?p=10041 You ought to select good co-signer who isn’t merely happy and also able to meet up with the bank’s monetary standards

Inquiring people to co-signal a mortgage with you isn’t any simple favor. You happen to be stepping into an extended, legally binding contract.

Imagine that it: You have made a moderate windfall of money, and it’s adequate to possess a deposit towards beginner family you always wanted. In addition to this, the present day real estate , having house choosing pennies into the dollar in some instances. With high thrill, you contact your friendly neighborhood large financial company and make sure he loan places Silverhill understands the favorable information — you might be prepared to buy an area of your own. He requires your a couple of questions, and you can within seconds, you feel entirely deflated. It seems that together with your financial history, the only method you are able to be eligible for home financing is to get a good co-signer.

It requires getting into a long-title, lawfully binding contract to the co-borrower, the lending company and other entities, like the state government where property is receive

cash advance loans billings mt

Cannot choose with this condition? Think about this one: You earn a call out of a good friend, and he asks one co-sign that loan to assist him pick a house. You really have read the phrase “co-finalizing,” and have done they already will eventually inside your life, like once you plus roommates leased an apartment. Home loan co-signing occurs when you and someone else jointly submit an application for and you will bring an initial if not an extra mortgage. Planning together towards the a house may seem effortless, but typically, it’s instead challenging.

People recommend never co-signing a home loan for a number of factors, and that we’ll mention on this page. But really, anybody else support the notion of co-signing because it brings other choices inside to find otherwise refinancing an excellent belongings. It is important to keep in mind if you are considering being otherwise providing an effective co-signer is it: Know what you’re getting on the.

If the people lets you know that bringing an excellent co-signer is not any big deal, you shouldn’t be conned: Providing an excellent co-signer are going to be problematic.

Generally, an excellent co-signer is actually a person who backs enhance guarantee making payments for the a home. We you desire a great co-signer to have a mortgage. He or she must be the ages of vast majority; in america, which is 18. Whenever comparing the fresh new co-signer’s creditworthiness, the financial may also reason for your debt of the newest home loan plus construction will set you back particularly fees, homeowner’s insurance policies and you will fix charge — even if the agreement anywhere between you and the latest co-signer is the fact he/she may not be staying in new possessions otherwise make payment on mortgage.

Naturally, when you’re partnered, your spouse will most likely co-sign on the dotted line to purchase your dream family otherwise money spent. When you’re solitary, it makes sense you to a pops, family member otherwise residential companion getting potential co-signers. You want some one your faith and you may who trusts you. It assists to determine which have confidence in writing. Set up a keen enforceable offer anywhere between you and the latest co-signer, indicating legal rights and requirements, eg that occupying and you may maintaining the home and you will that make payment on debts.

Even as we discovered earlier, co-signing a mortgage could possibly get rather hairy. Positives recommend you to definitely co-signers consult with their own label business and an attorney and have got all files reviewed before, during and after placing the brands on the documents to get an effective property.

The financial institution will look at the situations one to determine the fresh co-signer’s ability to spend, such as for example their unique money, other expenses and you will possessions, credit rating and you will credit score

Whether or not you’re co-finalizing to own a partner, friend or family member, comprehend the consequences of one’s age on the home financing form you will be legitimately guilty of one to property in addition to taxation and you will restoration charge that are included with it.

]]>
https://intellibotics.co.uk/you-ought-to-select-good-co-signer-who-isn-t/feed/ 0