/* Fixes font issue of bold being 12pt Helvetica, etc. */
.com_joeworkman_stacks_foundation_paragraph_s3_stack span:not([id]) {
    font-size: inherit !important;
    font-family: inherit !important;
}

/* Makes Font on Icon Bar Bold & 16px */
.icon-bar-title {
    font-weight: bold;
    font-size: 15px !important;
}

/* Add 2 px margin to bottom of Notes on Request text-area for bottom caption */
textarea {
	margin-bottom: 2px;
}

/* Heading over quantity choices */
.orderbase {
	font-size: 16px;
}

/* Make bottom caption on Notes on Request type 14px high */
.requestnote {
	font-size: 14px;
}

/* Changes bottom margin on inputs to 2px */
input {
	margin-bottom: 2px !important;
}

/* Removes margin from bottom of left-justified paragraphs */
p.text-left {
	margin-bottom: 0;
}

/* Removes padding from pricing stacks */
div.columns.small-3.medium-3 {
	padding: 0;
}

/* Styles prices on electronic forms pages */
span.pricing {
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    padding-right: 20px;
    font-family:  Nobile;
}

/* Styles prices on electronic forms pages */
@media (max-width: 767px) {
    span.pricing {
        padding-right: 0;
    }
}

/* Adds margin to top of Add to Cart button on mobile */
@media (max-width: 767px) {
    button.button.ghost.tiny {
        margin-top: 10px;
    }
}

/* Removes margin from bottom of Add to Cart button on tablet and above */
@media (min-width: 768px) {
    button.button.ghost.tiny {
        margin-bottom: 0;
    }
}