/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/38b085");
@import url("//hello.myfonts.net/count/3a6b89");
@font-face {
    font-family: "ITCBlair-Light";
    src: url("webfonts/38B085_0_0.eot");
    src: url("webfonts/38B085_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/38B085_0_0.woff2") format("woff2"), url("webfonts/38B085_0_0.woff") format("woff"), url("webfonts/38B085_0_0.ttf") format("truetype");
}
@font-face {
    font-family: "GaramondURW";
    src: url("webfonts/3A6B89_0_0.eot");
    src: url("webfonts/3A6B89_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3A6B89_0_0.woff2") format("woff2"), url("webfonts/3A6B89_0_0.woff") format("woff"), url("webfonts/3A6B89_0_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GaramondURW";
    src: url("webfonts/3A6B89_1_0.eot");
    src: url("webfonts/3A6B89_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3A6B89_1_0.woff2") format("woff2"), url("webfonts/3A6B89_1_0.woff") format("woff"), url("webfonts/3A6B89_1_0.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "GaramondURW";
    src: url("webfonts/3A6B89_2_0.eot");
    src: url("webfonts/3A6B89_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3A6B89_2_0.woff2") format("woff2"), url("webfonts/3A6B89_2_0.woff") format("woff"), url("webfonts/3A6B89_2_0.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    background-color: rgb(255, 255, 254);
}

hr {
    background: rgba(51, 51, 51);
    height: 1px;
    border: 0;
    margin-top: 4ex;
    margin-bottom: 4.5ex;
}

h1 {
    font-size: 150%;
    padding-bottom: 15px;
}

h1, h2, h3, h4, h5 {
    text-align: left;
}

.header {
    max-width: calc(710px - 100px);
    margin-top: 50px;
    margin-left: calc((100vw - 710px) / 2 + 80px);
    text-align: justify;
    line-height: 1.5em;
    position: relative;
}

.header .logo {
    font-family: "ITCBlair-Light";
    font-size: 20px;
    float: left;
    position: absolute;
    left: -170px;
    top: -2px;
}

.header .logo a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.header .menu {
    display: flex;
    flex-direction: row;
}

.header .menupart {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.header .menupart a {
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.header .menupart a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.header .menupart .current {
    text-decoration: underline;
}

.header .menulang a {
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.header .menulang a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.header .menulang .current {
    text-decoration: underline;
}

.content-base {
    font-family: "GaramondURW", serif;
    max-width: 710px;
    margin-top: 40px;
    margin-left: calc((100vw - 710px) / 2 + 80px);
    text-align: justify;
    line-height: 1.5em;
}

.content-slim {
    font-family: "GaramondURW", serif;
    max-width: calc(710px - 100px);
    margin-top: 40px;
    margin-left: calc((100vw - 710px) / 2 + 80px);
    text-align: justify;
    line-height: 1.5em;
}

@media screen and (max-width: 920px) {
    .header .logo {
        float: none;
        position: relative;
        left: -2px;
        padding-bottom: 5px;
    }
    .content-base, .content-slim, .mapContainer, .header {
        margin-left: calc((100vw - 710px) / 2);
    }
}
@media screen and (max-width: 768px) {
    .content-base, .content-slim, .mapContainer, .header {
        margin: calc(4vw - 0.72px);
    }
}
@media screen and (max-width: 500px) {
    .content-base {
        margin: calc(4vw - 0.72px);
    }
}
@media screen and (max-width: 365px) {
    .content-slim, .content-base, .header {
        margin: calc(4vw - 0.72px);
    }
}
@media screen and (max-width: 268px) {
    .content-base, .content-slim, .mapContainer, .header {
        margin: 10px;
    }
}
a {
    color: rgb(20, 20, 20);
}

a:hover {
    color: rgb(99, 99, 99);
    text-decoration-color: rgb(99, 99, 99);
    text-decoration: underline;
}

a.img-link {
    text-decoration: none;
}
a.img-link img {
    border-image-width: 0;
}

a.post-link {
    text-decoration: none;
}

.cta-container {
    margin: 1.5rem 0;
}

.cta-primary-button {
    display: inline-block;
    background: rgb(80, 129, 154);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.post {
    position: relative;
    padding-left: 35px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.post-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.8em;
}

.post-title {
    font-weight: bold;
}

a.post-link:hover {
    text-decoration: none;
    color: rgb(99, 99, 99);
    text-decoration-color: rgb(150, 150, 150);
}

p.tableblock:last-child {
    margin-bottom: 0;
}

td.tableblock > .content {
    margin-bottom: 1.25em;
    word-wrap: anywhere;
}

td.tableblock > .content > :last-child {
    margin-bottom: -1.25em;
}

table.tableblock,
th.tableblock,
td.tableblock {
    border: 0 solid #000;
    border-collapse: collapse;
}

table.grid-all > * > tr > * {
    border-width: 1px;
}

table.grid-cols > thead > tr > * {
    border-width: 0 1px;
    border-bottom: 2px solid #000;
}

table.grid-cols > tbody > tr > * {
    border-width: 0 1px;
}

table.grid-rows > * > tr > * {
    border-width: 1px 0;
}

table.frame-all {
    border-width: 1px;
}

table.frame-ends {
    border-width: 1px 0;
}

table.frame-sides {
    border-width: 0 1px;
}

table.frame-none > colgroup + * > :first-child > *,
table.frame-sides > colgroup + * > :first-child > * {
    border-top-width: 0;
}

table.frame-none > :last-child > :last-child > *,
table.frame-sides > :last-child > :last-child > * {
    border-bottom-width: 0;
}

table.frame-none > * > tr > :first-child,
table.frame-ends > * > tr > :first-child {
    border-left-width: 0;
}

table.frame-none > * > tr > :last-child,
table.frame-ends > * > tr > :last-child {
    border-right-width: 0;
}

table.stripes-all > * > tr,
table.stripes-odd > * > tr:nth-of-type(odd),
table.stripes-even > * > tr:nth-of-type(even),
table.stripes-hover > * > tr:hover {
    background: #f8f8f7;
}

th.halign-left,
td.halign-left {
    text-align: left;
}

th.halign-right,
td.halign-right {
    text-align: right;
}

th.halign-center,
td.halign-center {
    text-align: center;
}

th.valign-top,
td.valign-top {
    vertical-align: top;
}

th.valign-bottom,
td.valign-bottom {
    vertical-align: bottom;
}

th.valign-middle,
td.valign-middle {
    vertical-align: middle;
}

table thead th,
table tfoot th {
    font-weight: bold;
}

tbody tr th {
    background: #f7f8f7;
}

tbody tr th,
tbody tr th p,
tfoot tr th,
tfoot tr th p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

th,
td {
    min-width: 1em;
}

p.tableblock > code:only-child {
    background: none;
    padding: 0;
}

p.tableblock {
    margin: 0px;
    padding: 5px;
    font-size: 1em;
}

.imageblock.left {
    float: left;
    margin-right: 15px;
}

.imageblock.right {
    float: right;
    margin-right: 15px;
}

.literalblock pre {
    margin: 5px;
    font-family: "GaramondURW", serif;
    font-style: italic;
    border-radius: 4px;
    overflow-x: auto;
    padding: 1em;
}

pre.highlight {
    background-color: #eff1f5;
    padding: 10px;
    overflow-x: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.stretch {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.overline {
    text-decoration: overline;
}

.line-through {
    text-decoration: line-through;
}

.aqua {
    color: aqua;
}

.aqua-background {
    background: aqua;
}

.black {
    color: black;
}

.black-background {
    background: black;
}

.blue {
    color: blue;
}

.blue-background {
    background: blue;
}

.fuchsia {
    color: fuchsia;
}

.fuchsia-background {
    background: fuchsia;
}

.gray {
    color: gray;
}

.gray-background {
    background: gray;
}

.green {
    color: green;
}

.green-background {
    background: green;
}

.lime {
    color: lime;
}

.lime-background {
    background: lime;
}

.maroon {
    color: maroon;
}

.maroon-background {
    background: maroon;
}

.navy {
    color: navy;
}

.navy-background {
    background: navy;
}

.olive {
    color: olive;
}

.olive-background {
    background: olive;
}

.purple {
    color: purple;
}

.purple-background {
    background: purple;
}

.red {
    color: red;
}

.red-background {
    background: red;
}

.silver {
    color: silver;
}

.silver-background {
    background: silver;
}

.teal {
    color: teal;
}

.teal-background {
    background: teal;
}

.white {
    color: white;
}

.white-background {
    background: white;
}

.yellow {
    color: yellow;
}

.yellow-background {
    background: yellow;
}

.orange {
    color: orange;
}

.orange-background {
    background: orange;
}

.footnote a {
    color: rgb(0, 0, 255);
    text-decoration: none;
}

div.footnote {
    padding-bottom: 10px;
}

sup.footnote {
    line-height: 0;
    font-size: 75%;
}
