

.h1, .pageheader h1, .newsheader h1  {
    font-family: var(--headingfont);
    /*font-weight: 700;*/font-weight: 400;
    font-size: var(--h1_size);
    line-height: 120%;
/*    letter-spacing: -0.01em;*/
    margin-bottom: 0.333em;
}
body:not(.search):not([class*="template_directory"]) .pageheader h1 {
    max-width: 12em;
}
.pageheader h1:only-child { margin-bottom: 0 !important; }

.pageheader .textcontent h1 { max-width: none;}


 h2 {
     font-family: var(--headingfont);
    margin-bottom: 0.5em;
    font-size: 40px;
    /*font-weight: 600;*/font-weight: 400;
    line-height: 120%;
}
h2.h2,
.bodytext h2 {

}
.bodytext h2 a,
h2.h2>a {
    color: inherit;
}





header.cardheader h2 { margin-bottom:0 !important; max-width: 760px;}

#first_text > p { font-size: 36px; font-size: 28px; line-height: 130%;}


.bodytext h3:not(:first-child) {
    margin-top: 1em;
}

.bodytext h2:not(:first-child){ margin-top: 1.2em;}


.bodytext p,
.bodytext li {
    font-size: var(--bodytext_size);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1em ;
}

header.cardheader .bodytext p { margin-top: 0.5em; }


@media all and (min-width: 900px) {
    header.cardheader .bodytext p:last-child {
        margin-bottom: 0 !important;
        max-width: 760px;
    }
}




.bodytext p strong,
.bodytext li strong{
 font-weight: 700;

}
.bodytext li { margin-bottom:0.5em; }
.bodytext ol li:last-child,
.bodytext ul:not(.quicklinks):not(.downloads) li:last-child { margin-bottom:1em; }

.bodytext ul:not(.quicklinks):not(.downloads) ul li:last-child { margin-bottom:0; }




.bodytext ul li { list-style: disc; }
.bodytext ul ul li { list-style: circle;  margin-top: 0.5em; }
.bodytext ul ul ul li { list-style:  square; }

.bodytext ol li { list-style: decimal; }
.bodytext ol ol li { list-style: lower-latin; margin-top: 0.5em; }
.bodytext ol ol li { list-style: lower-roman; }


.bodytext ol ul li { list-style: disc; margin-top: 0.5em; }

/*
.letterlist>ol>li{ list-style:lower-alpha ; }
*/

.letterlist>ol {
    counter-reset: list;
}
.letterlist>ol > li {
    list-style: none;
}
.letterlist>ol > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list; margin-left: -2rem;
}




.bodytext ul,
.bodytext ol { margin-left: 2rem; }


h3 {
    font-family: var(--headingfont);
    font-size: 30px; margin-bottom: 0.5em;
    font-style: normal;
    /*font-weight: 600;*/font-weight: 400;
    line-height: 120%;
}

h4 {
    font-family: var(--headingfont);
    font-size: 24px; font-style: normal;
    line-height: 120%;  margin-bottom: 0.75em;
    /*font-weight: 600;*/font-weight: 400;
}

h4 strong{
    font-weight: 700;
}

.bodytext h4:not(:first-child) {
    margin-top: 1.5em;
}

.bodytext hr { border: 2px solid var(--purple); margin:var(--gutter) 0 ;  }


/*@media all and (max-width: 899px) {
@media all and (max-width: 1023px) {*/


time.date { font-weight: 600; font-size: 14px; line-height: 1.4; margin-top: auto; padding-top: 1em; display: block; }

@media all and (max-width: 1199px) {




    body.home #pageheader h1 {


    }
    .h2, h2 {
        font-size: 32px; margin-bottom: 16px;
    }

    h3 {
        font-size: 24px; margin-bottom: 16px;
    }

    h4 {
        font-size: 21px; margin-bottom: 16px;
    }


    /*#first_text > p { font-size: 32px;  }*/


}
@media all and (max-width: 1023px) {
    .bodytext p,
    .bodytext li {
        font-size: var(--bodytext_size);
    }
}



@media all and (max-width: 899px) {

    #first_text > p { font-size: 22px;  }
}

@media all and (max-width: 599px) {

    /*#first_text > p { font-size: 18px;  }*/
}