/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


h4.orange-message {
	border-style: solid;
	border-width: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #fd8411;
	border-color: #d66902;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 0.5rem;
	padding-bottom: 0.53125rem;
	width: 100%;
}

a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}
