
@font-face {
    font-family: news-gothic;
    src: url(fonts/NewsGothicMTStd.otf)
}

@font-face {
    font-family: news-gothic-bold;
    src: url(fonts/NewsGothicMTStd-Bold.otf)
}


body {
    font-family: news-gothic,sans-serif;
}
h1, h2, h3 {
    font-family: CenturySchoolbook,serif;
}
header a.selected {
    font-family: news-gothic-bold,sans-serif;
    box-shadow: inset 0 -1px 0 0 #000;
}
header span {
    font-family: news-gothic-bold,sans-serif;
}
.gridsection:not(:last-child)::after {
    display: none;
}
.gridsection:not(:first-child)::before {
    display: none;
}
.Section_start { position: relative; }
.Section_start:before {
    content: '';
    position: absolute; 
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
    width: 18px;
    margin-left: -35px;
    margin-top: -1px;
    top: 50%;
}
.Section_start:after {
    content: '';
    position: absolute; 
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
    width: 18px;
    margin-left: 17px;
    margin-top: -1px;
    top: 50%;
}
.Button {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 30px;
}
h1.Small {
    position: relative;
}
h1.Small:before {
    content: '';
    width: 60px;
    top: -15px;
    left: 50%;
    margin-left: -30px;
    height: 1px;
    position: absolute;
    border-top: 1px solid;
}
.gridsection.Footer {
    background-color: #004411;
    border: 0;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    border-top: 15px solid #fff
}
.gridsection.Footer a { color: #fff; }