﻿.strong
{
    font-weight:bold;
}
.black
{
    color: #000000;
}
.brick ul {
    padding-left: 1rem;
}
.brick li {
    list-style-type: disc;
    color: #464646;
    padding-bottom:7px;
}
.brick p {
    margin: 1em 0;
}
.attention {
    color: #cc0000;
}
.spaceabove {
    margin-top: 12px !important;
}
.spacebelow {
    margin-bottom: 15px !important;
}
.spaceleft {
    margin-left:6px !important;
}
.spaceright {
    margin-right:6px !important;
}
.nospaceabove {
    margin-top: 0 !important;
}
.nospacebelow {
    margin-bottom: 0 !important;
}
.nospaceleft {
    padding-left:0 !important;
}
.fullspaceabove {
    margin-top: 24px !important;
}
.fullspacebelow {
    margin-bottom: 24px !important;
}
.extraspaceabove {
    margin-top: 32px !important;
}
.info-normal {
    display: inline-block;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
}
.show
{
    display: inline;
}
.show-block
{
    display: block;
}
.hide
{
    display: none !important;
}
.errorValidator /*includes the textbox*/
{
    color: #cc0000;
}
span.errorValidator /*only the message text*/
{
    font-size: 0.75rem;
    font-style: italic;
}
.indented-content
{
    margin-left:45px;
}
.indented-content-narrow
{
    margin-left:25px;
}
.is-visible .exp-teaser__description-visible
{
    display:none;
}
.right
{
    float:right;
}
.align-top
{
    vertical-align:top;
}
.label-wide
{
    width:35% !important;
}
.data-narrow
{
    width:55% !important;
}
.exp-teaser__description-hidden li
{
    list-style-type: disc;
    color: #fff;
}
.exp-teaser__description-hidden ul
{
    padding-left: 1rem;
}
.footer-link
{
    color: #FFFFFF;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.footer-link a:active, a:hover {
    color: #c4d600;
    text-decoration: underline;
    outline-width: 0;
}
.exp-teaser__description
{
    margin-bottom:0px;
}
/*backgrounds for test site*/
.demoBg
{
	background: url(/lc/images/demoBg.gif) repeat;
}
.demoBg175
{
	background: url(/lc/images/demoBg175.png) repeat;
}
.demoBg177
{
	background: url(/lc/images/demoBg177.png) repeat;
}
/*Override font size for paragraphs in page.css*/
.exp-teaser__description p
{
    font-size:1rem !important;
}
@media screen and (min-width: 20em) {.btn--secondary .spacebelow {min-width: 300px;margin-bottom: 0.6rem;}