/* ---------- HEADER STYLES ---------- */
#companyName {
	display: inline-block;
    margin: 0;
    font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	color: #999999;
}
#companyName a, #companyName a:visited, #companyName a:hover {
	color: #999999;
    text-decoration: none;
    padding-left: 10px;
}

/* ---------- MAIN STYLES ---------- */
#breadCrumbs p {
    padding-bottom: 6px;
}
#heroImage, #pageLevelHeroImage {
    border-bottom: 5px solid #fff;
}
#mainContentCopy .primary-heading {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 1.1538461538;
    color: #005B9C;
    margin-bottom: .25em;
    padding-top: .5em;
}
.custom-headings #mainContentCopy h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.2222222222;
    color: #FE5F00;
    margin: 0;
}
.custom-headings #mainContentCopy h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.custom-headings #mainContentCopy p strong {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}
ul.newBill {
    list-style: none;
}
ul.newBill li::before {
    content: "\2022";
    color: #FE5F00;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
ul.newBill li ul {
    list-style: none;
}
ul.newBill li ul li::before {
    content: "\2022";
    color: #0088CE;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

/* for 700px or greater */
@media screen and (min-width: 700px) {
    #mainContentCopy .primary-heading {
        font-size: 48px;
        font-size: 3rem;
        margin-bottom: .5em;
    }
    .custom-headings #mainContentCopy h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
    .custom-headings #mainContentCopyInner p, .custom-headings #mainContentCopyInner li {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .custom-headings #mainContentCopyInner p strong {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/* for 980px or greater */
@media screen and (min-width: 980px) {
    #companyName {
        font-size: 22px;
        font-size: 1.375rem;
    }
    #companyName a, #companyName a:visited, #companyName a:hover {
	    padding-left: 12px;
    }
}
/* for 1000px or greater */
@media screen and (min-width: 1000px) {
    .logo img, .logoLink img {
        height: 70px;
    }
}