/*************************************************************/
/* CSS ADDITIONS: 
/* Quick place for CSS before moving into Master CSS in Git. 
/*************************************************************/
 div#sideContent {
	 word-break: break-word;
}
 ul:not([class]) li:not([class]) a:not([class]), ol:not([class]) li:not([class]) a:not([class]) {
	 text-decoration: underline;
}
 .blue article.none.flexCard a:not([class*="btn"]), .blue article.blue.flexCard a:not([class*="btn"]) {
	 color: #00b2e2;
}
 article.blue.flexCard a:not([class*="btn"]) {
	 color: #00b2e2 !important;
}
 article.cyan.flexCard a:not([class*="btn"]) {
	 color: #0a233f !important;
}
 a.calculator-container {
	 display: none;
}
form[data-embed="form_embed"] div[data-required="1"] label:after, form[data-embed="form_embed"] div[data-required="1"] div.form_label:after {
    content: "*";
}

