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

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

/* make sure form text is all wite */
.help-block,
.ou-form legend{
	color: white !important;
}

/* make sure form button and text is black */
.ou-form button,
.ou-form input{
	color: black !important;
}

/* 228270 */
.News__meta {
	margin-top: 0 !important;
	margin-bottom: auto !important; /* Pushes the element to the top */
}

/* 240108 */
.no-stripes tr:nth-child(2n) {
	background-color: inherit !important;
}

/* 257278 */
.Updates__text.zero a[href^=mailto] {
    color: var(--red) !important;
}

/* 260630 */
.Media__image.ou-no-overlay:before {
    background-image: none !important;
}

/*274724*/
.Splash__content h1.t-xl {
  word-wrap: anywhere;
}