@charset "utf-8";
/* CSS Document */


.callout {border-top: 1px solid #d7d7d7;border-bottom: 1px solid #d7d7d7;padding: 15px 30px;margin: 0 30px 1rem 0;width: 25vw;float: left;font-weight: bold;font-size: 1.1rem;line-height: 1.25;}
    .callout.right {margin: 0 0 1rem 30px;float: right;}
    .callout.full {width: 100%;padding-left: 20%;padding-right: 20%;}
    .callout p:last-child {margin-bottom: 0;}
    .callout p em {font-weight: normal;}
    .bottomnav {clear: both;}
    h2.fixline {line-height:24px !important;}
    .theblock {clear:both; padding-top:15px}
    @media (max-width: 900px) {
        .callout {width:100% !important; margin: 15px 0 !important; padding: 15px 30px !important; float: none !important;}
    }
    @media (max-width: 575px) {
        .audio .audio-title ul, .audio .audio-file {float:none !important; margin-left:0; margin-right: 0; text-align: center;}
        .audio .audio-title ul[style] {margin-top:0 !important;}
        .img-fluid.float-left, .img-fluid.float-left + h2 {clear: both !important;}
        .img-fluid.float-left {margin: 15px auto 5px !important; float:none !important; display: block;}
        h2.fixline {line-height:24px !important; margin-top:15px; text-align: center;}
        h2.fixline br {display: none;}
        .thefigures {margin:30px 0 -15px 0 !important;}
    }