  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* inherit font weight on form radio and checkboxes */
.form__radio label,
.form__checkbox label{
	font-weight: inherit !important;
}

/* fix position of checked input items on the form */
.ou-form :after{
	box-sizing: content-box !important;
}

/* fix date time picker */
.xdsoft_datetimepicker table * {
	min-width: 30px;
}

/* a-to-z letters inline */
ul.sitemap li{
	display:inline;
	margin-left:.7em;
}

/* hide alerts */
#alertWeather.hidden,
#alertSafety.hidden {
    display: none !important;
}

/* show links in blockquote */
.quote__copy a {
    color: var(--orange);
    text-decoration: none;
}