Certaingovernment programs, such as SBA loan programs and contracting opportunities, are reserved for small businesses. In order to qualify, businesses must satisfy SBA's definition of a small business concern, along with the size standards for small business.
For more information about size standards, contact the size standards specialist at your nearest SBA Government Contracting Area Office. You also can contact the Office of Size Standards by email at
sizest...@sba.gov or by phone at
202-205-6618.
Businesses registered in the System for Award Management (SAM.gov) must update their SAM registration in order to have their small business status updated based on the new size standards effective March 17, 2023. Until the SAM registration is updated, the SAM profiles will continue to display the small business status under the old size standards.
SBA business size standard(s) found in 13 CFR part 121 appropriate to the type(s) of work the firm seeks to perform in DOT-assisted contracts, including the primary industry classification of the applicant.
*Affiliation has the same meaning the term has in the Small Business Administration (SBA) regulations, except that the provisions of SBA regulations concerning affiliation in the context of joint ventures (13 CFR 121.103(h)) do not apply to this part.
You can also use variant modifiers to target media queries like responsive breakpoints, dark mode, prefers-reduced-motion, and more. For example, use md:text-base to apply the text-base utility at only medium screen sizes and above.
You can also specify a default line height using the object syntax, which allows you to also provide default letter-spacing and font-weight values. You can do this using a tuple of the form [fontSize, lineHeight?, letterSpacing?, fontWeight? ].
Total length (TL) is measured from tip of snout with mouth closed to top of compressed tail. Fork length (FL) is measured from tip of snout to middle of fork in tail. Lower jaw fork length (LJFL) is measured from lower jaw to middle of fork in tail. Curved fork length (CFL) is the measurement of the length taken in a line tracing the contour of the body from the tip of the upper jaw to the fork of the tail. (Diagram)
This document is a public record under chapter 132 of the North Carolina General Statutes. Anyone who alters, defaces, mutilates or destroys it shall be guilty of a misdemeanor and upon conviction subject to fines.
THIS DOCUMENT IS EFFECTIVE March 4, 2024 AND IS FOR GENERAL INFORMATIONAL PURPOSES AND HAS NO LEGAL FORCE OR EFFECT. FISHERY RULES ARE SUBJECT TO CHANGE. THESE RESTRICTIONS APPLY TO FISH TAKEN FOR RECREATIONAL PURPOSES AND INCLUDE HOOK AND LINE.
Albemarle Sound Management Area: SEASON CURRENTLY CLOSED; Central Southern Management Area: Unlawful to possess striped bass (including hybrid bass). Atlantic Ocean year-round: 1 per person per day and a harvest slot limit of 28 inches to 31 inches TL. Unlawful to gig, spear, or gaff striped bass, see the most recent DMF proclamation.
In state or federal waters, federal permit required for Highly Migratory Species, tunas, billfishes, swordfish and sharks (excluding Atlantic bonito, little tunny (false albacore), and blackfin tuna):
978-281-9370. Prior to removal from vessel, all billfishes, swordfish and bluefin tuna must be reported at NC HMS reporting stations. See the DMF website for more details. For seasons, bag limits, size limits or closures for tunas, billfishes, and sharks contact NMFS Highly Migratory Species Division
800-894-5528.
For seasons, bag limits and size limits on snapper, grouper, and mackerels contact the South Atlantic Fishery Management Council
843-571-4366, and see the most recent Snapper/Grouper or Mackerel recreational DMF proclamation.
Propodus (forearm) length is measured by a straight line from elbow to the tip of the lower immoveable finger. The propodus (forearm) is defined as the largest section of the claw assembly that has both a moveable and immovable finger and is located farthest from the body of the crab. Unlawful to possess stone crab bodies or fail to immediately return to the waters from which taken. Unlawful to use a device to take stone crabs that can puncture, crush, or injure the crab body, such as gigs, spears, grabs, hooks, or similar devices. Unlawful to remove, take or possess stone crab claws from June 15 through August 15 (no possession limit during open season).
See the most recent DMF proclamation at
www.ncmarinefisheries.net. In accordance with N.C. Marine Fisheries Commission Rule 15A NCAC 03L .0302, it is unlawful to possess an egg bearing spiny lobster or a spiny lobster which eggs have been scrubbed or removed. It is unlawful to possess aboard a vessel or land detached spiny lobster tails, or to use a gaff hook, spear, or similar device to take spiny lobsters.
Creel limit for bluefish is set by proclamation. See the most recent DMF proclamation. The recreational creel limit for bluefish is 3 fish per person per day in all private (non for-hire) recreational fisheries. Recreational anglers engaged on a for-hire vessel can possess up to 5 bluefish per person per day.
The recreational individual bag limit for mullet (striped and white combined) is 100 fish per person per day. The recreational vessel limit is 100 fish per angler fishing up to a maximum of 400 fish per vessel. For Hire Operations may possess the 100 fish individual bag limit for all anglers fishing on the boat up to the 400 fish vessel limit, including in advance of a trip.
Scales the image as large as possible within its container without cropping or stretching the image. If the container is larger than the image, this will result in image tiling, unless the background-repeat property is set to no-repeat.
Scales the image (while preserving its ratio) to the smallest possible size to fill the container (that is: both its height and width completely cover the container), leaving no empty space. If the proportions of the background differ from the element, the image is cropped either vertically or horizontally.
Stretches the image in the corresponding dimension to the specified percentage of the background positioning area. The background positioning area is determined by the value of background-origin (by default, the padding box). However, if the background's background-attachment value is fixed, the positioning area is instead the entire viewport. Negative values are not allowed.
Note: In Gecko, background images created using the element() function are currently treated as images with the dimensions of the element, or of the background positioning area if the element is SVG, with the corresponding intrinsic proportion. This is non-standard behavior.
Note: Background sizing for vector images that lack intrinsic dimensions or proportions is not yet fully implemented in all browsers. Be careful about relying on the behavior described above, and test in multiple browsers to be sure the results are acceptable.
Let's consider a large image, a 2982x2808 Firefox logo image. We want to tile four copies of this image into a 300x300-pixel element. To do this, we can use a fixed background-size value of 150 pixels.
\n The background-size CSS property sets the size of the element's background image.\n The image can be left to its natural size, stretched, or constrained to fit the available space.\n
\n Scales the image as large as possible within its container without cropping or stretching the image.\n If the container is larger than the image, this will result in image tiling, unless the background-repeat property is set to no-repeat.\n
\n Scales the image (while preserving its ratio) to the smallest possible size to fill the container (that is: both its height and width completely cover the container), leaving no empty space.\n If the proportions of the background differ from the element, the image is cropped either vertically or horizontally.\n
\n Stretches the image in the corresponding dimension to the specified percentage of the background positioning area.\n The background positioning area is determined by the value of background-origin (by default, the padding box).\n However, if the background's background-attachment value is fixed, the positioning area is instead the entire viewport.\n Negative values are not allowed.\n
\n Note: Background sizing for vector images that lack intrinsic dimensions or proportions is not yet fully implemented in all browsers.\n Be careful about relying on the behavior described above, and test in multiple browsers to be sure the results are acceptable.\n
\n Let's consider a large image, a 2982x2808 Firefox logo image. We want to tile four copies of this image into a 300x300-pixel element.\n To do this, we can use a fixed background-size value of 150 pixels.\n
Provisions in MAP-21, the Moving Ahead for Progress in the 21st Century Act (P.L. 112-141), require the USDOT to conduct a Comprehensive Truck Size and Weight Limits Study (MAP-21 32801) addressing differences in safety risks, infrastructure impacts, and the effect on levels of enforcement between trucks operating at or within federal truck size and weight (TSW) limits and trucks legally operating in excess of federal limits; comparing and contrasting the potential safety and infrastructure impacts of alternative configurations (including configurations that exceed current federal TSW limits) to the current Federal TSW law and regulations; and, estimating the effects of freight diversion due to these alternative configurations.
In this help center, you can find content for both Merchant Center Next and the classic Merchant Center experience. Look for the logo at the top of each article to make sure you're using the article for the Merchant Center version that applies to you.
3a8082e126