


h2 {
    margin-bottom: 0.5em;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}
h2.h2,
.bodytext h2 {
    font-family: var(--headingfont);
    font-weight: 700;
}

h2.h2>a {
    color: inherit;
}



.bodytext h3:not(:first-child) {
    margin-top: 1em;
}

.bodytext h2:not(:first-child){ margin-top: 1.2em;}

.bodytext p,
.bodytext li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 1em ;
}

.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; }





.bodytext ul,
.bodytext ol { margin-left: 2rem; }


h3 {

    font-size: 30px; margin-bottom: 0.5em;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

h4 {

    font-size: 24px; font-style: normal;
    line-height: 120%;  margin-bottom: 0.75em;
    font-weight: 600;
}

h4 strong{
    font-weight: 700;
}

.bodytext h4:not(:first-child) {
    margin-top: 1.5em;
}

.bodytext hr {
    border: 2px solid var(--blue-darker); margin:var(--gutter) 0 16px;  ;
}

@media all and (max-width: 1199px) {


}

/*@media all and (max-width: 899px) {
@media all and (max-width: 1023px) {*/
@media all and (max-width: 1199px) {

    .h2, h2 {
        font-size: 32px; margin-bottom: 16px;
    }

    h3 {
        font-size: 24px; margin-bottom: 16px;
    }

    h4 {
        font-size: 21px; margin-bottom: 16px;
    }

    .bodytext p,
    .bodytext li {
        /*font-size: 19px;*/
        font-size: 17px;
    }
}
@media all and (max-width: 599px) {




}