/*******************************************************************************

* v2 STYLES

*******************************************************************************/

#shipping, #ordering {
	margin: 2% 5%;
	padding-bottom: 20px;
}
#shipping h2, #ordering h2 {
    font-size: 16pt;
    margin-bottom: 10px;
}

.section-header-underline {
	font-size: 1.5rem;
    font-family: "SansD-Cn-Bold";
    margin: .5rem 0 2rem;
    letter-spacing: 0.08rem;
    margin-left: 5%;
    margin-right: 5%;
    text-transform: uppercase;
}
.section-header-underline:after {
    border-bottom: 2px solid #02bbd5;
    content: '';
    display: block;
    margin: 5px auto;
    width: 11px;
}

#shipping a, #ordering a {
	color: #007987;
	text-decoration: underline;
}

#shipping ul, #ordering ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

#shipping li, #ordering li {
	list-style-type: disc;
	line-height: 1.2;
}

/*******************************************************************************

* HELPER STYLES

*******************************************************************************/

b {
	font-weight: bold;
}