@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
    /*font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-style: normal;
    font-weight: normal;
}

a:link,
a:visited {
    /* color: #0062A0; */
    /* text-decoration: none; */
}

a:hover {
    color: #202124;
    text-decoration: underline;
}

a:active {
    color: #202124;
    text-decoration: none;
    color: #000;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #5294c1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*letter-spacing: -0.05em;*/
    /*font-family: Georgia, 'Times New Roman', serif;*/
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-style: normal;
    font-weight: normal;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
}


/* Make site titles the same size if it's an H1 (home) or H2 (internal) */

h1.site-name,
h2.site-name {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
}


/* Make it a bit smaller for block headers */

h2.block-title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    border-bottom: 1px #aaa solid;
    text-rendering: geometricPrecision;
    font-style: normal;
    font-weight: bold;
}

h2.node-title {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px #aaa dotted;
    font-style: normal;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.8em;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul,
ol ol {
    padding-top: 0.5em;
}

.node ol,
.node ul {
    padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
    padding-left: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}

dt,
.admin h3 {
    font-size: 1.3em;
    margin: 0;
}

dd {
    padding-left: 10px;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
}